Tuesday, December 18, 2018

LS NAV - Infocode Popup Codeunit

C99001570 Pos Transaction. InfoKeyPressed
Parameter is passed in

You can add code to here to have a specific infocode behave in a specific way
Value from Keypad input goes to global CurrInput
C99008905 POS Infocode Utility
Line 995
InfoEntry.Infocode := InfoCodeRec.Code;
InfoEntry.Information := Input;

From here you can add code to trigger based on the infocode values

No comments:

Post a Comment