DEX-450 Exam Question 11

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?
  • DEX-450 Exam Question 12

    In order to override a standard action with a visualforce page, which attribute must be defined in the <apex:page> tag?
  • DEX-450 Exam Question 13

    Given:
    Map<ID, Account> accountMap = new Map>ID, Account> ([SELECT Id, Name FROM Account]); What are three valid Apex loop structures for iterating through items in the collection? (Choose three.)
  • DEX-450 Exam Question 14

    A developer needs to provide a way to mass edit,update, and delete records from a list view in which two ways can this be accomlpished? choose 2 answers
  • DEX-450 Exam Question 15

    To which data type in Apex a currency field automatically assigned?