| Approval on Product Attribute |
|
How to bring product level attribute up for approval In the case of a product level attribute triggering an approval. For example having a product with default attribute values, but allowing the user to override those defaults. To do this requires the following step
eg.
eg. Expressioin : <*CTX( Quote.CurrentItem.Attribute(ApprNeeded).Value )*>
eg. Condition : [GT](<*GI(ApprCount)*>,0) This way whenever the product condition requiring approval is set the 'ApprNeeded' will be set to '1', and for each product in the cart this will be accumulated in 'ApprCount', that will trigger an approval if anything other than zero. |