Formal Packsizes
Formal Packsizes
These are saved in the Prodmstr record under the “size x fields
Actual packsize is set in Prodmstr Size 1 ....5 defined by sending down VA or edit product in Web Dispatch
Also you can give a common name for the packsizes if you go into picking configuration screen.
The rules of setting up formal packsizes in order to every functionality work properly are are as follows:
1. The formal sizes must be in increasing order
2. Only setup as many formal sizes as the product has
3. Don’t set different sizes to the same value
Good setups
3 formal sizes:
Size1 = 1; size2 = 6; size3 = 12; size4 = 0; size5 = 0
2 formal sizes:
Size1 = 1; size2 = 6; size3 = 0; size 4 = 0; size5 = 0
No formal sizes:
Size1 = 1; size2 = 0; size3 = 0; size 4 = 0; size5 = 0
Wrong setups that may cause problems:
Size1 = 1; size2 = 0; size3 = 0; size4 = 0; size5 = 6 -> 2 formal sizes, size1 and size2 must be used
Size1 = 1; size2 = 1; size3 = 12; size4 = 12; size5 = 0 -> 2 formal sizes, but repeated (only 1 and 2 should be used)
Size1 = 1; size2 = 12; size3 = 6; size4 = 0; size5 = 0 -> 3 sizes but in wrong order