Q) What is a parameterized data page and How to call a parameterized data page from an activity?

ashalatha

New member
In a parameterized data page, you are passing the parameters while calling a Data Page
DataPageName[ParameterName:Value]
D_CustomerAddressList[Country:”India”]
 
Top