PDII試験無料問題集「Salesforce Certified Platform Developer II (PDII) 認定」
A developer is asked to replace the standard Case creation screen with a custom screen that takes users through a wizard before creating the Case. The org only has users running Lightning Experience.
What should the developer override the Case New Action with to satisfy the requirements?
What should the developer override the Case New Action with to satisfy the requirements?
正解:A
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
A company has a custom object, Order__c, that has a custom picklist field, Status__c, with values of `"New',
`"In Progress', or `"Fulfilled' and a lookup field,
Contact__c, to Contact.
Which SOQL query will return a unique list of all the Contact records that have no `"Fulfilled' Orders?
`"In Progress', or `"Fulfilled' and a lookup field,
Contact__c, to Contact.
Which SOQL query will return a unique list of all the Contact records that have no `"Fulfilled' Orders?
正解:D
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
A developer is asked to look into an issue where a scheduled Apex is running into DML limits. Upon investigation, the developer finds that the number of records processed by the scheduled Apex has recently increased to more than 10,000.
What should the developer do to eliminate the limit exception error?
What should the developer do to eliminate the limit exception error?
正解:C
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
Universal Charities (UC) uses Salesforce to collect electronic donations in the form of credit card deductions from individuals and corporations.
When a customer service agent enters the credit card information, it must be sent to 8 3rd-party payment processor for the donation to be processed, UC uses one payment processor for individuals and a different one for corporations.
What should a developer use to store the payment processor settings for the different payment processors, so that their system administrator can modify the settings once they are deployed, if needed?
When a customer service agent enters the credit card information, it must be sent to 8 3rd-party payment processor for the donation to be processed, UC uses one payment processor for individuals and a different one for corporations.
What should a developer use to store the payment processor settings for the different payment processors, so that their system administrator can modify the settings once they are deployed, if needed?
正解:A
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)