Do change data workflow trigger for virtual columns

Can a change in a virtual column trigger a data change workflow for a real back end column?

Solved Solved
0 13 700
1 ACCEPTED SOLUTION

  1. I think you can/should do away with the virtual column, and make Classification a real column.

  2. Create an action for the Customers table of type Data: set the values of some columns in this row that recomputes the rowโ€™s Classification column value.

  3. Create an action for the Leads table of type Data: execute an action on a set of rows with a referenced table of Customers, a referenced rows of LIST([Customer]), a referenced action of the Customers table action in (2) above, and a condition expression that checks those two criteria you mention.

  4. Attach that Leads table action from (3) to the Form Saved event action in whatever Leads table form users use to change the Stage column.

  5. And/or attach the action from (3) to any other actions that modify the Leads table.

  6. Alternatively, donโ€™t do (4) and/or (5), but instead attach the action from (3) to a workflow that monitors for changes in Leads.

View solution in original post

13 REPLIES 13
Top Labels in this Space