Sales order line is split by "Interface Trip Stop"
When a sales order line is split by "Interface Trip Stop" due to partial shipment the following happens:
1. A new SO line is created
2. For the new SO line a new delivery detail is created (when shipped_qty is reduced before ship confirming) or in an existing delivery detail the column SOURCE_LINE_ID is updated to link with the child SO line created due to split (in case SO line had a backordered delivery detail when the other delivery detail of the same SO line was ship confirmed).
Could someone please confirm if both of these steps are done as part of Interface Trip Stop program? I mean if any error is not encountered in ITS, then when the ITS completes can we safely assume that both the above mentioned steps were processed and committed to the database.