/
How is the grid table identifier calculated
How is the grid table identifier calculated
This article details out how the grid table identifier (table name) is actually constructed.
The table name is generated by the addon using the base name and the context id so if you have in the gridconfiguration
gd.tablename = invoice
then the table in the database will be called
invoice_c12345
Where 12345 is the unique context id of the customfield.
Check connecting the grid to a database for more details
, multiple selections available,
Related content
gd.table - deprecated
gd.table - deprecated
More like this
Where does Table Grid Editor store the data?
Where does Table Grid Editor store the data?
More like this
How are the table record identifiers generated?
How are the table record identifiers generated?
More like this
gd.tablename
gd.tablename
More like this
gd.query
More like this
Migrating grids from the old gd.table property to the new gd.tablename property
Migrating grids from the old gd.table property to the new gd.tablename property
More like this