Composite data entity datasources insert
Examples: InventInventoryAdjustmentJournalEntryV2Entity InventInventoryAdjustmentJournalEntryCDSEntity Align the datasources in following way Primary datasource make it line one , So that system automatically inserts the line data and just before inserts the line data we insert the header data public class MCOInventTransferOrdersEntity extends common { /// <summary> /// /// </summary> public void postLoad() { super(); this.ProductName = InventTable::find(this.ItemId).itemDescriptionOrName(); } /// <summary> /// Executes logic for optimizing staging data before copy to target. /// </summary> /// <param name="_dmfDefinitionGroupExecution"> /// The definition group that should be processed. /// </param> ...