Hello,
using Comala Document Management, we add page view restrictions based on specific states.
So there are already quite some pages which can be viewed by only a special group.
We want to add another group to be able to view all these pages.
Is it possible to set the view page restriction for all relevant pages (easy or at once)?
Hi Michael!
There is a trick called 'cascade workflows' in Comala Document Management that will allow you to fire a trigger for specific pages in the whole space. I think that's exactly what you are looking for.
{trigger:labeladded|label=restrict|state=Approved}
{set-label:restrict|children=true}
{set-restrictions:type=Edit|group=group1, group2}
{remove-label:restrict}
{trigger}
When this label is added to a page (I suggest the 'home' page - but make sure it is in the Approved state)
This trigger will fire when the label restrict is added to the page, this results in the following actions:
Two things to note:
If you need help implementing cascade workflows in your set up, do contact our support team at https://comalatech.jira.com/servicedesk/customer/portal/1
All the best
Jorge
Hi Jorge,
I can't seem to get this to work in a cascading way... I can get the restrictions to set on the page that I have the workflow on, but not on any child pages. Is this still the same functionality for v6.13.1?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This should work in v6.13.1 however there maybe a few reasons this does not work as expected, could you contact us via https://support.comalatech.com/ with some more details.
To speed up our support team, please could you attach a copy of the markup of all of the active workflows in your space.
Thanks in advance
James
Senior Product Manager
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.