VarRecord GetDisplayIssueId() Method

Returns the item's display ID, consisting of a prefix indicating the item's type and a serial number within the item's project.

Function Signature

 string GetDisplayIssueId()

Parameters

Parameter Type Description

None

Return

Type Description

string

The item's display ID.

Technical Details

SBM ModScript version: 11.3.

Notes

Item types and their prefixes are defined when an SBM designer configures a workflow. See GetItemNumber() and GetItemPrefix() for the components of the display ID.

Related Topics

VarRecord