0

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?

Midavalo
30k11 gold badges53 silver badges108 bronze badges
asked Jun 19, 2017 at 20:00

1 Answer 1

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:

  1. clearly document the layer names and attributes
  2. Perform the SQL statements manually to validate the syntax
  3. If you can, write the sequence as if you were coding it in C# invoking ESRI.Arcgis libraries
  4. Write up the Workflow in Geocortex workflow designer
answered Jun 20, 2017 at 0:09

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.