PDI Exam Question 46

The Salesforce Administrator created a custom picklist field, Account_status_c, on the a Account object. This picklist has possible values of Inactive'' and Active?
As part of a new business process, management wants to ensure an opportunity record is created only for Accounts marked as "Active". A developer is asked to implement this business requirement.
Which two automation tools should be used to fulfill the business need?
Choose 2 answers
  • PDI Exam Question 47

    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?
  • PDI Exam Question 48

    Universal Containers has a Visualforce page that displays a table of every Container___c being rented by a given Account. Recently this page is failing with a view state limit because some of the customers rent over 10,000 containers.
    What should a developer change about the Visualforce page to help with the page load errors?
  • PDI Exam Question 49

    Which type of controller should a developer use to include a list of related records for a Custom Object record on a Visualforce page without needing additional test coverage?
  • PDI Exam Question 50

    A company has a custom object, Order__c, that has a required, unique external ID field called OrderNumber__c.
    Which statement should be used to perform the DML necessary to insert new records and update existing records in a list of order__c records using the external ID field?