My User have a Po with Serialized item , when he tried to enter the Serial no for on of the items he got the below error
i enable the Debug and give me this part of the code
("Source Subtype" = 2)
THEN BEGIN
SalesLine.GET("Source Subtype","Source ID","Source Ref. No.");
IF SalesLine."Shipment No." <> '' THEN
EXIT(FALSE);
END;
EXIT(TRUE);
OnBeforeAssistEditTrackingNo(VAR TempTrackingSpecification : Record "Tracking Specification";VAR SearchForSupply : Boolean;CurrentSignFactor : Integer;LookupMode : 'Serial No.,Lot No.';MaxQuantity : Decimal)
OnAfterAssistEditTrackingNo(VAR TrackingSpecification : Record "Tracking Specification";VAR TempGlobalEntrySummary : Record "Entry Summary")
*This post is locked for comments