Display pyWorkParty(Customer)(Data-Party-Person) fields in UI (views) constellation

I want to display (add fields to view) data in UI constellation which is on pyWorkParty(Customer)(Data-Party-Person) at clipboard under pyWorkPage

could any one please help me to add these fields in view and display in UI? (to added from App studio)

@UppulaV6hey there, did you found any solution for this? I also want to configure the view for displaying values from pyWorkParty context.

@Ashutoshsingh

Currently page group is not supported in constellation

@SriHarsha Anika I know page groups are not supported in constellation but we are doing upgrade and need some sections which are executing on pyWorkParty context, have to be modified to displays views.

@AshutoshsinghHave a custom component built for this requirement as there is no ootb support exist at present

if its only for display purpose, probably you can try the following

Create a Single page property whose data access is set to “Refer to a data page”. Ensure that this property is marked as relevant record.

Configure a data page which retrieves the required data i.e., Customer work party data

in the view configuration, add the single page property and the fields as needed.

@kalls4 Thanks this works.