Category: Anveo Mobile App

Function SETFILTER

void SETFILTER(string FieldName, string Filter = “”, string replaceString1, string replaceString2, …); Use this function to set a filter. This is wrong: SalesHeader:SETFILTER(‘Posting Date’, ‘14.03.2014..’); SalesHeader:SETFILTER(‘Quantity’, 5); The filter string must have logic operators...

ISEMPTY

bool ISEMPTY(); True, if result set is empty.

SETRANGE

void SETRANGE(string FieldName, object FromValue = null, object ToValue = null); Use this function to set a filter. Customer:SETRANGE(‘Code’,’10000′); Sets a filter to value 10000 Customer:SETRANGE(‘Code’,’10000′,’20000′); Sets a filter from 10000 to 20000 Customer:SETRANGE(‘Code’);...

Operators

Operator Description Example = Set value myIntegerValue = 10; == equal thisIsTrue = (‘A’ == ‘A’); ∼= not equal thisIsTrue = (‘A’ ~= ‘B’); < smaller thisIsTrue = 2 < 3; <= smaller or...

Performance Groups

With you have the possibility to define how the Dynamics Service Tiers are used by requests coming from the Anveo Mobile App. This gives you the possibility to do load balancing or prioritize apps...

Variables, Conditions, Functions and Loops

Declaration of a local variable local variable; Example: local myVariable; Declare a local variable. This variable is only valid until the next ; Definition a local variable. local variable= value; example: local Customer =...

Anveo Script Documentation

Anveo Script empowers your Anveo Mobile App to run individual business processes without contacting Microsoft Dynamics. Anveo Script is based on the script language LUA and extends its functions with typical commands from Dynamics...

Implementing the Cognex Barcode Scanner (iOS only)

In some business processes you might need advanced barcode scanning because the already implemented, free of charge barcode scanner does not fit your needs in regards to barcode recognition or scanning speed. For these...

Anveo Delta Service

To enable the user to synchronize quickly, only the data changes and not always all data (so-called full load) are transferred between Dynamics and the Anveo Mobile App. For this purpose, data changes in...

Anveo Server Installation (Type B and C)

The Anveo Server provides the Anveo App Service as well as the Delta Service (for Anveo B installations). Both the Anveo Server and the PostgreSQL database are multi-instance capable, allowing them to be used...