Dear Users,
I have a question about Security and Office 365. Can I implement something like a PowerApp/Flow (or something else), which will be triggered to the user, which is working from another location than default (remote home/office)?
I mean, imagine, if someone is working remotely from home in UK, the company office is in UK too. Sometimes our employees are going for holidays to, for example Taiwan, and are logging from that location. I would like to give a chance to this employee to report, that he is going to work from another location than 'default'
May I achieve that somehow? Any ideas or good-practices?
Thank you in advance,
Karol
Solved! Go to Solution.
Hi @Karol,
I think you could achieve this using the Maps control.
Maps require the Geospatial Services setting to be turned on in your environment.
You should store the Longitude and latitude of the UK home and compare it with the current location, once it conflicts, you should navigate the user to the confirm screen where he/she should report the current location
1). Set the OnStart property of the App as below:
If(Location.Longitude<>UK.Longitude,Navigate(COnfirmScreen))
Insert the Maps control and set the CurrentLocation property as true.
Set the CurrentLocationLatitude property as below:
Location.Latitude
Set the CurrentLocationLongitude property as below:
Location.Longitude
I'm refreshing (kindly ;))
Hi @Karol,
I think you could achieve this using the Maps control.
Maps require the Geospatial Services setting to be turned on in your environment.
You should store the Longitude and latitude of the UK home and compare it with the current location, once it conflicts, you should navigate the user to the confirm screen where he/she should report the current location
1). Set the OnStart property of the App as below:
If(Location.Longitude<>UK.Longitude,Navigate(COnfirmScreen))
Insert the Maps control and set the CurrentLocation property as true.
Set the CurrentLocationLatitude property as below:
Location.Latitude
Set the CurrentLocationLongitude property as below:
Location.Longitude
User | Count |
---|---|
261 | |
125 | |
99 | |
48 | |
45 |