Hi,
I created the user view where Name and security roles has to be shown.
Now all the security roles should be listed on the dropdown. Can we add the Security role in the dropdown?
*This post is locked for comments
Hi,
I created the user view where Name and security roles has to be shown.
Now all the security roles should be listed on the dropdown. Can we add the Security role in the dropdown?
*This post is locked for comments
No, you can't.
Yes, I know We can do this by Webresource, But Can we do this on Dynamic CRM standard view.
Fetch Security role though XMLServiceToolkit & bind those rules to your htlm dropdown.
OR
You can Build Lookup field on your Web Resource using below :
var url = “/_controls/lookup/lookupsingle.aspx?objecttypes=” + objectCode;
You need to develop custom html view, where you can fetch data from CRM using script for this requirement.
Thanks
André Arnaud de Cal... 291,711 Super User 2024 Season 2
Martin Dráb 230,458 Most Valuable Professional
nmaenpaa 101,156