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

Updating Base64 Content is Truncated on Annotation Entity #199

Open plitintdev1234 opened 1 year ago

plitintdev1234 commented 1 year ago

Updates made to the base64 content on the documentbody (string) field of the annotation entity seem to be limited to 30k characters. This can cause loss of data as it is not obvious this restriction exists.

This limitation may exist on other entities as well, but I have only seen it on annotations at this time.

rappen commented 7 months ago

(Crazy late response, sorry about that...)

Do you get any error messages during this? Or is the loss of data just swallowed?

Today this tool does not verify data to update compared to the metadata limits. That might be a good improvement to verify that we can set the data.

plitintdev1234 commented 7 months ago

There are no error messages. The data is just lost if it goes beyond the 30k character limit.

rappen commented 7 months ago

Thanks for the info 🙏