SBM AppScript Reference → Programming SBM AppScript → Application Objects → Object Types → ProjectBasedRecord
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().
AppRecord->VarRecord->ProjectBasedRecord
GetProjectId(): Identify the calling record's project.
Input: N/A
Output: N/A
Return: (long integer) – TS_ID of the calling record's project.
Copyright © 2007–2017 Serena Software, Inc. All rights reserved.