Comala Workflows - Move page
Comala Workflows - Move page
This script will add a new label to all of the child pages of the selected parent page.
Approved.sil
number parentID = getPage("PP", "Approved"); movePage(id, parentID);
Rejected.sil
number parentID = getPage("PP", "Rejected"); movePage(id, parentID);
See Other Recipes
See More Documentation
, multiple selections available,
Related content
Comala Workflows - Archive page
Comala Workflows - Archive page
Read with this
movePage
movePage
More like this
Comala Document Management
Comala Document Management
Read with this
Comala Workflows - Send email escalation for expired states
Comala Workflows - Send email escalation for expired states
Read with this
getPage
Read with this
getPages
getPages
More like this