Passing parameters to data pages from non-UI rules
Non-UI rules from which you can pass parameters to data pages include:
Example usage
You have a data page named D_Customer, with parameters CustID and DetailLevel that let you specify the customer and the level of detail the instance of the data page holds, and reference the data page using this syntax:
D_Customer[CustID:myCustomer, DetailLevel:Full]
Previous topic Passing parameters to data pages from sections Next topic Passing parameters to data pages from autopopulated properties