What can a developer use to analyze and diagnose the problem in the Lightning Page?
A company has a Lightning Page with many Lightning Components, some that cache reference data. It is reported that the page does not always show the most current reference data. What can a developer use to analyze and diagnose the problem in the Lightning Page?A . Salesforce Lightning Inspector Storage...
The REST API___________.
The REST API___________.A . Is based on REST principles and is optimized for loading or deleting large sets of data. You can use it to query, queryAII, insert, update, upsert, or delete many records asynchronously by submitting batchesB . Provides a powerful, convenient, and simple REST-based web services interface for...
If you wanted to create a record following the update of another (with data from the source object), what is the most customizable approach?
If you wanted to create a record following the update of another (with data from the source object), what is the most customizable approach?A . Workflow RuleB . Process BuilderC . After update TriggerD . FlowView AnswerAnswer: B
Which scenario requires a developer to use an Apex callout instead of Outbound Messaging?
Which scenario requires a developer to use an Apex callout instead of Outbound Messaging?A . The callout needs to be asynchronous.B . The callout needs to be invoked from a Workflow Rule.C . The Target system uses a REST APE . The Target system uses a SOAP APView AnswerAnswer: C
What is needed when issuing the login() Call?
A developer has created a solution using the SOAP API for authenticating Communities users. What is needed when issuing the login() Call? (Choose two.)A . Organization IdB . Session IdC . Username and PasswordD . Security TokenView AnswerAnswer: A,C
What can be used in the SOAP header to provide server authorization for subsequent API requests?
An integration user makes a successful login() call via the SOAP API. What can be used in the SOAP header to provide server authorization for subsequent API requests?A . Named CredentialsB . Session IDC . OAuth access tokenD . Security tokenView AnswerAnswer: B
A custom field Exec_Count_c of type Number is created on an Account object. An account record with value of "1" for a: Exec__Count_c is saved. A workflow field update is defined on the Exec_Count_c field, to increment its value every time an account record is created or updated.
A custom field Exec_Count_c of type Number is created on an Account object. An account record with value of "1" for a: Exec__Count_c is saved. A workflow field update is defined on the Exec_Count_c field, to increment its value every time an account record is created or updated. The following...
What is the most effective approach to ensure values displayed respect the users locale settings?
In an organization that has multi-currency enabled, a developer is tasked with building a Lighting Component that displays the top ten Opportunities most recently access by the logged in user. The developer must ensure the Amount and LastModifiedDate field values are displayed according to the user's locale. What is the...
Which change should the developer make to ensure the integration is not affected with minimal impact to business logic?
A developer created a new trigger that inserts a Task when a new Lead is created. After deploying to production, an outside integration is periodically reporting errors. Which change should the developer make to ensure the integration is not affected with minimal impact to business logic?A . Use a Try/Catch...
What should the developer do to ensure a more meaningful message?
A user receives the generic "An internal server error has occurred" while interacting with a custom Lightning Component. What should the developer do to ensure a more meaningful message?A . Use an AuraHandledException in a try/catch block.B . Use ProcessBuilder to catch the error.C . Add an onerror event handler...