What is the correct definition of a Lightning Web component property that uses the getAccounts method?

An Apex method, getAccounts, that returns a List of Accounts given a searchTerm, is available for Lightning Web components to use. What is the correct definition of a Lightning Web component property that uses the getAccounts method? A . Option AB . Option BC . Option CD . Option DView...

March 11, 2022 No Comments READ MORE +

If apex code executes inside the execute() method of an Apex class when implementing the Batchable interface, which statement are true regarding governor limits? Choose 2 answers

If apex code executes inside the execute() method of an Apex class when implementing the Batchable interface, which statement are true regarding governor limits? Choose 2 answersA . The Apex governor limits might be higher due to the asynchronous nature of the transaction.B . The apex governor limits are reset...

March 10, 2022 No Comments READ MORE +

What should be built to implement this feature?

When a user edits the Postal Code on an Account, a custom Account text field named ''Timezone'' must be updated based on the values in a postalCodeToTimezone_c custom object. What should be built to implement this feature?A . Account custom triggerB . Account approval processC . Account assignment ruleD ....

March 10, 2022 No Comments READ MORE +

An org has an existing Visual Flow that creates an Opportunity with an Update records element. A developer must update the Visual Flow also created a Contact and store the created Contact's ID on the Opportunity.

An org has an existing Visual Flow that creates an Opportunity with an Update records element. A developer must update the Visual Flow also created a Contact and store the created Contact's ID on the Opportunity.A . Add a new Get Records element.B . Add a new Create records element.C...

March 10, 2022 1 Comment READ MORE +

Which type of Salesforce orgs should they use for their development?

A team of developers is working on a source-driven project that allows them to work independently, with many different org configurations. Which type of Salesforce orgs should they use for their development?A . Developer sandboxesB . Scratch orgsC . Full Copy sandboxesD . Developer orgsView AnswerAnswer: B

June 7, 2021 No Comments READ MORE +

Which three statements are useful inside the unit test to effectively test the custom controller?

A developer has a single custom controller class that works with a Visualforce Wizard to support creating and editing multiple subjects. The wizard accepts data from user inputs across multiple Visualforce pages and from a parameter on the initial URL. Which three statements are useful inside the unit test to...

June 7, 2021 No Comments READ MORE +

Which Salesforce feature allows a developer to see when a user last logged in to Salesforce if real-time notification is not required?

Which Salesforce feature allows a developer to see when a user last logged in to Salesforce if real-time notification is not required?A . Asynchronous Data Capture EventsB . Developer LogC . Event Monitoring LogD . Calendar EventsView AnswerAnswer: C

June 7, 2021 No Comments READ MORE +

Which automation tool meets these requirements?

A developer needs to implement the functionality for a service agent to gather multiple pieces of information from a customer in order to send a replacement credit card. Which automation tool meets these requirements?A . Flow BuilderView AnswerAnswer: A

June 7, 2021 No Comments READ MORE +

followed?

A developer identifies the following triggers on the Expense_c object: ✑ DeleteExpense, ✑ applyDefaultstoexpense ✑ validateexpenseupdate; The triggers process before delete, before insert, and before update events respectively. Which two techniques should the developer implement to ensure trigger best practice are followed?A . Unify the before insert and before update...

June 7, 2021 No Comments READ MORE +

How can the developer make sure that validation rule violations are displayed?

A developer has a VF page and custom controller to save Account records. The developer wants to display any validation rule violation to the user. How can the developer make sure that validation rule violations are displayed?A . Add custom controller attributes to display the message.B . Include <apex:messages> on...

June 7, 2021 No Comments READ MORE +