Hi, im trying to create multiselect option set in dynamics crm 2016 following this link:
burnignorance.com/.../add-a-multiselect-optionset-to-ms-dynamics
From this below line, what value should be returned ?
OSet= window.parent.document.all.lnkt_impactlevel; //get OptionSet field object OSetValue= window.parent.document.all.lnkt_impactlevelvalue; //get MultiLineTextBox field object
In my case, it's returning [object HTMLDivElement], is it correct ?
*This post is locked for comments