pjdohertygis / SARCOP

This is a GitHub page for recording and resolving issues related to SARCOP.
https://nsargc.napsgfoundation.org/
GNU General Public License v3.0
10 stars 0 forks source link

[ENH] QuickCapture: Phone Number device variable #230

Open pjdohertygis opened 2 years ago

pjdohertygis commented 2 years ago

I think I know the answer to this but... is there a way to extract the phone number from a device as a QuickCapture variable? TX-TF1 want to be able to click on a waypoint and be able to immediately call the person who entered it.

IsmaelInRedlands commented 2 years ago

The ArcGIS Online profile info does not include the phone number, so we can't easily do this through a variable. We would need to somehow do a lookup search against say a feature layer. We could use an Arcade expression for that (we are exploring the use of Arcade expressions within a variable), or a webhook. I am hoping Arcade may give us a good framework this type of lookup search.