HyperlinkLabels

The
HyperlinkLabels
item returns a tab-delimited list of hyperlink labels for each equipment type: process cells, units, equipment phases, and shared resources. Each equipment type can contain up to five hyperlink labels.
This table shows the input and output formats for this item.
Input Format
Request:
HyperlinkLabels
Output Format
The HyperlinkLabels item returns in this format:
<PCellLabels>
\crlf
<UnitLabels>
\crlf
<PhaseLabels>
\crlf
<ShResrcLabels>
where:
<PCellLabels>
is
<PCL1>
\t
<PCL2>
\t
<PCL3>
\t
<PCL4>
\t
<PCL5>
<UnitLabels>
is
<UL1>
\t
<UL2>
\t
<UL3>
\t
<UL4>
\t
<UL5>
<PhaseLabels>
is
<PL1>
\t
<PL2>
\t
<PL3>
\t
<PL4>
\t
<PL5>
<ShResrcLabels>
is
<SRL1>
\t
<SRL2>
\t
<SRL3>
\t
<SRL4>
\t
<SRL5>
where:
Field Name
Format
Description
<PCL#>
ASCII – String
Where
#
is an integer from 1 through 5. Hyperlink label for a process cell.
<UL#>
ASCII – String
Where
#
is an integer from 1 through 5. Hyperlink label for a unit.
<PL#>
ASCII – String
Where
#
is an integer from 1 through 5. Hyperlink label for a phase.
<SRL#>
ASCII – String
Where
#
is an integer from 1 through 5. Hyperlink label for a shared resource.
This table shows an example of the return on this request.
Example:
A request on
object
.
GetItem(HyperlinkLabels)
could return:
Hyperlink Label 1 English Process Cell \t Hyperlink Label 2 English Process Cell \t Hyperlink Label 3 English Process Cell \t Hyperlink Label 4 English Process Cell \t Hyperlink Label 5 English Process Cell \crlf
Hyperlink Label 1 English Unit \t Hyperlink Label 2 English Unit \t Hyperlink Label 3 English Unit \t Hyperlink Label 4 English Unit \t Hyperlink Label 5 English Unit \crlf
Hyperlink Label 1 English Phase \t Hyperlink Label 2 English Phase \t Hyperlink Label 3 English Phase \t Hyperlink Label 4 English Phase \t Hyperlink Label 5 English Phase \crlf
Hyperlink Label 1 English Resource String \t Hyperlink Label 2 English Resource String \t Hyperlink Label 3 English Resource String \t Hyperlink Label 4 English Resource String \t Hyperlink Label 5 English Resource String \crlf
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal