Anveo Mobile App / Checklists / Anveo Function Setup

Anveo Function Setup

Anveo 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.

Anveo Function Condition Type

Defines, if the Anveo 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 Anveo Function Cond. Value
  • Is not: value of the checklist line is not equal to the Anveo Function Cond. Value
  • Less than: value of the checklist line is less than the Anveo Function Cond. Value
  • Greater than: value of the checklist line is greater than the Anveo 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 Anveo 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 Anveo Function Cond. Value (texts are separated by |)
  • Contains the following string: value of the checklist line contains the text of the Anveo Function Cond. Value
  • Does not contain the following string: value of the checklist line does not contain the text of the Anveo Function Cond. Value
  • Range: value of the checklist line falls within the range of two values defined in the Anveo Function Cond. Value (e.g., 12..19)

Anveo Function Cond. Value

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