Hi all,
We would like to check whether it is possible in SQL or somewhere within the Software Factory to retrieve the IP address of the device that a user is currently working on.
In our warehouse, employees work on tablets that are placed on carts, each cart having a dedicated label printer underneath. Our goal is to automatically link the correct printer to the tablet that is being used, based on the tablet’s IP address. This way, the label will always be printed on the correct printer without manual selection.
We have already written some SQL code to retrieve the IP address, but when we execute it we only get the IP address of the webserver (or application server), instead of the IP address of the individual tablet/client device.
We also checked the Thinkwise documentation about generated session variables, but we were not able to get it working and we are not sure if this is the correct approach for our use case:
https://docs.thinkwisesoftware.com/docs/sf/business_logic#generated-session-variables
At the moment, we cannot find a way to obtain the tablet’s IP address from within the SF or SQL, and we are not sure if this is technically possible at all.
Is there a way to do this?
Thanks in advance!


