SalesForce DEV-501 - Questions & Answers
Free preview · every answer includes a full explanation
Product page: https://prepkeys.com/dev-501.html
Universal Containers has built a recruiting application with two custom objects, Job Applications and Reviews that have a master-detail relationship. Users should NOT be allowed to delete review records after job application records have been approved.
How would a developer meet this requirement?
What can cross-object formulas reference?
Universal Containers requires that all job applications have a unique code that is auto-populated when records are created. The code must be different from the record ID.
What would a developer use to accomplish this declaratively?
Which is a valid formula return type for a custom formula field? Choose 3 answers
A business requirement can be met by using either a formula field or an Apex trigger.
Why would a de-veloper use a formula field Instead of an Apex trigger? Choose 2 answers
What can be viewed using the process visualizer?
In the Universal Containers recruiting app, there is a master-detail relationship between the Job Appli-cation and Review objects. Job Application is the master object.
If a Job Application record is deleted, what will happen to any associated Review records?
A user can only see the fields A, B, and C on a record of Object X until the Stage field value on the record changes from New to Working. Once the Stage field value is updated to Working and the record is saved, the user should be able to see fields A, B, C, and D.
How would an application developer configure this?
Which type of custom field can be an external ID?
Why might a reporting snapshot fail during a scheduled run? Choose 3 answers