Delete an Item from a List Folder using XML Variable
- Last UpdatedJun 25, 2024
- 1 minute read
Items can be deleted from a list folder using the delete option under the Operations node in the System Internal Variables. This can be done in the Update Variable activity.
The steps given below uses the same scenario used in the previous topic and considers Purchase Order List for the scenario.
To delete an item using XML Variable
-
In the Update Variable activity properties pane, select the Set Variable icon.
-
In the Update Variable screen, select the Delete option in the Operations node in the System Internal node.
-
Set the Operator Value to True.
-
Click OK to save it.
To enable an item using XML Variable
-
In the Update Variable activity properties pane, select the Set Variable icon.
-
In the Update Variable screen, select the Enable option in the Operations node in the System Internal node.
-
Set the Operator Value to True.
-
Click OK to save it.
To disable an item using XML Variable
-
In the Update Variable activity properties pane, select the Set Variable icon.
-
In the Update Variable screen, select the disable option in the Operations node in the System Internal node.
-
Set the Operator Value to True.
-
Click OK to save it.