Hello,
I have a custom data entity.
When I do the "Export in Excel", I get data correctly.
I wanted to test the publish function. So I added new line in excel and filled all the data correctly. Values are correct (same values I would select on D365 form).
When I save file and click publish I get error message: Field 'xxx' must be filled in.; Warning: validateWrite failed on data source 'DS'.
Field xxx is mandatory on table, this is the referenced field, so the value I use in excel exists already in d365.
What could be the reason? How to understand this issue?
Thanks.