You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, the select/deselect is instantly creating/deleting the N:N association. You should query the N:N table. Try using the FetchXML builder in the XRM Toolbox.
Message can be short, sent from my mobile
Is there a way to get the selected values in a javascript save event handler method? I'm trying this command and it's returning null:
var selectedVals = formContext.getAttribute("xyz_multiselectfield").getValue();
The text was updated successfully, but these errors were encountered: