In table 5405, the OnInsert trigger has the following:
OnInsert()
MfgSetup.GET;
IF "No." = '' THEN BEGIN
TestNoSeries;
NoSeriesMgt.InitSeries(GetNoSeriesCode,xRec."No. Series","Due Date","No.","No. Series");
END;
This code automatically populates a new Released Production Order Number with the most recently used Number Series. This works fine on the form however the Released Production Order Page uses the default No. Series and not the most recently used.
Is there a reason why the Page does not use the Table OnInsert Trigger?
Thank you,
Sam
0
Comments