Category: Anveo Mobile App

Lookup Field Setup

Source table for the records in the lookup. The BC Page to be used when filling out the checklist. The Lookup page defined here must still be manually called within a SubscriptionEvent in the...

General Information

This tab contains general information about the checklist template line. Template Description Description of the checklist template that is connected to the checklist template line. Type Selection between data, group, and function. Description The...

Conditional Visibility

This tab gives you the posibility to further specify under what conditions a checklist template line or checkliste template line group will be visible. Conditional Visibility Line No. Checklist Template Line No. the conditional...

Work with Checklist Templates

Anveo checklists can be set up using the ACF checklist templates. Here, checklists are defined that can be filled out in Dynamics or on the Anveo Mobile App. Checklist Templates List The list of...

Checklists

Use this documentation to be able to use checklists in your Anveo Mobile App solution.

Anveo Page Triggers

For the following Anveo Scripts can be used to implement business logic. The scripts are specified when setting up the Anveo Page. and These actions are defined in the tab of the Anveo Page...

CHECKCOLUMNEXIST

Use this function to check, if a field, of a certain table exists on the mobile device. The Anveo Synchronization Package defines what Dynamics tables and fields are sent to the mobile device. bool...

CHECKTABLEEXIST

Use this function to check, if a table exists on the mobile device. The defines what Dynamics tables are sent to the mobile device. bool CHECKTABLEEXIST(string TableName); example: if CHECKTABLEEXIST(‘foobar’) then local foobar =...