/
How do I reset the value of a field when an action is undone or reverted?
How do I reset the value of a field when an action is undone or reverted?
Often when a workflow action is undone or reverted it is necessary to set fields back to a prior state. For example, if the request was marked completed, when undone, ideally the Completed On and Completed By fields would be set back to the default state of empty (Null). The steps below outline how to do this.
Step-by-step guide
- Click on Modules.
- Select the appropriate Module.
- Select the Workflow tab.
- Click on the appropriate Workflow name.
- Click Next to advance to the Process Flow – User Action page.
- On the Process Flow – User Actions page, select the undo/revert action that should reset a field's value.
- In the Customize the Action form click on the Subactions tab.
- Click on the “No sections defined” to add a subaction.
- Under Field, add the Field name you want to revert and under Value enter "%(null)%".
- In the example, Competed On and Completed By are being set to blank as part of an Undo action.
Related articles
, multiple selections available,
Related content
How do I reset completed fields to null(empty)
How do I reset completed fields to null(empty)
More like this
How do I permit users to remove requests?
How do I permit users to remove requests?
More like this
How do I rename a workflow state?
How do I rename a workflow state?
More like this
How do I set a field to the ‘readonly’ state?
How do I set a field to the ‘readonly’ state?
More like this
How to: Mark items read/unread
How to: Mark items read/unread
More like this
How do I hide a field based on state?
How do I hide a field based on state?
More like this