Can you help me to how can i check lookup field on form is null in plugin
Can you help me to how can i check lookup field on form is null in plugin
Hi Mona ,
You can refer this link here you can see all the get and set method also Check condition if it is null or contain data or not before getting the all type of fields in mscrm using C# and Javascript.
community.dynamics.com/.../get-set-field-values-in-c-javascript-and-utility-functions
Hi,
You just need to see if field is equal to NULL.
Something like this:
var lookupField = entity["accountid"]; if(lookupField == null) { //do something }
Regards,
Joana
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,214 Most Valuable Professional
nmaenpaa 101,156