You need to sign in to do that
Don't have an account?
Joel Mnisi
I need help with Login Geo
I'm trying to track the users geo location, the release notes (summer 15) does not provide sufficient information.
What are the steps or how do I configure Login Geo to obtain the users geo location and draw the map
What are the steps or how do I configure Login Geo to obtain the users geo location and draw the map
Read up here: https://developer.salesforce.com/forums/?id=906F0000000Ay8OIAS
Is it possible to create a trigger that will auto login a user and auto logout a user at given time?
@Joel, you will need to use a query tool (I use SOQL Explorer because I can visualize the object relationships) and decide which fields from LoginHistory, LoginGeo, AuthSession, and User you wish to get. Then construct your query and use the data as you like!