How can I remove the variable "productCategoryId" from the parameters
context? The reason I want to do this is because I'm doing a
drop-down on productCategoryId but displaying categoryName. I expect
to see {Apples, Oranges} in my drop-down, but I see {10011 (a
productCategoryId available in $parameters), Apples, Oranges}
Thanks.
- How to remove a variable from the parameters context? Patrick
