Did you assign the Permission Set to users beforehand, or assign Profiles to the Custom Permissions? Otherwise which users would be able to have access to the delete button?
Create a Permission field in Contact object then do the following If Permission on the Contact object is True based on the permission field, records in account should not edit it should be read only. If false record in Account should edit. This is to be done using trigger . ***records you need to restrict is in account, restrict to edit and read only. can someone help me with this
Hey..great video....One doubt I have...here
Is that users from custom permission set can only see this components if we make as true ?
Yes, you are correct!
This is fantastic and exactly what I needed. NOT something I would have figured out on my own. THANK YOU!!!
Awesome, thank you a lot for this method!
Did you assign the Permission Set to users beforehand, or assign Profiles to the Custom Permissions? Otherwise which users would be able to have access to the delete button?
good question
Is that applicable instead of Permission Sets, to Profiles as well?
Thank you so much for this video 🙏
Thanks for the solution!
You’re welcome!
Create a Permission field in Contact object then do the following
If Permission on the Contact object is True based on the permission field, records in account should not edit it should be read only.
If false record in Account should edit. This is to be done using trigger .
***records you need to restrict is in account,
restrict to edit and read only.
can someone help me with this