Question
Can a parameter of a data page be a property on another parameterized data page reference
Hi,
I have a requirement where I have a header which runs on OpenPortal but the main work area runs on the Interaction Object thread. All my data is being handled in requestor level data pages which are parameterized.
For one of my requirement i had to create another data page(Say D_ABC) which would require 2 parameters. The INteraction ID(pyID of the interaction, which i get it from CPM out of the box data page which is not parameterized), but the other one is the account number which would be residing in one of the data pages that are created(Say D_XYZ),
now when i am referring to a property on the section that is present in the D_ABC , my reference looks something like this
D_ABC[InteractionID:D_CPMPortalContext.pyID,AccNum:D_XYZ[D_CPMPortalContext.pyID].AccNum].SomeProperty.
But when i try to preview i get an exception "declare page parameters not supported by PropertyReference". There is no error thrown while saving the rule form. In runtime i get exception stating "Execution error"
I have also tried using a wrapper section and to pass the parameter by loading the embedded section on declare page but i see the same issue.
Is there any way around it? I cannot create any top level page and due to different thread i cannot access the pyWorkPage either.
-Joydeep