Question 116
A developer is asked to prevent anyone other than a user with Sales Manager profile from changing the Opportunity Status to Closed Lost if the lost reason is blank.
Which automation allows the developer to satisfy this requirement in the most efficient manner?
Which automation allows the developer to satisfy this requirement in the most efficient manner?
Question 117
Which control statement should a developer use to ensure that a loop body executes at least once?
Question 118
An Account trigger updates all related Contacts and Cases each time an Account is saved using the following two DML statements:
update allContacts;
update allCases;
What is the result if the Case update exceeds the governor limit for maximum number of DML records?
update allContacts;
update allCases;
What is the result if the Case update exceeds the governor limit for maximum number of DML records?
Question 119
Which three code lines are required to create a Lightning component on a Visualforce page? (Choose three.)
Question 120
What is a capability of a StandardSetController?Choose 2 answers
