Generates a script error if any null values are found in the specified field.
| Key | Value(s) | Description | 
|---|---|---|
| method | "ErrorIfAnyNull" | Generates a script error if any null values are found in the specified field. | 
| field | "LongFieldName" | Field to check for null values | 
| project | "ActiveProject" | Active Project | 
{
  "method": "ErrorIfAnyNull",
  "field": "table.field",
  "project": "MyProject"
}