Is there a way to copy a attribute from a feature and paste it into a other feature attribute with a workflow?
ArcMap has a internal Tool spatial adjustment where this idea is possible with the button Attribute Transfer tool.
Is this possible in geocortex viewer with a workflow?
1 Answer 1
Yes it should be possible. Workflows can invoke C# DLLs and import ESRI.ArcGIS namespace , so in theory everything is possible. You will need to have the target layer editable (obviously).
Best practice would be:
- clearly document the layer names and attributes
- Perform the SQL statements manually to validate the syntax
- If you can, write the sequence as if you were coding it in C# invoking ESRI.Arcgis libraries
- Write up the Workflow in Geocortex workflow designer
Explore related questions
See similar questions with these tags.