pos tag not updating value

rajiv05rajiv05 Member Posts: 4
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



Sign In or Register to comment.