Which action may cause triggers to fire?

Which action may cause triggers to fire?A . Updates to Feed Items B. Renaming or replacing a picklist entry C. Changing a user's default division when the transfer division option is checked D. Cascading delete operationsView AnswerAnswer: A

July 22, 2023 No Comments READ MORE +

How should this be enforced so that the component works for both users without showing any errors?

A developer is creating a Lightning web component to showa list of sales records. The Sales Representative user should be able to see the commission field on each record. The Sales Assistant user should be able to see all fields on the record except the commission field. How should this...

July 22, 2023 No Comments READ MORE +

What are three characteristics of change set deployments? Choose 3 answers

What are three characteristics of change set deployments? Choose 3 answersA . Change sets can only be used between related organizations. B. Change sets can be used to transfer records. C. Sending a change set between two orgs requires a deployment connection. D. Change sets can deploy custom settings data....

July 22, 2023 No Comments READ MORE +

Where are two locations a developer can look to find information about the status of asynchronous or future methods? Choose 2 answers

Where are two locations a developer can look to find information about the status of asynchronous or future methods? Choose 2 answersA . Apex Flex Queue B. Apex Jobs C. Paused Flow Interviews component D. Time-Based Workflow MonitorView AnswerAnswer: A,B

July 22, 2023 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...

July 21, 2023 No Comments READ MORE +

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 searchTern, 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) B) C) D) A . Option A B. Option B C. Option...

July 21, 2023 No Comments READ MORE +

What should the developer implement to accomplish this?

niversal Containers (UC) processes orders in Salesforce in a custom object, Crder_c. They also allow sales reps to upload CSV files with of orders at a time. A developer is tasked with integrating orders placed in Salesforce with UC's enterprise resource planning (ERP) system. ‘After the status for an Craer__c...

July 21, 2023 No Comments READ MORE +

Which technique should the developer implement to streamline the data upload?

A primaryid_c custom field exists on the candidate_c custom object. The filed is used to store each candidate's id number and is marked as Unique in the schema definition. As part of a data enrichment process. Universal Containers has a CSV file that contains updated data for all candidates in...

July 21, 2023 No Comments READ MORE +

Which two statements are true about using the @testSetup annotation in an Apex test class? Choose 2 answers

Which two statements are true about using the @testSetup annotation in an Apex test class? Choose 2 answersA . Records created in the test setup method cannot be updated in individual test methods. B. Qo The @testSetup annotation is not supported when the GisTest(SeeAllData=True) annotation is used. C. Test data...

July 21, 2023 No Comments READ MORE +

Which salesforce org has a complete duplicate copy of the production org including data and configuration?

Which salesforce org has a complete duplicate copy of the production org including data and configuration?A . Developer Pro Sandbox B. Partial Copy Sandbox C. Production D. Full SandboxView AnswerAnswer: D

July 21, 2023 No Comments READ MORE +