How to enable this contact lookup filed in dynamics CRM for users.please help me out
*This post is locked for comments
How to enable this contact lookup filed in dynamics CRM for users.please help me out
*This post is locked for comments
Thank you so much it worked
Hi
As Necdet suggested, check the field read-only setting on the form to make sure it's unchecked.
If after republish, the field is still locked, check if there is any JS webresource setting field disabled.
Regards,
Abby
Hi
/////////////to lock fields
function lock()
{
Xrm.Page.getControl("fieldname").setDisabled(true);
}
///////////////////////////////to unlock fields
function unlock()
{
Xrm.Page.getControl("fieldname").setDisabled(false);
}
Hi,
Go to -->Settings -->Customize the System --->Select from Entities (left side) on which entity is the Lookup field ---> Forms --->Select main Forms ---> dobbel click on the Contact field ---> Check out Field is read-only on the Fields Properties (on the Display Tab) then click on OK ---> Save Form and then click on the Publish
Thats all. Now The Contact Field must be enable for 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,280 Super User 2024 Season 2
Martin Dráb 230,235 Most Valuable Professional
nmaenpaa 101,156