Skip to content

TRG_ApiIssue

Trigger

apex
trigger TRG_ApiIssue on ApiIssue__c ( before insert, before update )

Trigger on ApiIssue__c. Fires the configured trigger actions for data masking before insert and update so sensitive payload fragments captured in the diagnostic record are redacted before persistence, regardless of whether the issue was created by the web-service framework or by subscriber Apex.

See Also: ApiIssue__c