Notifications
Announcements
No record found.
does anyone know when you use a custom POS button and style = internal html window, if RMS passes variables ? like the current logged on user ?
*This post is locked for comments
You should be able to access the current logged in user in SessionClass.Cashier. Otherwise you could query it from TimeCard.
doesnt work, in custom pos -> html window -> intranet.local/test.php.... prints out the string.. not the value...
this makes no sense why would MSFT make this option if you can't pass anything ?
Well, you can get the values by using qsRules / qsBridge. then you can pass it to whereever you need it...
Add this line to your HTML code:
var qsRules = qsBridge.RequestQSRules();
var sCashierName = qsRules.Session.Cashier.Name;
Contact me if you have problems...
Regards, A.
Found a better way.. Since php is remote i got with cashier. Number and javascript redirect to my site now i need a nice chat platform or ill build one
You can look at the status.htm file for a working example. Also you can look at drilldown.htm.
Another thing. If you want to get back to the transaction view, you will need to press the escape key on the keyboard.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.