What should a developer use to satisfy this requirement?

Cloud kicks has a multi-screen flow that its call center agents use when handling inbound service desk calls. At one of the steps in the flow, the agents should be presented with a list of order numbers and dates that are retrieved from an external order management system in real...

April 7, 2023 No Comments READ MORE +

Without writing unnecessary code, which controller should be used for this purpose?

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....

April 7, 2023 No Comments READ MORE +

Which code statement includes an Apex method named updateaccounts in the Class AccountCont rolles for use in a Lightning web component?

Which code statement includes an Apex method named updateaccounts in the Class AccountCont rolles for use in a Lightning web component? A) B) C) D) A . Option A B. Option B C. Option C D. Option DView AnswerAnswer: D

April 6, 2023 No Comments READ MORE +

What should a developer change about the Visualforce page to help with the page load errors?

Universal Containers has a Visualforce page that displays a table of every Container_c. being ……. Is falling with a view state limit because some of the customers rent over 10,000 containers. What should a developer change about the Visualforce page to help with the page load errors?A . Use Lazy...

April 6, 2023 No Comments READ MORE +

Which Apex technique should the developer use?

A developer wants to mark each Account in a List<Account> as either or Inactive based on the LastModified field value being more than 90 days. Which Apex technique should the developer use?A . A for loop, with a switch statement inside B. A Switch statement, with a for loop inside...

April 6, 2023 No Comments READ MORE +

What should the developer consider while testing the trigger code?

The following automations already exist on the Account object; • A workflow rule that updates a field when a certain criteria is met • A custom validation on a field • A How that updates related contact records A developer created a trigger on the Account object. What should the...

April 6, 2023 No Comments READ MORE +

What should the developer do to ensure the data is available to the test?

A developer needs to have records with specific field values in order to test a new Apex class. What should the developer do to ensure the data is available to the test?A . Use Anonymous Apex to create the required data. B. Use Test.loadDataO < > and reference a CSV...

April 5, 2023 No Comments READ MORE +

What should the developer use to ensure the data being Integrated is matched to the right records in Salesforce?

A developer Is Integrating with a legacy on-premise SQL database. What should the developer use to ensure the data being Integrated is matched to the right records in Salesforce?A . Lookup field B. External ID field C. Formula field D. External ObjectView AnswerAnswer: B

April 4, 2023 No Comments READ MORE +

What are two factors that the developer must take into account to properly deploy the modification to the production environment?

A develop completed modification to a customized feature that is comprised of two elements: Apex trigger Trigger handler Apex class What are two factors that the developer must take into account to properly deploy the modification to the production environment?A . Apex classes must have at least 75% code coverage...

April 4, 2023 No Comments READ MORE +

What should the developer use to implement this?

A company has a custom object, Sales, }_Help_Request__c, that has a Lookup relationship to Opportunity. The Seles Help Request__c has a mumber field, Number_ct_Hours__c, that represents the amount of time spent on the Sales_Help Request__C. A developer is tasked with creating a field, total_Hour2__c, on Opportunity that should be the...

April 4, 2023 No Comments READ MORE +