CHECKTABLEEXIST
Gebruik deze functie om te controleren of er een tabel bestaat op het mobiele apparaat. Het Anveo Synchronization Package definieert welke Dynamics-tabellen naar het mobiele apparaat worden verzonden.
bool CHECKTABLEEXIST(string TableName); example: if CHECKTABLEEXIST(‘foobar’) then local foobar = Record(‘foobar’); foobar.INIT(); … end;