Announcements
No record found.
Hi All,
Field called internal/external,
this field can me visible to internal and external Teams and Mandatory for internal and external Teams only.
*This post is locked for comments
Hi,
For visibility, you can use field level security to achieve.
More information about field security, you can take a look in here
For required field, you can use JavaScript to make it mandatory by checking is user is in the team. If yes, make the field mandatory.
Field called internal external,
this field can me visible and Mandatory for internal and external Teams.
please refer to here community.dynamics.com/.../264506
Hi Padmaja, if I understand your question correctly, you would like to make a field as mandatory when a user from a particular team ( internal/external) team opens the entity form.
You can achieve this by writing a javascript as follows,
1. create a javascript function that will read logged in users teams and see if it has the team you are looking for ( internal/external)
2. accordingly make field as mandatory.
3. call the above function from OnLoad event of the form, so when the form is loaded field will be mandatory based on the logic.
please mark as answered if you problem is resolved.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.