Difference between revisions of "T27 - Analysis Code Description (Logistics Management Report Generator variable)"

From Catalyst
Jump to: navigation, search
(Updated from revision control)
(Updated from revision control)
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
== Syntax ==
 
== Syntax ==
  '''T27'''{1-9}
+
  '''T27'''{1-9, D/P}
  
 
== Description ==
 
== Description ==
Each ticket can be assigned an analysis code.
+
Returns the description of the analysis code at position 1-9 for the current ticket.
  
 
== Parameters ==
 
== Parameters ==
 
;1-9
 
;1-9
:A text parameter that can not be omitted.
+
:A text parameter that can be omitted (it defaults to "1").
:The analysis code position.
+
:;1-9
 +
::The description for this analysis code.
 +
;D/P
 +
:A text parameter that can be omitted (it defaults to "D").
 +
:;D
 +
::Use if you want the 30 character analysis description.
 +
:;P
 +
::Use if you want the 10 character analysis prompt for position 1-9.
  
 
== Returns ==
 
== Returns ==
A text value whose typical size is 15 characters.
+
A text value whose typical size is 30 characters.
  
 
[[Category:Logistics Management Report Generator variables]]
 
[[Category:Logistics Management Report Generator variables]]

Latest revision as of 06:56, 31 January 2018

Syntax

T27{1-9, D/P}

Description

Returns the description of the analysis code at position 1-9 for the current ticket.

Parameters

1-9
A text parameter that can be omitted (it defaults to "1").
1-9
The description for this analysis code.
D/P
A text parameter that can be omitted (it defaults to "D").
D
Use if you want the 30 character analysis description.
P
Use if you want the 10 character analysis prompt for position 1-9.

Returns

A text value whose typical size is 30 characters.