ErrorIfAnyNull
  • 1 Minute to read
  • Dark
    Light
  • PDF

ErrorIfAnyNull

  • Dark
    Light
  • PDF

Article summary

Generates a script error if any null values are found in the specified field.

KeyValue(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?