The job name shown in the control panel can be retrieved from one of three settings. These settings are listed in order of priority - from high to low priority - in this paragraph.
The job name as shown in the control panel.
If "@CustomerJobName" has a value, then this value is used as job name.
Syntax
XPath: /JDF/ResourcePool/CustomerInfo/@CustomerJobName
Type
String
The job name shown in the control panel.
If "@CustomerJobName" does not have a value, then the value of "@DescriptiveName" is used as job name.
Syntax
XPath: /JDF/@DescriptiveName
Type
String
The job name shown in the control panel.
If "@CustomerJobName" and "@DescriptiveName" do not have a value, then the value of "@JobID" is used as job name.
Syntax
XPath: /JDF/@JobID
Type
String