What are two considerations for running a flow in debug mode? Choose 2 answers
A. Callouts to external systems are not executed when debugging a flow.
B. Clicking Pause or executing a Pause element closes the flow and ends debugging.
C. Input variables of type record cannot be passed into the flow,
D. DML operations will be rolled back when the debugging ends.
A developer Is asked to create a Visualforce page that lists the contacts owned by the current user. This component will be embedded In a Lightning page. Without writing unnecessary code, which controller should be used for this purpose?
A. Standard list controller
B. Standard controller
C. Lightning controller
D. Custom controller
Refer to the code snippet below:
Which three Considerations must the developer implement to make the method available within the Lightning web component? Choose 3 answer
A. The method must specify the (cacheable-trun) attribute
B. The method must specify the (continuation-true) attribute
C. The method must be annotaled with true Invocablemethod annolation
D. The method cannot mutate the result set retrieved from the database.
E. The method must be annotated with the AureEnabled annolation
What are two benefits of using External IDs? Choose 2 answers
A. An External ID field can be used Co reference an ID from another external system.
B. An External ID can be a formula field to help create a unique key from two fields in Salesforce.
C. An External ID can be used with Salesforce Mobile to make external data visible.
D. An External ID is indexed and can improve the performance of SOQl quenes.
Which two sfdx commands can be used to add testing data to a Developer sandbox?
A. Forced: data:bulk:upsert
B. Forced: data: object :upsert
C. Forced: data: tree: upsert
D. Forced: data:async:upsert
Page 3 out of 48 Pages |
Previous |