Show TOC

reference order types

Reference order types

Generally, you use reference order types to access print parameters depending on network type. If you want to print the same way for several network types, you only have to maintain the parameters once. Proceed as follows:

Example:
Type RefOrType
PS04 PS04
PS03 PS04
XXXX PS01
In this example, network type PS04 uses its own print control. PS03 is printed using network type PS04 print control. All other network types are printed using network type PS01 print control.