Updating pyStatusWork value
Could anybody tell me how we can achieve the below scenario :
We have one child CaseType with one stage and multiple assignments, we are displaying different status based on the assignments, all the assignment status are saving in the pyAssignmentStatus property.
Example as below:
AssignmentA=pyAssignmentStatus="Pending-abc"
AssignmentB=pyAssignmentStatus="Pending-xyz"
and in WorkObject pystatusWork taking the value as "Pending-xyz" which is last assignment status.But I want to set pyStatusWork=Open whenever its picking the pyStatusWork as "Pending-xyz"(assignment status) except when the case is Resolved-Complete or Cancelled.
Thanks