F00021
Reference Name: TwoValuesNullRequireOne
Description
When two inputs are null, but at least one is required
Parameters Definition
| Key | Description | 
|---|---|
| INPUT_ONE | The first variable name that is null | 
| INPUT_TWO | The second variable name that is null | 
Example
{INPUT_ONE} and {INPUT_TWO} are null. At least one must be given.
Sample Notification Payload Definition
- Type: NotificationPayload
- Interface: Navigation Cube
- Action: NC_01
{
  "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.