IFT V2

IFTs are business rules that are run at each message received. It is either linked to a layout, or a parameter or a fault code.

This document is the reference to develop over WILCO SDK and create your visualisations (dashboards) and automations (business rules named IFT). IFTs are business rules that are run at each message received. It is either linked to a layout, or a parameter or a fault code.

The business rules are small automations that are trigged by any received message

a pre-requisite is to know javascript.

Generally speaking, all the calls that have to access the server should be called with the await javascript keyword to ensure the modifications are performed server-side before continuing

It is particularly the case when calling for example fw.tag("A'); fw.tag('b') because if you do not put the await, the calls could happend in competition and lead to unpredictable result.

Current IFT version is V2. A V1.3 exists but is not described anymore as it is deprecated.

Please always use V2.

Last updated

Was this helpful?