PDI Exam Question 271
When the value of a field of an account record is updated, which method will update the value of a custom field opportunity? Choose 2 answers.
PDI Exam Question 272
In which two trigger types can a developer modify the new sObject records that are obtained by the trigger.new context? Choose 2 answers
PDI Exam Question 273
Given the following block code: try{ List <Accounts> retrievedRecords = [SELECT Id FROM Account WHERE Website = null]; }catch(Exception e){ //manage exception logic } What should a developer do to ensure the codeexecution is disrupted if the retrievedRecordslist remains empty after the SOQL query?
PDI Exam Question 274
What is a benefit of using a trigger framework?
PDI Exam Question 275
What is a good practice for a developer to follow when writing a trigger? (Choose 2)
