F00021

Reference Name: TwoValuesNullRequireOne

Description

When two inputs are null, but at least one is required

Parameters Definition

KeyDescription
INPUT_ONEThe first variable name that is null
INPUT_TWOThe second variable name that is null

Example

{INPUT_ONE} and {INPUT_TWO} are null. At least one must be given.

Sample Notification Payload Definition

{
  "Version": "1.0.0",
  "Interface": "navigation_cube",
  "Action": "nc_01",
  "Code": "F00021",
  "Parameters": {
    "INPUT_ONE": "Size",
    "INPUT_TWO": "Position"
  }
}

Potential Output

Size and Position are null. At least one must be given.
Last Updated:
Contributors: Elliott Cooper