ADDLABEL ​
Returns the text label of a specific user defined field
Reporting Area(s) ​
General
Required Parameters ​
- Table Name (i.e. "NAMES", "COURSE", "REGISTER")
- Field Name (i.e. "udfc1", "udfl2", "udfn3")
Optional Parameters ​
None
Example(s) ​
ADDLABEL("NAMES","Udfc1") returns label for the 1st Name Character User Defined Field (e.g. "License")
ADDLABEL("COURSE","Udfn2") returns label for the 2nd Course Numeric User Defined Field (e.g. "Head Count")
ACEweb Example(s) ​
Person.awp: <%= ADDLABEL("names","udfl2") %> displays the label for the Name UDF logical #2 field.
XCourseStatus.htm: ##ADDLABEL("course","udfc4")## displays the label for the Course UDF character #4 field.