Jaymer In a process, is there a way to know what platform the user is running... or what the current VP is? I guess I could store something in a SessionVar via an InitProcess, but wondering if I missed the addition of a function recently.
karelh HI Jaymer We use the LoginNotification which tells you the platform they are logging in from and if it is a native app or not. Then we write this info to the user profile and use it in a processes. Hope it helps.
Jaymer yes, thx was exactly what i needed. Will just set a SessionVar during that process based on that Platform value.