Exam Name: | Salesforce Certified Platform Developer 1 (SP25) | ||
Exam Code: | CRT-450 Dumps | ||
Vendor: | Salesforce | Certification: | CRT-450 |
Questions: | 204 Q&A's | Shared By: | wren |
A developer created a new after insert trigger on the Lead object that creates Task records for each Lead.
After deploying to production, an existing outside integration that inserts Lead records in batches to Salesforce is occasionally reporting total batch failures being caused by the Task insert statement. This causes the integration process in the outside system to stop, requiring a manual restart.
Which change should the developer make to allow the integration to continue when some records in a batch cause failures due to the Task
insert statement, so that manual restarts are not needed?
A developer created a trigger on a custom object. This custom object also has some dependent pick lists.
According to the order of execution rules, which step happens first?
Which statement should be used to allow some of the records in a list of records to be inserted if others fail to be inserted?
A developer deployed a trigger to update the status__c of Assets related to an Account when the Account’s status changes and a nightly integration that updates Accounts in bulk has started to fail with limit failures.
What should the developer change about the code to address the failure while still having the code update all of the Assets correctly?