Edit permission for group without input

cancel
Showing results for 
Search instead for 
Did you mean: 
malikaasen
Active Member

Edit permission for group without input

Hi!

Im trying to make it so that when a group is done uploading they press a "finished" button, the system takes all the current group that has permissions on a folder, and set them to consumers without running through all the users. I have an action that does the opposite, but it is meant to be used by system admin, and it takes groupname as input. Any idea on how to do that without input? Preferably java as i am making an action.

Thank you in advance.

2 Replies
jpotts
Professional

Re: Edit permission for group without input

I don't understand where you are stuck. You have an action that does the opposite of what you want, so it should be trivial to create a new action that does the opposite of that.

What have you tried, where are you stuck, and what error messages are you seeing?

malikaasen
Active Member

Re: Edit permission for group without input

The first action took the groupname as input, but i found a workaround for the "no input" action, as the folder is named after the group, and thus it was just a simple matter to get the groupname, and remove the premissions.

Thank you for the reply!