I have one ComboBox that is used to display reason codes. however, certian reson codes need to be displayed when other fields are equal.
example:
[Orderstatus] = 'pending NSC'
[productID] = 'IA' or 'DIA'
[exitStatus] = 'Move to pend-foc' or 'pend-info'
I need the [ReasonCode] to populate with the following; Missing Information
MACD Order Clarity
Invalid order
OR
[Orderstatus] = 'pending NSC'
[productID] = 'DSL'
[exitStatus] = 'Move to pend-foc' or 'pend-info'
I need the [ReasonCode] to populate with the following;
National Sales Form
Market cancel
Does not qualify
there are about 10 other combinations, this should get me enough to get started.
thanks in advance
example:
[Orderstatus] = 'pending NSC'
[productID] = 'IA' or 'DIA'
[exitStatus] = 'Move to pend-foc' or 'pend-info'
I need the [ReasonCode] to populate with the following; Missing Information
MACD Order Clarity
Invalid order
OR
[Orderstatus] = 'pending NSC'
[productID] = 'DSL'
[exitStatus] = 'Move to pend-foc' or 'pend-info'
I need the [ReasonCode] to populate with the following;
National Sales Form
Market cancel
Does not qualify
there are about 10 other combinations, this should get me enough to get started.
thanks in advance