Hello Experts,
we just got a request to modify the standard delivery note form in the following manner: "Display all items from the corresponding SalesOrder, even if they are not part of the current delivery (in that case item-quantity would be 0)".
Sounds easy, isn't it?
APPROACH 1: Read items from sales order reference which are not included and create instances in subnode BO-node OutboundDelivery.Item for each of these.
>> Not possible because OutboundDelivery.Item is not writeable
APPROACH 2: Create BO-Extension for OutboundDelivery and create a new subnode "ItemsNotIncludedInDelivery".
>> Not possible as you cannot create nodes (or associations) in BO-Extensions
We really thought hours on that and also had ideas of ugly workarounds, but the XML-generation for form output is rather difficult to influence.
Has anyone a hint to get to a good solution for that?
Thank you and kind regards
Pablo Menth