| Jira | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
On the CPC we need to identify if the price setting is active in order to alert the user that this can not be used anymore.
We have two fields to manage this :
Price Setting is active
Formulat field
If ( Manufacturing Plant - SKU . is Active = False OR Shipping Plant - SKU = False OR Region and Market Pricing = False ) then FALSE
Else TRUE
Price setting inactive reason
This will be used to display in the UX reason of deactivation
Formulat field
If (Price setting is active = true) then ““
Else concatenate the following
If ( Manufacturing Plant - SKU . is Active = False ) then “Manufactuing plant is inactive”
If ( Shipping Plant - SKU = False ) then “Shipping plant is inactive”
If ( Region and Market Pricing = False ) then “Region and market pricing is inactive”