Restructuring a large folder hierarchy

Asked 5 months ago Modified yesterday Viewed 167 times Asked By Fayaz S T
0

I’m currently working on restructuring a large folder hierarchy within the Million Workspace. Each folder has specific group permissions assigned. However, after performing the move operation via WebReport, those group permissions are not retained.

  1. Is there a configuration setting in the admin page that I might have overlooked?
  2. Could anyone share an example or best practice for reapplying group permissions to a folder and all its sub-items after the move?

Answers

0
Use permaction we can use
Answered by Fayaz S T 5 months ago

0

When moving documents using the nodeaction move tag, be sure to include the inheritperms subtag to ensure that permissions from the destination folder are properly inherited.

Answered by Srinath B Goud 5 months ago

0

There are actually two approaches when moving documents:

  1. Inherit destination permissions: You move the documents to the target location and want them to adopt the permissions of the destination folder.
  2. Retain source permissions: You move the documents but want them to keep the original permissions from the source folder.

In the first scenario, the documents will inherit the destination's permissions.
In the second scenario, the documents will retain the permissions they had at the source.

Both methods use the nodeaction tag, but differ in their subtags:

  • For inheriting destination permissions, use the inheritperms subtag.
  • For retaining source permissions, use the destination subtag alone.

Answered by Sathish Kumar Kinche 5 months ago

0

LL_REPTAG_!childid PERMACTION:ACL:[LL_REPTAG_!varAssignedAccessAssoc ASSOC:RightID /]:UPDATE:[LL_REPTAG_!varAssignedAccessAssoc ASSOC:ConcatenatedPerms /] /]

Answered by Sathish Kumar Kinche 5 months ago

0
Thanks for quick responce
Answered by naveen020 Kolluri 3 weeks ago

Your Answer