function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
bobnunny1bobnunny1 

How to tell my APEX is fired from API?

Is there a way in my APEX Trigger to know that the update was fired from an API update rather than via the GUI or system itself?  Thanx!

sfdcfoxsfdcfox

No. There is no class, field, or method that will identify the source of the CRUD event the trigger is evaluating.