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)
The contents you find here are totally obsolete so do not use this website to obtain a solution for your issues: the indications you get from here will not be accurate and may lead to data loss or other mayor problems
Moderator: car031
Code: Select all
$doc.addTag("TestTag")
$DocTool.store($doc)
Code: Select all
$doc.removeTag("removeThisTag")
$DocTool.store($doc)
Users browsing this forum: No registered users and 0 guests