Category: Anveo Mobile App

PAGE('IMPORTFILE' ...)

PAGE(‘IMPORTFILE’, RecordOriginal, string FieldNameOriginal, string FieldNameFilename, ‘image’, RecordResized, string FieldnameResized, int MaxWidth, int MaxHeight);Example:PAGE(‘IMPORTFILE’,Item,’Picture’,”,’image’); Use this command to open the image gallery and choose an image to import into the record specified. You may...

PAGE('EXPORTFILE' ...)

PAGE(‘EXPORTFILE’, Record, string Fieldname, string Filename, string FileType [‘file’, ‘image’]);Example:PAGE(‘EXPORTFILE’, Item, ‘Picture’, ‘image.jpg’, ‘image’); For Android and Windows devices an export to file system is performed. On iOS devices a compatible app is opened....

PAGE('OPENFILE'...)

PAGE(‘OPENFILE’, Record, string Fieldname, string Filename, string FileType [‘file’, ‘image’]);Example:PAGE(‘OPENFILE’, Item, ‘Picture’, ‘image.jpg’, ‘image’); Use this command to extract a file from the BLOB field specified and launch it with the application designated by...

PAGE('URI'...)

PAGE(‘URI’, string URL);Example:PAGE(‘URI’, ‘http://www.AnveoGroup.com’);PAGE(‘URI’, ‘mailto://[email protected]?subject=This%20is%20a%20Test&body=Message’);PAGE(‘URI’, ‘tel:+494043282460’); Opens an external app depending on an url scheme. You can open any url scheme that is registered on your device like any third party apps. For iOS...

PAGE('BARCODE' ...)

PAGE(‘BARCODE’, Record, FieldName, ‘ListOfBarcodeTypesToAccept (Optional)’);Example:PAGE(‘BARCODE’, SalesLine, ‘No.’);PAGE(‘BARCODE’, SalesLine, ‘No.’, ‘CODE_39’);PAGE(‘BARCODE’, SalesLine, ‘No.’, ‘CODE_39,EAN_8’);SalesLine:VALIDATE(‘No.’, SalesLine:GETVALUE( ‘No.’));SalesLine:MODIFY(); Use this command to open the barcode scanner and store the result as text in the given record and...

Checklist Template Line Actions

List The list provides an overview of the configured checklist template lines. Here, the most important information (description, type, data type, etc.) is listed. Move Up Moves the selected checklist template line up. Move...

Checklist Template Lines

The checklist template lines define the individual items that can be addressed in a checklist. The setup options are group as follows.

Checklist Template Actions

The following actions are available from a checklist template: New Template Line Creates a new checklist template line and opens the checklist template line page for editing. Activate Sets the status of the current...

Checklist Template Fields

The following fields are used to define the : Part of the primary key. The will only be available on the Anveo Mobile App identified by this . Part of the primary key. Unique...

Create a Checklist Template

The checklist templates are defined in Dynamics. When a checklist needs to be filled out, it is created as a checklist from the checklist template. The following setup options are available for checklist templates: