What is the optimal way to implement this?
A company represents their customers as Accounts that have an External ID field called Customer_Number__c. They have a custom Order (Order__c) object, with a Lookup to Account, to represent Orders that are placed in their external order management system (OMS). When an order is fulfilled in the OMS, a REST...
How can this be achieved?
A company needs to automatically delete sensitive information after 7 years. This could delete almost a million records every day. How can this be achieved?A . Schedule an ©future process to Query records older than 7 years, and then recursively invoke itself in 1,000 record batches to delete them.B ....
Which method of integration is optimal?
A company has a web page that needs to get Account record information, given its Salesforce record ID, from JavaScript on the page and then display it. Which method of integration is optimal?A . SOAP APIB . Apex REST Web ServiceC . Apex SOAP Web ServiceD . REST APIView AnswerAnswer:...
When following best practices for writing Apex taggers, which two lots are wrong or cause for concern?
Refer to re code segment above. When following best practices for writing Apex taggers, which two lots are wrong or cause for concern? Choose 2 answersA . Line 6B . Line 11C . Line 16D . Line 20View AnswerAnswer: A,D
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