Question
PKUtech Co., Ltd
JP
Last activity: 19 Apr 2020 11:32 EDT
Creating report definition about pyWokrParty
Hi, all
I am required to create report definition which show pyWorkParty in assignment.
We need to create the report which have CaseID, interested participants and case creator...
I tried to create report definition under Data-Party class because pyWorkParty is under the class, but it did not show anything...
May I have any advice?
Best regards,
***Edited by Moderator: Pallavi to update platform capability tags***
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Pegasystems Inc.
FR
Hello,
Can you try on Index-WorkPartyUri class maybe
PKUtech Co., Ltd
JP
Hi, MarcLasserre
Thank you. Do you know there is any material or video to use Index-WorkPartyUri? I've never used it...
Updated: 14 Jun 2021 7:38 EDT
Pegasystems Inc.
IN
We can create a report on Work Class and have a Declarative index join with PartyURI.
PKUtech Co., Ltd
JP
Hi, Kanap2
Thank you. Do you know there is any material or video to use Declarative index join with PartyURI or any sample? I've never used it ..
Updated: 14 Jun 2021 7:38 EDT
Pegasystems Inc.
IN
You can go through the OOTB reports pyMyCasesReport,pzFollowedCasesByUser to see the implementation by using PartyURI Declarative index join.
PKUtech Co., Ltd
JP
kanap2, thank you.
PartyURI is class which belong properties related to pyworkparty?
Updated: 14 Jun 2021 7:38 EDT
Pegasystems Inc.
IN
PartyURI is the declare index for pyWorkParty Page Group and properties related to this will be stored in "Index-WorkPartyUri" class.
IN
Hi Yuki,
Please check following screenshot steps:
Hope this helps
Thanks..
1) add index PartyURI and prefix
2) Add columns in report using prefix for example WP
PKUtech Co., Ltd
JP
Pooja, thank you.
Screen shot is quite helpful for me.
PartyURI seems to mapping page btwn declare index and Data-party. In what situation "PartyURI" is used? I'm not sure what is the purpose of "PartURI"...
IN
PartyURI Declare index is is used to to store pyWorkParty Data in pc_index_workparty table associated to Index-WorkPartyUri.
Every entry(record) of Workparty will be captured by PartyURI declare index.
while accessing party data you can simply reuse the PartyURI declare index in your report and fetch workparty related data.
Thanks