KVSFCYTransferSubscriber#
Procedures#
WriteDownDerivedLines(Record Transfer Line) :#
Summary: Writes down derived transfer lines during receipt posting for subcontracted items and dispatch unit transfers. This procedure processes derived transfer lines that are linked to a parent transfer line, handling item tracking, quantity allocation, and line cleanup. It ensures proper quantity distribution from the parent line to derived lines based on item tracking specifications and removes fully consumed derived lines for subcontracted items. The procedure validates that the base quantity to receive is fully allocated across all derived lines.
procedure WriteDownDerivedLines(var TransLine3: Record "Transfer Line"):
Parameters:
TransLine3: The parent transfer line record (passed by reference) from which derived lines are processed. Contains the base quantities to be distributed among derived lines and serves as the source for quantity allocation calculations