Open MitchKuijpers opened 2 months ago
Hello @MitchKuijpers,
I've done some preliminary investigations, and it appears the AddRelatedObject doesn't seem to support the dependsOnIDs feature, while the feature seems to have been implemented for the DeleteObject and UpdateObject
I'm still in the process of investigating some workarounds and conducting replications. I will revert back as soon as I have confirmed my observations.
When saving as single changesset with two unsaved objects and adding one as a related object. I would expect a call when dependent on id's, however it results in a crash. This only happens when trying to send as jsonbatch
Assemblies affected
8.0.1
Reproduce steps
It should be easy to reproduce with 2 related objects.
Expected result
Would send a request with dependent on id's
Actual result
crash while validating the depends-on-Ids.
Additional detail
Might be because of the Guid as Id's?