How to define a Declare expression in a Page Group which in turn has page list which has business properties
We have a simple business case to show the prices of all product at different types for e.g we have Products Page Group where different types of products can be added and inside every type there can multiple items of same Product can be added where we have price defined for each product
i want to create Declare expression to calculate prices at every product type level but not sure how to set the Page Context while defining so.
Thanks,
Ravi
Is it truly necessary to define an R-D-E at the Page Group level?
You have yet to explain when and why the R-D-E should fire.
For starters, what would be the problem with defining a Whenever-Used R-D-E for .Price against each .Product page?
What does "Whenever-Used" mean?
Displayed in a UI? Used to calculate a sum?
In what situations would "Whenever-Used" be redundant / wasteful of CPU resources?
First of all, how is a Product's price determined?
For example does the Product's price change based on the quantity ordered (a.k.a, tiered pricing)?
Does the product's price change over time, i.e., a product's price has an as-of date?