Conditional Parameter Details

Conditional logic feature can be used to define the value of any parameter by any defined condition. It can have multiple conditions using 'If' and 'Else If'.

EXAMPLE:

  1. If ( accountName = "Netstorm" )
    • Set ScratchArray_0 = "Netstorm"
  2. If (accountNum = 1234)
    • Set accountBal = 45000.00
  3. If (accountType = "Saving" AND accountBalance> 100000.00)
    • Set customerType = "Priority"
  4. If (accountType = "CreditCard" AND amountDue> 90000.00)
    • Set accountStatus = "OverLimit"
    • Set accountLimit = 0
  5. If ( accountName IN "Netstorm,cavisson" )
    • Set scratch = RandomList (1,2,3,4,5,)
    • Set ScratchArray_0 = "Netstorm"
    • Set ScratchArray_1 = "123456"
    • Set ScratchArray_2 = "COMPASS"
    • Set scratch = "007"
    Else If ( search = 567 )
    • Set ScratchArray_4 = UnqNum
    Else
    • Set scratch = "1001"

Parameter Details

In the parameter details, the user has to provide the following information:

Note Once the user has selected the condition they want to use, the user has to click on the ADD button in order to add the condition. After adding the condition only, the other fields will be enabled and the user can add the values for those fields.

Note Once the user has entered all the values the respective fields, then the user has to click on ADD button in order to add parameter details. On adding the parameter details, then only the user will be able to select the Logical Operator.

Set Parameter

The set parameter detail is used to define the value of which parameter is going to set through this condition. There are following types of parameter used:

Note Once the user has entered all the values the respective fields, then the user has to click on ADD button in order to add the set parameter details. On adding the set parameter details, the user can see the details on the logical block. User can also save the Conditional Logic Parameter details, by clicking on the Save button.