Sales Shipment Line
Function: InsertInvLineFromShptLine
Moved code:
InsertInvLineFromShptLine
Moved To: Complete procedure is refactored and splitted to matching events.
Moved To: OnBeforeInsertInvLineFromShptLineBeforeInsertTextLine, OnInsertInvLineFromShptLineOnBeforeValidateQuantity, OnInsertInvLineFromShptLineOnAfterCalcQuantities, OnAfterInsertInvLineFromShptLine ("Sales Shipment Line WoSu")
Function: InsertDescriptionIntoSalesLine
Event Changed:
OnBeforeInsertInvLineFromShptLineBeforeInsertTextLine(Rec, SalesLine, NextLineNo, Handled);
New Event:
OnBeforeInsertDescriptionIntoSalesLineSalesLineInsert(Rec, SalesLine, NextLineNo, Handled);