How to Use Custom Permission in Dynamic Action | Hide/unhide action button based on Permission sets

Поділитися
Вставка
  • Опубліковано 15 гру 2024

КОМЕНТАРІ • 11

  • @sanketkulkarni191
    @sanketkulkarni191 3 роки тому +1

    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 ?

  • @ericbenjamin8452
    @ericbenjamin8452 2 роки тому +1

    This is fantastic and exactly what I needed. NOT something I would have figured out on my own. THANK YOU!!!

  • @svytoslav3131
    @svytoslav3131 3 роки тому +1

    Awesome, thank you a lot for this method!

  • @helenadouglas3542
    @helenadouglas3542 2 роки тому +2

    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?

  • @SebastianMelginFree
    @SebastianMelginFree 2 місяці тому

    Is that applicable instead of Permission Sets, to Profiles as well?

  • @harshavardhan9620
    @harshavardhan9620 Рік тому

    Thank you so much for this video 🙏

  • @somduttapal4360
    @somduttapal4360 3 роки тому +1

    Thanks for the solution!

  • @Abhishekkumar-ij1iw
    @Abhishekkumar-ij1iw 2 роки тому

    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