Question
Atos
GB
Last activity: 24 Sep 2021 9:56 EDT
Accessing properties on pyWorkpage from a Data page context
Hi,
I have a page type data page which sources data using a report definition. I have also provided a response data data transform into the data page. But as per the requirement I need to use some pyWorkPage level properties into that data transform but since it's running in context of data page, how can I use work page level properties in this data page?
TIA

@Bipul SinghIf you are calling the Data page from the work page context, you can pass the work page property values as parameters to the Data page and use them inside the response Data transform. Or the other way would be defining the pyWorkPage in the Pages and classes.