How to check if a parametrized Datapage exists without loading?
Want to check if a node level datapage with multiple parameters exists in clibboard without loading the data page. I have tried to use com.pega.pegarules.priv.context.PegaThread)currentThread).findDataPageWithoutLoading library function by it works for data pages without parameter or the generated name for the datapage i.e. D_Pagename_pa6325959458855918119pz. How to generate the page name identifier? Or if there is any other way to check if a paramerrized data page without loading please let me know.