Tuesday, June 5, 2018

LS NAV - POS Command codeunit

All POS Command logic is stored in C99001570 - POS Transaction

To debug any error that displays in the POS display, put a debug point on
C99001570
MessageBeep(Txt : Text)
OnBeforeMessageBeep(REC,COPYSTR(Txt,1,100));

or
ErrorBeep(Txt : Text)

No comments:

Post a Comment