QueryAndListProducts: ERXD2WQuery{
pageConfiguration = "QueryProduct";
entityName="Product";
displayKeys="(name, sku, categorizedProducts)";
queryDataSource=dg.dataSource;
listConfigurationName = "ListProduct"
}
How do I go about saving and/or populating the query?
I was reading in the code about giving it a dictionary.
Where does that take place.
thanks
James