You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello !
When I try to use an AfterDelete trigger, I wanted to use existingRecords but it's null while Trigger.old/Trigger.oldMap is available in delete triggers -> Trigger Context Variables
So I think we can add it in the handleAfterDelete method -> src\frameworks\at4dx\sfdx-source\core\main\classes\framework-application-factory\ApplicationSObjectDomain.cls
Hello !
When I try to use an AfterDelete trigger, I wanted to use existingRecords but it's null while Trigger.old/Trigger.oldMap is available in delete triggers -> Trigger Context Variables
So I think we can add it in the handleAfterDelete method -> src\frameworks\at4dx\sfdx-source\core\main\classes\framework-application-factory\ApplicationSObjectDomain.cls
EDIT: It's the same for handleBeforeDelete
Thank you !
The text was updated successfully, but these errors were encountered: