hi everyone , please help me
i have created one pos tag in ls nav using pos transaction code unit ,
create one function
IsOffLineTransaction() : Boolean
//IsofflineTransaction
EXIT(REC."Offline Mode");
rec= pos transaction table
offline mode= is a field created in pos transaction table type is boolean
definition code :-
UpdateGlobalContextValue('<#IsOfflineTransaction>', FORMAT(IsOffLineTransaction), pContextModel);
it should display yes /No as per transaction if transaction is online tag should display no , if offline it should display yes
0