Skip to main content

Can a workflow be fired when a new feature is created?

Comments

2 comments

  • John Nerge
    Not from the default editing tools, but if you had a workflow that handled creating the new feature then you could cook the column population in the other dataset into it.

     

    If your data is in SQL Server, another option, which I've never tried before, could be to set up a trigger to calculate a field in one dataset when a record in a different dataset it created.
    0
  • Jeff Pope
    I am running Oracle and we have a before-insert trigger running now. Problem is that it is really slow. Just looking for a faster an more efficient way to populate the column.
    0

Please sign in to leave a comment.