For all product categories where the entire Level 3 section is disabled, show nulls for all section 3 defaults in the following fields. This can be accomplished by setting the default value to null using F8 in WEB9001 for the following criteria names (see rulesets below):
- S.Material
- S.Metallocene
- S.UVI
- S.Highslip
- S.Anti Block
- S.Color
- Printing (requires programming change to FCT.PRINTING.GROUP.DESCRIPTION**)
- Venting (requires programming change to FCT.VENTING.GROUP.DESCRIPTION**)
- S.PKG
** In the group description programs for printing and venting, put in another CASE statement when NOT(SHOP.PRINTED) AND SHOP.PLATENBR='' to set DEFAULT.VALUE = "" instead of "None". There is no need to enter a null default value in WEB9001 for these 2 fields because it is never checked. *** This logic won't work because PLATENBR = None by the time this program is executed. Instead of CASE NOT(SHOP.PRINTED) and SHOP.PLATENBR="", please do the following to null out printing and venting:
- If CATALOG.CD.USR<18>=1 (DISABLE SEARCH) then show null (these s/b the rulesets in red below)
- Hardcode the rulesets below that are not in red to also show null in printing and venting
Rulesets that have no level 3 input:
- 106 - Garment
- 119 - Liners Layflat HD
- 108 - Literature, Merch/Newspaper
- 111 - Polypropylene
- 112 - Pre-opened
- 113 - Sandwich/Silverware
- 114 - Shrink
- 120 - Vacuum Pouches
- 117 - Wicketed
- 202 - Slider Top
- 203 - Bubble
- 204 - Medical
- 206 - ZT Parts Bag
- 208 - ZT w/White Block
- 404 - C&A Clear
- 405 - C&A Natural
- 406 - C&A Black
- 502 - Lip & Tape Mailers
- 503 - Packing List Envelopes
- 504 - Tape Closures
- 505 - Tie Closures
- 506 - Tubing Dispensers
Test using shop widget to ensure that all level 3 values are blank for these rulesets. Next select FIND and make sure you are still getting results for each category. Please note any categories that are no longer giving results.