Hello everyone,
I need to disable certain fields from the business process flow for certain users/teams so they won't be able to edit them. I read somewhere that it is possible with javascript. But how do you set the validation then so only specific users/teams can edit those fields?. I also tried using "Field Security Profiles" but was not able to disable the required fields. Is there a clear process for achieving this task? . Thanks in advance
*This post is locked for comments
Hi
Please check the following to find out the JavaScript for finding the team membership of the current user:
Once you obtain this, you can disable the fields within the BPF.
similar to
Xrm.Page.getControl(“header_process_parentcontactid”).setDisabled(true);
Refer the following link:
www.inogic.com/.../how-to-apply-script-on-header-fields-and-bpf-fields
Mohamed Amine Mahmoudi
83
Super User 2025 Season 1
Community Member
54
Victor Onyebuchi
6