Skip to main content

1 reply

avillanueva
23-Emerald I
23-Emerald I
December 12, 2022

I think Mike's solution is the right one. This where ACLs do not scale and fall down. I had tried this approach of a subdomain but abandoned it cause it led to too many complexities.  My recommendation is rethink why you need to restrict folder access in every area. Even in Active Directory managed Windows folders, this type of approach blows up.

6-Contributor
December 12, 2022

So in my case - I need to grant delete wtdocument permission on a folder for all products.

22-Sapphire I
December 12, 2022

Might work to create a Role, add the permission Delete WTDocument to that Role, then assign user(s) to that Role at Org level.

This will not tie it to a folder, but maybe that's ok?