Salesforce DEV-501 - Certified Force.com Advanced Developer
Object X has a lookup field to Object Y. X needs to display a text value from a Text field on Y. To ensure data Integrity, how would a developer implement this?
In a bug tracking application. Universal Containers has created a time-based workflow action that will execute 30 days after a Bug record is created. The developer would like to test to make sure that rule is working the way that it should.
Which feature is available for testing? Choose 2 answers
Which field is available as part of the translation workbench for a validation rule?
In a recruiting application, a Position custom object is related to a Salary custom object. Sensitive information, such as current salary, is stored on the Salary object. All users should be able to at least view position information. However, only select individuals should be able to read salary records.
How should a developer accomplish this?
If the error message contains HTML markup, the escaped markup displays as text and isn't rendered in the user interface. (Select all that apply)
Which of the following statements are true about components of dynamic Apex?
Schema describe is a way to program matically learn about the metadata of your data model within Apex.
Dynamic SOQL refers to the creation of a SOQL string before runtime within an Apex script,
In dynamic SQQL, you use Sring.escapeSinqIeQuoLes (sLrng)to prevent SQQL injection.
You can use dynamic SOSL to create a tree structure of all the objects and fields in your schema browser.
Although Trigger.new is a collection of records, when used as a bind variable in a SOQL query, Apex automatically....
A Flash movie, rendered with the HTML object and embed tags.
Which of the following guidelines are used for creating custom Web Services? (Select all that apply.)
webservice methods must be static.
webservice methods cannot be overloaded.
A system-defined enum can be used anywhere in a webservice method.
All classes that contain methods defined with the webService keyword must be declared as private.
Which fields are returned by sosl by default?