I am publishing a web service with a point featureclass that has many attributes that I would like auto-populated from other layers when a new point is dropped.
Work flow: User creates a new point, attributes such as lat/lon, slope, aspect... are filled in.
I know I can write a script to do this with selections or intersects after all the points are in, but I would like for it to show during the editing session. Is this possible?
Thanks.