Common Table Properties
This property defines the basic options of a common table.
Field Description | Field Name |
Table Name. Name of the common table context. It should conform to context naming conventions. This name is used to refer to this table from other parts of the system. | name |
Table Description. Textual description of the table. This is also a description of the Common Table context. | description |
Minimal number of records. | minRecords |
Maximal number of records. | maxRecords |
Enable per-record permissions. Per-record permissions let you control which contexts access each and every record in the table (as opposed to controlling access to the whole table). | recordPermissions |
These may be accessed via the childInfo variable.
Was this page helpful?