Hello everyone,
Configuration: ArcGIS 10.2 with ArcSDE 10.2 with Oracle.
I created a AGOL Web Mapping Application and downloaded the source locally to run it in my local Web Application Builder.
The application uses the Edit Widget to digitize polygons.
Edit widget—Web AppBuilder for ArcGIS | ArcGIS
When digitizing a new polygon I need to populate 3 attribute fields with the following values:
- ID with a sequential number that increases by 1 (this value is store in an Oracle Sequencer)
- the field Commission District Number and Municipality Number populated with the value of the Commission and Municipality where it intersects
Any idea on how and where I can modify the source code to add a function to populate these 3 attributes before the Attribute Inspector displays the attributes.
Thanks