CHECKTABLEEXIST
Verwenden Sie diese Funktion, um zu prüfen, ob eine Tabelle auf dem mobilen Gerät vorhanden ist. Das Anveo Synchronization Package definiert, welche Dynamics-Tabellen an das mobile Gerät gesendet werden.
bool CHECKTABLEEXIST(string TableName); example: if CHECKTABLEEXIST(‘foobar’) then local foobar = Record(‘foobar’); foobar.INIT(); … end;