ErrorIfAnyNull
- 1 Minute to read
- Print
- DarkLight
- PDF
ErrorIfAnyNull
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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"
}
Was this article helpful?