Auto Populate X Y fields

2458
2
06-06-2014 01:17 PM
JeffWard
Occasional Contributor III
Is there a way to auto populate the X Y fields I have in my feature layer when using Collector?

Thanks,
Jeff Ward
Summit County, Utah
Tags (2)
2 Replies
MikeBruening
New Contributor II
If you happen to find an answer to this question, then it would be great to have some insight...If I happen to find a way I'll revisit and post it here.
0 Kudos
SappiGIS
New Contributor III
Hi

I have auto populate the fields in SQL server.  You can use a trigger or view by adding the following field to the view/ trigger.
x.[SHAPE].STY AS lat, x.[SHAPE].STX AS long,

It worked for us.
0 Kudos