Question
2
Replies
77
Views
Posted: April 19, 2020
Last activity: April 19, 2020
Report definition about pyWorkParty
Hi,
I am required to create a report definition which show interested participants ,"pyWorkParty".
I was suggested to use "PartyUri" declare index...
What is "PartyUri"? and For what "PartyUri" works? PartyUri is to use the relation btwn "Data-party" class and Declare-index class?
and "Data-party" class is like a work class? I'm not sure the defference...
I really look forward to your reply.
Best regards,
For a case, there may be multiple workparties that are stored in the "pyWorkParty" Page Group. PartyURI is an OOTB declare index for pyWorkParty. You can find the instances of all work parties of each case in the "Index-WorkPartyUri" class.
You can either have a Declarative Index join with PartyURI or class join with the "Index-WorkPartyUri" class to get the interested participants for a report in Work class.