What is one way in which the integration can stay near real-time, but not exceed the number of allowed API calls in a 24-hour period?

Recently a Salesforce org's integration failed because it exceeded the number of allowed API calls in a 24­hour period. The integration handles a near real-time, complex insertion of data into Salesforce. The flow of data is as follows: - The integration looks up Contact records with a given email address...

April 3, 2020 No Comments READ MORE +

Why is the sales manager unable to view the contact?

A sales manager cannot view a contact owned by a salesperson. The salesperson is below the sales manager in the role hierarchy. Why is the sales manager unable to view the contact?A . Contact sharing settings have Grant Access Using Hierarchies unchecked.B . The contact is NOT linked to an...

April 2, 2020 No Comments READ MORE +

What change should be applied to the component?

A Lightning Component functions in preview mode and needs to be used inside a Lightning App Builder page, but it is not available. What change should be applied to the component?A . Expose it in the markup using the implements and access attributes.B . Delete the component, metadata, and Apex...

April 2, 2020 No Comments READ MORE +

What is the optimal way to achieve this?

A company wants to incorporate a third-party web service to set the Address fields when an Account is inserted, if they have not already been set. What is the optimal way to achieve this?A . Create a Process, call an Apex @future(callout=true) method from it, and make the callout from...

April 2, 2020 No Comments READ MORE +

Which two deployment tools can be used to deploy metadata from a Developer Edition organization to another organization? (Choose two.)

Which two deployment tools can be used to deploy metadata from a Developer Edition organization to another organization? (Choose two.)A . Data LoaderB . Salesforce Extensions for Visual Studio CodeC . Change setsD . Ant Migration ToolView AnswerAnswer: BC

April 2, 2020 No Comments READ MORE +

Which solution solves these requirements?

Universal Containers wants to use a Customer Community with Customer Community Plus licenses so their customers can track how many containers they are renting and when they are due back. Many of their customers are global companies with complex Account hierarchies, representing various departments within the same organization. One of...

April 1, 2020 No Comments READ MORE +

Which two ways can an administrator accomplish this?

An administrator wants to pull data related to service contracts from Salesforce to store elsewhere on a monthly basis. Which two ways can an administrator accomplish this? (Choose two.)A . Use Data Loader to export the data each month.B . Use Data Exporter to export the data each month.C ....

April 1, 2020 No Comments READ MORE +

Which three types of prices can the system administrator set for an organization’s products? (Choose three.)

Which three types of prices can the system administrator set for an organization’s products? (Choose three.)A . Sales pricesB . Standard pricesC . Discount pricesD . List pricesE . Product pricesView AnswerAnswer: BCD

April 1, 2020 1 Comment READ MORE +

Which design resource configuration should be used?

A company wants to build a custom Lightning Component that will display a specified Account Field Set and that can only be added to the Account record page. Which design resource configuration should be used? A) B) C) D) A . Option AB . Option BC . Option CD ....

April 1, 2020 No Comments READ MORE +

Which functionality consideration impacts the final decision?

A developer is trying to decide between creating a Visualforce component or a Lightning component for a custom screen. Which functionality consideration impacts the final decision?A . Does the screen need to be rendered as a PDF?B . Does the screen need to be accessible from the Lightning Experience UI?C...

March 31, 2020 1 Comment READ MORE +