Skip to main content
With this class you can retrieve meta information about an extra table. The class will only retrieve information, thus it is not possible to change an extra table from this class.

Constructors

ExtraTableInfo()

Initializes a new instance of the ExtraTableInfo class.

Methods

getFlags()

Returns the flags for this extra table.
Returns: CRMScript.Global.Integer - The flags for this table.
Available flags: FlagHidden = 0, FlagDeleted = 8

getId()

Returns the ID of the extra table.
Returns: CRMScript.Global.Integer - The ID of the extra table.

getName()

Return the textual name of the extra table.
Returns: CRMScript.Global.String - The textual name of the extra table.

load(String)

Load the extra table with the given table name.
Returns: CRMScript.Global.Void