Workflow remove a Tag in the automation
Posted: Fri Jan 19, 2018 8:59 am
Hi Logicaldoc users,
is there a way to remove a tag from a document in the workflow automation.
Adding is no problem when using:
already tried it this way but no luck:
is there a way to remove a tag from a document in the workflow automation.
Adding is no problem when using:
Code: Select all
$doc.addTag("TestTag")
$DocTool.store($doc)
Code: Select all
$doc.removeTag("removeThisTag")
$DocTool.store($doc)