Example: We are assigning resources to a ticket. The project manager goes into

Example: We are assigning resources to a ticket. The project manager goes into the ticket, clicks a button that says "assign resources" and is then taken to a form that contains a pre-defined list of resources at his disposal based on what group he belongs to. The PM selects 5 resources and the values saved off are 1,2,3,4,5 along with the ticket ID for association into a multi-value pv. Now some time later resource 5 is moved off of that ticket. So the PM goes into that ticket and deselects employee with the id 5. The multti-value field now contains the ids 1,2,3,4. I want to be able to send an email notice to employee 5 that they are no longer assigned to that ticket.

In the flow prior to editing the resources I capture in a script task the values (in this case 1,2,3,4,5) that are in the pv. Upon exiting the form I check the newly updated pv against the preedit pv (this is a Boolean that says TRUE a change has been detected)...

OriginalPostID-106380

OriginalPostID-106380

  Discussion posts and replies are publicly visible