Where to get Constants (eg WorkStationID)

Where can I get the constants in Kinetic? I want to get the WorkStationID and figured it would be in callContextClient, but it is not.

Any ideas? I am working in a Function.

I have always sent that to the function as a parameter. I’m not sure it’s accessible due to the fact that functions are not always executed by clients.

1 Like

I’ve used Session.ClientComputerName in a BPM, haven’t tried it in a function though.

The problem wiht WorkStationID is that it must be setup from client on login.
It is done in the smart client obviously, and then available on server in Session.WorkStationID.

But I am not sure if it is set in browser UI , so you better check, if you have it is availble, and compare calls from both clients.

You can get it at it with %session.context.workstation%

3 Likes

interesting, i probably need to look how it gets there :slight_smile:
I don’t think browser allows you get machine name. This is something else…