Is it possible to restrict a users access so that they can only see certain products in the catalogue, or to restrict their access to a certain pricelist so they cannot see that products pricing or add it to an Opportunity/Quote?
Can this be done with Teams / Business Units / Security Roles?
Thanks.
To restrict users on the form. Use :
formContext.getControl(arg).addCustomFilter(filter, entityLogicalName). For more detais: https://learn.microsoft.com/en-us/power-apps/developer/model-driven-apps/clientapi/reference/controls/addcustomfilter
For the Home screen use message Retrieve or RetrieveMultiple. For more details:
Hi MichelleM, I'm looking for the exact same thing. Did you have any luck in finding a way to control which users can access which products and which price lists?
Thanks for your reply Nya, unless I am misunderstanding, wouldn't these solutions stop them seeing the price on all products?
We need them to see the price on some, but not others.
Hi,
The Default Price List is one of the fields in Product entity, so if you'd like to hide it to certain users, you could consider to use field level security feature.
Ref: Field-level security - Power Platform | Microsoft Docs
And for the related price lists, please refer to the following post.
(+) Tip – Manage access to Price Lists in Dynamics CRM - Dynamics 365 Sales Community
To avoid adding the product to an Opportunity/Quote, you just need to remove the append / append to privileges for the security role of the user.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156