Custom Data
Override Settings Inherited from Parent Group 'device group name' | Turn on this toggle to ignore settings inherited from parent device groups.
This option only appears on nested device groups. |
Apply changes to all child groups and devices | Turn on this toggle to cascade settings specified here to all nested devices and device groups. |
Turn on Enable Custom Data Configuration.
Custom Data Configuration
The Custom Definitions section lists all the available custom data items.
Beside the name of an existing definition, select More to Edit, set Permissions for, or Delete a custom data item.
To add a new custom data definition, select Add. The Definition Info form opens.
Custom Definitions
Use the Definition Info dialog to define new custom data items.
Name | Enter the name you want to give this custom data item. This is the display name for the custom data item in the Device Information panel. |
Build Type | Select a build type for the custom data from the list. Once you have selected a build type, the Definition Info section updates to show options specific to your selection. Here, you can define the expression used to extract the custom data from the device. |
Data Type | The default setting is STRING. Set this field only when collecting custom data. |
Description | Enter a brief note describing the nature and purpose of the custom data query. |
Build Type: Text File
Display a line from a text file located on the device.
Text File | Enter the full path of the text file on the device. |
Line Number | Enter the line number in the text file. |
Example:
The following example returns the text from Line Number one of Text File testfile.txt.
Build Type: Registry
Display a key value from the device's registry.
REG_SZ
and REG_DWORD
.Registry Hive | Enter the registry hive. |
Key Path | Enter the path of the registry key with the value to display. |
Value Name | Enter the name of the registry value to display. |
The following example returns the registry value for Value Name under the specified Key Path in the named Registry Hive.
Build Type: INI File
Display the value associated with a given section and property name in an INI file on the device.
INI File Name | Enter the full path of the INI file on the device. |
Section Name | Enter the name of the section with the property value to display. |
Value Name | Enter the property name whose associated value is to display. |
Build Type: XML File
Display the value obtained from an XML file on the device using an XPath expression.XML File Name | Enter the full path of the XML file on the device. |
XPath Expression | Enter the XPath expression used to obtain a value from the XML file. |
Build Type: Exit Code
Display the exit code returned by an executable program on the device.
Exit Code | Enter the full path of the executable program on the device whose exit code you want displayed. |
Build Type: STDOUT
Display the first line of standard output from an executable program on the device.
STDOUT | Enter the full path of the executable program on the device to capture the first line of standard output it displays. |
Build Type: Device APIs
The use of Device APIs is specific to Zebra printers. Device APIs perform activities like creating, retrieving, updating, or deleting a resource.
Build Type: Static
Display information about the device that is statically set. The device has the value assigned rather than pulling it from a device attribute.
Static | Enter a static value that provides information about the
device. Example: OwnerName="X & Y Corporation, SalesDepartment" |