CRT-450 Exam Question 171

An sObject named Application_c has a lookup relationship to another sObject named Position_c. Both Application _c and Position_c have a picklist field named Status_c.When the Status_c field on Position_c is updated, the Status_c field on Application_c needs to be populated automatically with the same value, and execute a workflow rule on Application_c.How can a developer accomplish this?
  • CRT-450 Exam Question 172

    Which type of code represents the Model in the MVC architecture when using Apex and Visualforce pages?
  • CRT-450 Exam Question 173

    A developer has created a Visualforce Page and Apex Controller that uses the With Sharing keyword.
    The page will be used of by Sales Managers and should only display Accounts owned by Sales Representatives who report to the running Sales Manager. The organization-wide sharing for Accounts is set to Private. Which additional set of stops should the developer take?
  • CRT-450 Exam Question 174

    Universal Containers requires Service Representatives to update all Cases at least one every three days. To make sure of this policy is obeyed, a developer has been asked to implement a field that displays the number of days since the last Case update. What should the developer use to configure the solution?
  • CRT-450 Exam Question 175

    What is a capability of the <ltng:require> tag that is used for loading external Javascript libraries in Lightning Component? (Choose three.)