Workflow for adding record to existing standalone table (versioned)
Has anyone developed a workflow that starts by adding a record to a versioned table then creating a point/line/polygon feature? I want to associate the geometry to the new record in the table.
Thanks!
0
-
Create a View in the database that joins the Feature to the Versioned table. The SHAPE field must be of the geometry type and must be included in the view. Also include the Unique ID field from the versioned table. Then use the view as your datasource to display features for each versioned table record. Choose the Unique ID from the versioned table when prompted in ArcMap. After a record is added to the versioned table, refresh the layer and a "new" feature will be rendered. 0 -
I was looking to do this as a workflow within the viewer. The user clicks I want to Add Record. The workflow opens and the user enters a value in the text field, clicks add, and that information is entered into a standalone table in SQL. 0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
2 Kommentare