Variant Item Data Rule Maintenance
Use Variant Item Data Rule Maintenance to assign values to fields in the QAD Enterprise Applications Item Master table (pt_mstr) for the new variant items.
Exercise 20: Variant Item Data Rules Maintenance
Run Variant Item Data Rule Maintenance and enter the following information. The system concatenates the first two characters of the variables and the variable volume, and stores the results in the pt_desc2 field of configurable item 01040.
Configurable Item | Field | Assignment Rule |
01040 | pt_desc2 | SUBSTRING(U-type, 1, 5) + “” + SUBSTRING(freq, 1, 6) + “” + SUBSTRING(CPU, 1, 8) |