Anvaigo Function Setup

Anvaigo Function Code

The code of the function that should be executed upon completion of the checklist line. The function must be defined in the action code CHKL_CUSTOM_LIB. Further details can be found in the developer documentation.

Anvaigo Function Condition Type

Defines, if the Anvaigo function should only be executed under certain conditions. The type of condition can be specified here. The options available are:

  • Always: always executed
  • Is: value of the checklist line is equal to the Anvaigo Function Cond. Value
  • Is not: value of the checklist line is not equal to the Anvaigo Function Cond. Value
  • Less than: value of the checklist line is less than the Anvaigo Function Cond. Value
  • Greater than: value of the checklist line is greater than the Anvaigo Function Cond. Value
  • Contains at least one of the following: value of the checklist line contains at least one of the texts listed in the Anvaigo Function Cond. Value (texts are separated by |)
  • Contains none of the following: value of the checklist line contains none of the texts listed in the Anvaigo Function Cond. Value (texts are separated by |)
  • Contains the following string: value of the checklist line contains the text of the Anvaigo Function Cond. Value
  • Does not contain the following string: value of the checklist line does not contain the text of the Anvaigo Function Cond. Value
  • Range: value of the checklist line falls within the range of two values defined in the Anvaigo Function Cond. Value (e.g., 12..19)

Anvaigo Function Cond. Value

The value that should match with the Anvaigo Function Condition Type to execute the Anvaigo function.