rappen / BulkDataUpdater

Updates or touches single attributes on a set of records.
https://www.nuget.org/packages/Cinteros.XrmToolBox.BulkDataUpdater/
GNU General Public License v3.0
5 stars 5 forks source link

Calculated MultipleOptionSet not working #166

Closed Suxsem closed 2 years ago

Suxsem commented 2 years ago

Hello, thank you for the useful tool! Unfortunately it seems that Calculated, MultipleOptionSet has not been implemented. Any chance you could do that? Thank you!

rappen commented 2 years ago

Yep, sorry, I didn't include Choices (MultipleOptionSet) in this version... A bit harder, but I will work on that "soon"...

Suxsem commented 2 years ago

Thank you!!

rappen commented 2 years ago

This feature requires that you know the numbers of the options.

Could be used like this:

image

The values shall be between semicolons, and only numbers. In this case, I use with both calculated and "hard number".

Available in next release, hopefully quite soon!