Open EdCallahan opened 3 years ago
Interesting, do you have any thoughts about how this might work well either with its own multi select optionset cmdlet or with the existing one? Multi-select seems really specific and I'm not sure if it would work best to have its own cmdlet or somehow combine them into one.
It would be nice to have New-CrmOptionSetValue be extended to handle multiselect option sets, which are setup in D365 to allow multiple options to be selected in the same record/field. Or to have a new function like "New-CrmOptionSetValues".
Currently, even when assigning only one value, the following will fail if the option set is configured to be multiselect:
I have this workaround, but handling it within a function call would be nice: