The After Field Edit trigger is a client-side trigger that runs after a user has finished editing a field on a record form. It’s considered a client trigger because it occurs while the record is being edited within the browser. This trigger only activates after a field on the record form has been edited. When… Continue reading After Field Edit trigger
Tag: client trigger
Workflow Did Not Execute as Admin
Scenario A workflow has been set to execute as Administrator. Upon switching to a custom role, the workflow did not execute the actions as expected. Example: Set value on a custom field upon click on a button. Solution An action that is triggered by a button will be recognized as a Client Side trigger. As a result,… Continue reading Workflow Did Not Execute as Admin
Workflow-Understanding Client and Server Triggers
Workflow-Understanding Client and Server Triggers