Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Jira
serverJira
columnIdsissuekey,summary,issuetype,created,updated,duedate,assignee,reporter,priority,status,resolution
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIdbbf5f9ee-7f3e-3274-bb6e-be12673f2166
keyIPP-1996

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”