To set the maximum number of lines allowed on a purchase order, select Limit the number of lines and then enter the maximum number of lines allowed on purchase orders.

To set the maximum number of lines allowed on a purchase order, select Limit the number of lines and then enter the maximum number of lines allowed on purchase orders.

Select this option if you want the Product description for new supplier resources to be prompted with the title of the resource from the resource catalog. Users will be able to change the product description on the supplier resource, if necessary.
If this option is cleared, the Product description box will be blank on new supplier resources.

For example, a format that says “%.6u” would generate six-digit numbers padded with zeros: 001234.
% indicates the start of the number definition.
.6 indicates that the numbers should have six digits. Numbers with less than six digits will be padded with zeros.
u indicates that the number is an unsigned integer (that is, it cannot be a negative number).