What is true when a field update is set to re-evaluate the workflow rule? (Choose three.)
A. In a batch update, workflow is only re-triggered on the entities where there is a change E.
B. Any workflow rules whose criteria are met as a result of the field update will be ignored.
C. Only workflow rules on the same object as the initial field update will be re-evaluated and triggered.
D. Cascade of workflow rule re-evaluation and triggering can happen up to ten times after the initial field update that started it.
E. Only workflow rules that didn't fire before will be re-triggered.
Which of the following cannot be done via a Workflow?
A. Create an Outbound Message
B. Create an Event
C. Create an E-mail Alert
D. Create a Task
Which three Salesforce functionalities are ignored when processing field updates in workflow rules and approval processes? (Choose three.)
A. Field-level security
B. Record type picklist value assignments
C. Multiple currencies
D. Validation rules
E. Decimal places and character limits
Universal Containers needs the ability to generate proposal documents. All the data required for a proposal resides in a custom object.
What is the recommended solution?
A. Store a template in the Static Resources and configure the Action Link Template to use it.
B. Create the HTML template for Proposals and store it in the Public Folder.
C. Select and install an AppExchange product to meet the Proposal generation needs.
D. Enable the PDF feature and create a custom Proposal Template based on the Standard Template.
Universal containers wants to provide a different view for its users when they access an Account record in Salesforce1 instead of the standard web version. How can this be accomplished? Choose 2 answers
A. By adding a mobile layout and assigning it to a profile.
B. By adding quick actions in the publisher section.
C. By adding actions in the Salesforce1 action bar section.
D. By adding Visualforce page to the mobile cards section
What is true regarding compact layouts? Choose 2 answers.
A. If a user doesn't have access to a field it won't be displayed
B. Compact layouts can be assigned to different record types
C. Compact layouts support all field types
D. Compact layouts must be configured for fields to be displayed in the record header
An app builder wants to update a field on the parent record when a child record connected via lookup is deleted.
What automation should the app builder use?
A. Process Builder
B. Workflow rule
C. Screen flow
D. Apex code
Universal Containers uses a custom picklist field Account Region on the account record. They want this region to be reflected on all related contact records and stay in sync if the value of this field changes on the Account. How should an app builder meet this requirement?
A. Create a picklist field called `Account Region' on Contact object > Create a workflow rule to update this picklist field if the Account Region field on the Account is changed.
B. Create a formula field on the Contact object > Set the value of the formula to ISPICKVAL(Account.Account_Region__c).
C. Create a text field called `Account Region' on Contact object > Create a workflow rule to update this picklist field if the Account Region field on the Account is changed.
D. Create a formula field on the Contact object > Set the value of the formula to TEXT(Account.Account_Region__c).
Users at Cloud Kicks provided feedback that the time card custom page layout has too many fields on it, and some fields are only needed if other fields are entered. What should an app builder configure to help with this issue?
A. Separate page layouts
B. Dependent picklists
C. Dynamic forms
D. Lightning web components
Ursa Major Solar (UMS) is looking to hire some new employees. UMS wants to allow the same applicant to apply for multiple open positions using a single application. What should an app builder recommend to meet these requirements?
A. Create a master-detail relationship on Open_Position__c to Application__c
B. Create a master-detail relationship held on Applicant__c to Application__c
C. Create a master-detail relationship field on Application__c to Open.Position__c
D. Create a master-detail relationship field on Applicant__c to Apphcabon_c