Hello Experts,
I want to set one lookup fields blank on some condition of field change. Ho can I do that
*This post is locked for comments
Hello Experts,
I want to set one lookup fields blank on some condition of field change. Ho can I do that
*This post is locked for comments
Hey how do you do this for PowerShell?
Hey how do you do this for PowerShell?
Hi ,
Its correct which Preeti suggested here -
Xrm.Page.getAttribute("Lookupfieldname").setValue(
null);
Hi,
You can try below script:
Xrm.Page.getAttribute(lookupFieldName).setValue(null);
Thanks:)
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,269 Super User 2024 Season 2
Martin Dráb 230,198 Most Valuable Professional
nmaenpaa 101,156