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

Preventing record creation from Tab and related for set of users
I have created permission set for users who can create records. Also, created "Custom permission" too. Now I have to write a validation rule by calling custom permission into it to prevent users from creating records. How to write validation rules to achieve this.
Please help me to achieve this.
Thanks in advance!!
Please help me to achieve this.
Thanks in advance!!
You can just use the below condition if you want to allow user only based on custom permission for creation.
Just replace Custom permision name with your custom permission API name
If this solution helps, Please mark it as best answer.
Thanks,