Retriving multiple assignment staus at a time
Could anybody tell me how I can refer the property in the Report Defination to get the multiple assignment status at a time?
Example consider Workobject has 3 assignment with 3 different status and in the clipboard it shows the clipboard strcture as in the below:
pyWorkPage.pxFlow(A).pxAssignStatus=New
pyWorkPage.pxFlow(B).pxAssignStatus=Open
pyWorkPage.pxFlow(B).pxAssignStatus=Closed
And I need to display these multiple status in the grid for one workobject.
Thanks in advance.
***Edited by Moderator: Pallavi to move from Pega Academy to Product***