[Solved] Function to determine Platform/Mobile?

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
Jaymer
Posts: 2443
Joined: Tue Jan 13, 2015 10:58 am
Location: Tampa, FL
Contact:

[Solved] Function to determine Platform/Mobile?

Post by 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.
Last edited by Jaymer on Wed Jun 30, 2021 10:01 pm, edited 1 time in total.
Click Here to see a collection of my tips & hacks on this forum. Or search for "JaymerTip" in the search bar at the top.

Jaymer
Aware Programming & Consulting - Tampa FL
karelh
Posts: 86
Joined: Wed Oct 26, 2016 10:20 pm

Re: Function to determine Platform/Mobile?

Post by 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
Posts: 2443
Joined: Tue Jan 13, 2015 10:58 am
Location: Tampa, FL
Contact:

Re: [Solved] Function to determine Platform/Mobile?

Post by Jaymer »

yes, thx
was exactly what i needed.
Will just set a SessionVar during that process based on that Platform value.
Click Here to see a collection of my tips & hacks on this forum. Or search for "JaymerTip" in the search bar at the top.

Jaymer
Aware Programming & Consulting - Tampa FL
Post Reply