Post

2 followers Follow
0
Avatar

IsTriggeredBy a specific custom action vs manually

I would to identify if a field is updated by a workflow (or system) vs. manually by the user. Tried IsManuallySet but it looks like updating via a workflow is giving the same validation result as if someone manually set the field. Thank you.

Devlend Maul Answered

Please sign in to leave a comment.

1 comment

0
Avatar

Hello Devlend,

IsTriggeredBy("CustomAction") can identify if a business rule was triggered by a custom action. IsManuallySet($FieldApiName) can identify if something has been manually set. To my understanding this includes business rules and direct actions taken by the user, but not system actions.

I hope this helps.

Roland

Roland Pumputis 0 votes
Comment actions Permalink