ProjectBasedRecord

Description

A ProjectBasedRecord is any record from a primary table. It thus represents items that belong to a project and can be transitioned. ProjectBasedRecord objects require a table ID at creation, so they cannot be created with CreateObject(). Use Ext.CreateProjectBasedRecord().

Inheritance

AppRecord->VarRecord->ProjectBasedRecord

Methods

  • GetProjectId(): Identify the calling record's project.

    Input: N/A

    Output: N/A

    Return: (long integer) – TS_ID of the calling record's project.

Related Topics