Automatic update for previous versions (permissions)

Hi everyone,

Is there a way to automatically put new value in the metadata card on all of the previous version of the object?

We have a use case where permissions are set based on metadata. Users can be added in certain properties that give them rights to read the document.

The issue is that when user is added to property "Additional Viewer", that user can only see versions of the object where they are on the metadata card which means they cannot see comments on the object before they were added on the metadata card.

There is a way to change older version manually which would give them rights for previous versions but it would be great if that could be done automatically.

Parents
  • There's no built-in option for this as permissions are version-specific by design: this way you can control the visibility through the object's lifecycle and each user can only see those versions they are supposed to see.

    If the issue is specifically about the visibility of the comments, as a workaround you could perhaps store all the comments in a property on the metadata card so that users who get access to the object later can view the full comment history from that property. You may need to write an event handler or some other custom extension for this comment collection (copying from the built-in Comment property to your own comment property).

Reply
  • There's no built-in option for this as permissions are version-specific by design: this way you can control the visibility through the object's lifecycle and each user can only see those versions they are supposed to see.

    If the issue is specifically about the visibility of the comments, as a workaround you could perhaps store all the comments in a property on the metadata card so that users who get access to the object later can view the full comment history from that property. You may need to write an event handler or some other custom extension for this comment collection (copying from the built-in Comment property to your own comment property).

Children