Browse By Tags

  • 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…