You need to sign in to do that
Don't have an account?

how to use custom permission on user object
Hi All,
I want check the assigned permission set of the user in workflow. Based on the permission set assigned to the user i need to trigger an email. I have created the workflow on user object. I tried using custom permissions, using the below link .
https://help.salesforce.com/articleView?id=000221057&type=1
but it is not working for me. Could anyone can clarify me can we use the custom permission on user object using workflow.
If if doesn't work can any one please provide the alternate solution. I want to check the assigned permission set of the user in workflow.
I want check the assigned permission set of the user in workflow. Based on the permission set assigned to the user i need to trigger an email. I have created the workflow on user object. I tried using custom permissions, using the below link .
https://help.salesforce.com/articleView?id=000221057&type=1
but it is not working for me. Could anyone can clarify me can we use the custom permission on user object using workflow.
If if doesn't work can any one please provide the alternate solution. I want to check the assigned permission set of the user in workflow.
Thank you for your response. I am also using the formula evaluates to true in the Workflow Rule.But it's not working.
When check the debug logs, i am getting $permission.Test=null.
my formula is AND(profileId='xxx',$permission.Test,Manager<>null)
Please let me know if anything is wrong.