15. Oktober 2018 07:43
Name DataType Subtype Length
ProdBOM Record Production BOM Header
ProdBOM.RESET;
ProdBOM.SETRANGE(ProdBOM."No.", "Source No.");
PAGE.RUN(PAGE::"Production BOM",ProdBOM);
15. Oktober 2018 08:38
15. Oktober 2018 08:50
15. Oktober 2018 09:40
MichaelK hat geschrieben:Hallo Robert,
an welcher Stelle genau hast du deinen Programmcode eingebunden?
Gruß
Michael
Production BOM No. - OnLookup(VAR Text : Text) : Boolean
ProdBOM.RESET;
ProdBOM.SETRANGE(ProdBOM."No.","Source No.");
PAGE.RUN(PAGE::"Production BOM",ProdBOM);
15. Oktober 2018 09:45
McClane hat geschrieben:In deiner Factbox ist doch die Artikeltabelle SourceTable? Dann ist es das Feld "Production BOM No.", das du anzeigen möchtest.
15. Oktober 2018 10:01
15. Oktober 2018 10:40
McClane hat geschrieben:Kann eigentlich nicht sein, wenn dein Code im OnLookup des Feldes "Production BOM No." liegt - das gibt es in der Tabelle "Production Order" zumindest im Standard nicht.
15. Oktober 2018 11:39
15. Oktober 2018 11:40
Production BOM No. - OnLookup(VAR Text : Text) : Boolean
ProdBOM.RESET;
ProdBOM.SETRANGE("No.","Production BOM No.");
PAGE.RUN(PAGE::"Production BOM",ProdBOM);