PS.LookupTableConstants enumeration (ps.js)
Specifies maximum values and minimum values for lookup table entities.
Last modified: February 12, 2013
Applies to: Project Professional 2013 | Project Server 2013
PS.LookupTableConstants
The LookupTableConstants enumeration has the following members.
|
Member |
Value |
Description |
|---|---|---|
|
anyLengthSequence |
0 |
The length that is specified for a code mask sequence, if any length is acceptable. |
|
maxDescriptionLength |
255 |
The maximum length of a description on an outline code lookup table item. |
|
maxLevel |
255 |
The maximum number of levels in an outline code. |
|
maxSeparatorLength |
3 |
The maximum length of any separator in a code mask. |
|
maxValueLength |
255 |
The maximum length of an outline code value. |
|
minLevel |
1 |
The minimum number of levels in an outline code. |
|
minValueLength |
1 |
The minimum length of an outline code value. |
|
noSortOrder |
0 |
Specifies the default lookup table sort order, which is no sort order. |