Coding-With-The-Force / Salesforce-Separation-Of-Concerns-And-The-Apex-Common-Library

This repo hopes to better explain Separation of Concerns for Salesforce and how to leverage the Apex Common library to employ it in your org.
88 stars 19 forks source link

Add info about how to access the available trigger context variables in the Wiki? #1

Closed mfishco closed 3 years ago

mfishco commented 3 years ago

Was trying how to access Trigger.new, Trigger.old, etc... and was looking in section 11. Are they somewhere else? Or maybe info regarding this could be added somewhere?

Coding-With-The-Force commented 3 years ago

I have updated that section to include information on that! Thanks for bringing that up! Hopefully that helps!

mfishco commented 3 years ago

Thanks for addressing my issue so quickly! You are the bestest!