Symptoms

As Prvider I want to make some Order Flow transition not shown in order properties.

E.g. lets assume that Provider created two transitions in the Order Flow:

  1. Manual transition from the 'New' to 'Open' status with a condition @@Cust_Account_Customer_Class@=="21", action name is 'Open Order'.

  2. Automatic transition from the 'New' to 'Open' status with condition @@Cust_Account_Customer_Class@!="21", action name is 'Open Order'.

As a result, if order is sitting in the 'New' status due to whatever reason then two 'Open Order' buttons will be shown in such order properties in PBA Control Panel.

Provider wants that one of those two 'Open Order' buttons is not shown on the screen with order properties and thus is not available for manual using.

Resolution

Add the underscore character "_" in the beginning of the action name for a transition in Order Flow and button for this transition will not be shown in PBA Control Panel for orders:

Internal content