Workflow creating tabular report
Greetings,
I have a workflow that searches for our Property Identification Number (PIN). It asks you for a PIN, searches our graphics layer inside geocortex and highlights the property. That all works fine. Sometimes our graphic layer is not as update as our database. What I would like to do is have it so that if the PIN is not in our graphics, but is in the database it would create a report (ie owners name, address etc...). SO you would search for a PIN, it is not in graphic, so it will then search a table in SDE. Is there a way to have it search threw a data link? or would I have to create service with this information in it?
Any Thoughts
-
Since the only search function available out of the box in workflows is queries to ArcGIS Server, you would have to find some way of serving the data through a mapservice. You could either join a table to the data in ArcMap, or simply serve it as a standalone table and make the link yourself in the Workflow logic. Both methods will enable querying of the data through the Query Task.
0
Please sign in to leave a comment.
Comments
1 comment