*This post is locked for comments
Announcements
*This post is locked for comments
U R Welcome donyc :)
thanks!
Hi donyc,
The built-in form selection is managed by security roles not by fields content.
But there is a way, you can use formSelector object in OnLoad() Envent on your form.
This formSelector object that you can use it by Javascript and it allow you to choose one form between all form that you have access.
But there is a bad point with this solution (the unique solution). Your main form will load untill all your page is loaded with the whole DOM and after that you can change form. It looks like your form appear twice.
If you insist to do it : use this Xrm.Page.ui.formSelector.items.get(1).navigate();
(1) is your form number in the items array.
Mohamed Amine Mahmoudi
83
Super User 2025 Season 1
Community Member
54
dkrishna
6