-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update MultiSelectPicklist.MultiSelectPicklistControl from API not being updated on Dynamics 365 #86
Comments
I'm not sure if SOAP version supports multi-select picklists at all, we didn't test it specifically. But if it does not stop the request then the value to submit would be a comma-separated list of values, e.g.
Have you tried that? Thanks |
Hi @georged But for all type it returns the response like this
)` Also, when I check on Dynamics the values are not being updated, so it seems it is not working. Thanks |
we checked the code and multi select optionset has been added to Dynamics 365 after we released the toolkit. Since the current toolkit relies on SOAP that has been deprecated, we probably are not going to fix it. Instead, we recommend that you take a look at https://github.com/AlexaCRM/dynamics-webapi-toolkit. That's the toolkit based on Web API and any bug fixes and maintenance efforts will be directed at that one. Of course, feel free to fork the current toolkit and apply the fix - we are still open to pull requests. Thanks |
Hi George, Could you please have a look on following issue? Thanks, |
Hello Team,
I am using the crm toolkit to update Dynamics fields when they are being updated on my other CRM HubSpot.
It is working fine for normal text fields or simple drop-downs on Dynamics. But, when I tried to update a MultiSelectPicklist.MultiSelectPicklistControl type of field which we are using for linking various values on lead for Brands, it is not being updated Via API and for normal fields we are able to update and receiving response with updated values when we call the update function, while for this field there is no response and it seems like using normal update function we are not able to update this kind of custom fields.
Can you guys tell me what will be the solution to this? how to update this kind of field value using API?
Thanks
The text was updated successfully, but these errors were encountered: