Question 156

Universal Containers wants to assess the advantages of declarative development versus programmatic customization for specific use cases in its Salesforce implementation.
What are two characteristics of declarative development over programmatic customization?
Choose 2 answers
  • Question 157

    A developer needs to create a custom Visualforce button for the Opportunity object page layout that will cause a web service to be called and redirect the user to a new page when clicked. Which three attributes need to be defined in the <apex:page> tag of the Visualforce page to enable this functionality? Choose three answers.
  • Question 158

    The following automations already exist on the Account object;
    * A workflow rule that updates a field when a certain criteria is met
    * A custom validation on a field
    * A How that updates related contact records
    A developer created a trigger on the Account object.
    What should the developer consider while testing the trigger code?
  • Question 159

    Opportunity opp=[select id ,stagename from opportunity limit 1] Given the code above, how can a developer get the label for the stagename field?
  • Question 160

    Which Salesforce feature allows a developer to see when a user last logged in to Salesforce if real-time notification is not required?