You need to sign in to do that
Don't have an account?
Aki99
Assign Permission Set dynamically to users
I have a permission set which restricts its assigned users to edit some fields of a record. I want to assign this permission set to rest of the users which are selected by the record owner using the visualforce page.
When the record owner creates the record he is asked to give permissions to rest of the users for his newly created record to either read or read/write. And thus accordingly assign permission sets to the selected users.
Any idea how can I achieve the same?
Thanks in advance,
Aakash Jain
When the record owner creates the record he is asked to give permissions to rest of the users for his newly created record to either read or read/write. And thus accordingly assign permission sets to the selected users.
Any idea how can I achieve the same?
Thanks in advance,
Aakash Jain
Once you install this app, you can see visualforce pages which implement this programmatically.
Enjoy
Amit
But am looking for a way to do this without any external app installation and only by using apex and VFML in my app.
Any idea for the same?
Regards,
Aakash Jain