Hello,
I am looking for a solution in which I want to open a Quick Create form on click of Ribbon Button and on open of Quick Create form I want that some values from the parent record should get mapped to the Quick Create form.
In this all fields mapped successfully except the Multi Option Set field. This field is having 10 options out of which 3 options are selected and the same I want on the Quick Create form of other entity.
Remember I have retrieved a record from the preveious entity using Xrm.WebApi.retrieveRecord and its retrieved data I have in result as follows:
var abc= result["cs_abctype"];
I need to set the same option set values to Quick Create form through
Xrm.Navigation.openForm(entityOptions, formParameters)
Thanks
AR