Component script function TableExists

Hi @all,

in component scripts you can use the function TableExists(%Tablename%) which returns true, if the table exists in Custom_Tables.

When I run this function with the name of a custom table (e.g. TableExists('My_Own_Table')), it returns false although there is an entry for My_Own_Table in Custom_Tables. When I test the functionality using TableExists('Opportunities') it works fine and returns true.

So I wonder what exactly this function does, because it doesn't seem to simply execute a SELECT statement using 'WHERE Bord_Name = %Tablename%'.

Are there any other columns which get filtered and need certain values?

Thank you so much,

Juergen