objListManager
objListManager contains read only properties that provide information about the instance list to your scripts.
Array properties
Array entry [0] is the value for the current entry in the instance list. (the entry that has focus)
Array entries [1], [2], [3] ... are the values for the selected entries in the instance list
Property |
Type |
Description |
||
|---|---|---|---|---|
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="0efa2787-c400-4d24-aadf-a5306757cd28"><ac:plain-text-body><![CDATA[ |
AKey1[0] - AKey5[0] |
string |
The 5 Alpha identifying key values of the current instance of the instance list |
]]></ac:plain-text-body></ac:structured-macro> |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="4c5b938e-a1f1-4715-9ed5-2826b8e5e64e"><ac:plain-text-body><![CDATA[ |
NKey1[0] - NKey5[0] |
String |
The 5 Numeric identifying key values of the current instance of the instance list |
]]></ac:plain-text-body></ac:structured-macro> |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="fe3a9f32-7415-477a-9abe-eef6c588992b"><ac:plain-text-body><![CDATA[ |
VisualId1[0] |
String |
Visual Identifier 1 of the current Instance List entry |
]]></ac:plain-text-body></ac:structured-macro> |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="dab8da7e-902b-4deb-812a-5464984c5b12"><ac:plain-text-body><![CDATA[ |
VisualId2[0] |
String |
Visual Identifier 2 of the current Instance List entry |
]]></ac:plain-text-body></ac:structured-macro> |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="984edeae-a0b1-4e3c-aff7-2efdf43489d2"><ac:plain-text-body><![CDATA[ |
AColumn1[0] – AColumn10[0] |
String |
The 10 Alpha Additional Column values of the current instance list entry |
]]></ac:plain-text-body></ac:structured-macro> |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="9eaa2e96-9cee-4e85-9d93-787951b7868e"><ac:plain-text-body><![CDATA[ |
NColumn1[0] – NColumn10[0] |
String |
The 10 Numeric Additional Column values of the current instance list entry |
]]></ac:plain-text-body></ac:structured-macro> |
|
Single value properties
Property |
Type |
Description |
|---|---|---|
TotalSelected |
integer |
The number of selected entries in the instance list. |
|
For information about how to use the list manager object, see how to Interacting with Instance Lists in Scripts.
Show Contents List