hello,
param.pzPrimaryPageName is useful that I can get page name of current context inside a data transform, especially it’s under a page list, like “pyWorkPage.Pagelist(2).TestDataList(3)”
Then I can get its parent page name from a substring before the last ‘.’:
pyWorkPage.Pagelist(2)
However, this param sometimes dose not exist at all.
May I know when will Pega provide param.pzPrimaryPageName?
Thanks.