I have a requirement to display Case properties in ‘My Work list’ view. using pega constellation. I am trying to customise the OOB Dpega D_pyMyWorkList which uses the RD pyUserWorklist.
I have joined the assignment table with work class. I can see the case properties in Dpage results However I can’t see case properties in App Studio when configuring the My Work list view.
How to display Case properties in Pega constellation?
@SriHarsha Anika use DP post processing to move the property to the top (e.g. in the Assign-Worklist) by either reusing an existing prop or creating a new one - make sure that the prop is RR
I have tried creating properties at Assign- class and marke relevent against the Assign-Worklist. I am getting the new properties in Dpages pxResults. But I am not getting the new property while configuring the My Work View. Please let me know any thoughts. ( dpage Cache , server restart etc..)
Can you please ensure the ProjectName is added to the Report definition and optimized as well? Once the property was marked as Relevant and optimized, it worked for me.
This worked for me. Thanks for helping me out here. Now I can add Case data in My Work list view.
However I came up with another issue that I can’t see ‘case data’ on ‘my work’ view. I found that D_pyMyWorkList is not loading project details in browser cache. I have cleared chrome cache, logged in via incognito mode, also tried MS edge browser. Still I am not getting the case data in my work list.
Hi @GAURAVG6212, I think you should be using associations instead of class joins if you want the data to be displayed on the UI in Constellation. Please try this approach.
After removing the checkbox ‘Allow querying any column (Pega connection only)’ from new D page ‘D_pyMyWorkList’ , system has started displaying the case data as well.