Universal container wants a list button to display a visualforce page that allows users to edit multiple records which visualforce feature supports this requirement.
Universal container wants a list button to display a visualforce page that allows users to edit multiple records which visualforce feature supports this requirement.A . Recordsetvar page attributeView AnswerAnswer: A
Which method should be used to calculate the estimated ship date for an Order?
Universal Containers stores the availability date on each Line Item of an Order and Orders are only shipped when all of the Line Items are available. Which method should be used to calculate the estimated ship date for an Order?A . Use a CEILING formula on each of the Latest...
Refer to the following code that runs in an Execute Anonymous block:
Refer to the following code that runs in an Execute Anonymous block: A . In an environment where the full result set is returned, what is a possible outcome of this code?B . The total number of records processed as a result of DML statements will be exceededC . The...
What are two likely causes of users in the "Sales Representative" role not being able to access the Licensed Professional records?
A Licensed_Professional__c custom object exist in the system with two Master-Detail fields for the following objects: Certification__c and Contact. Users with the "Certification Representative" role can access the Certification records they own and view the related Licensed Professionals records, however users with the "Salesforce representative" role report they cannot view...
Which governor limit will likely be exceeded within the Apex transaction?
The following code snippet is executed by a Lightning web component in an environment with more than 2,000 lead records: Which governor limit will likely be exceeded within the Apex transaction?A . Total number of DML statement issuedB . Total number of SOQL queries issuedC . Total number of records...
Which two strategies should a developer use to accomplish this?
Universal Containers wants Opportunities to be locked from editing when reaching the Closed/Won stage. Which two strategies should a developer use to accomplish this? Choose 2 answersA . Use a validation rule.B . Use a trigger.View AnswerAnswer: A,B
What should a developer use to fix a Lightning web component bug in a sandbox?
What should a developer use to fix a Lightning web component bug in a sandbox?A . Developer ConsoleB . Force.com IDEC . Execute AnonumousD . VS CodeView AnswerAnswer: D
Which action may cause triggers to fire?
Which action may cause triggers to fire?A . Updates to Feed ItemsB . Renaming or replacing a picklist entryC . Changing a user's default division when the transfer division option is checkedD . Cascading delete operationsView AnswerAnswer: A
What is the value of x when it is written to the debug log?
Refer to the following Apex code: What is the value of x when it is written to the debug log?A . 0B . 1C . 2D . 3View AnswerAnswer: C
In terms of the MVC paradigm, what are two advantages of implementing the layer of a Salesforce application using Aura Component-based development over Visualforce? Choose 2 answers
In terms of the MVC paradigm, what are two advantages of implementing the layer of a Salesforce application using Aura Component-based development over Visualforce? Choose 2 answersA . Self-contained and reusable units of an applicationB . Rich component ecosystemC . Automatic code generationD . Server-side run-time debuggingView AnswerAnswer: A,B