delete records
Collapse
X
-
Hi peterberlin
you can delete any record using formula on the workflow, e.g delete current contact target record would be done using a Script task with code below:
Code:record\update('Contact', id, 'deleted', true);
Hope this helps.
ThanksLeave a comment:
-
delete records
hello
How can I delete records via workflow?
I have not found an action, Or does it work with formula?
I would be very happy to receive a suggestion.
peterTags: None
Leave a comment: