Hi all,
I am currently facing issues when implementing an unmanaged BO, specifically I do not get access to the modified entities in the save-method of the custom saver implementation.
My current implementation is pretty close to the travel scenario, but the legacy API I use saves per entity and does not offer a global save as the travel scenario does.
According to the documentation the method should be supplied with a reported data structure, but in my case the contained table of entities is always empty.
Do I miss something here?
Any help is appreciated.
Thanks
Arne