Anveo Mobile App / Checklists / BC Function Setup

BC Function Setup

BC Function Code

The code of the function that should be executed upon completion of the linked checklist line .The function must be created as an EventSubscriber for “OnRunBCFunction”. Further details can be found in the developer documentation.

BC Function Condition Type

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

BC Function Cond. Value

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