-- test command A100808T -- Set variable vCheck_List -- Used to remind a user to Check A Spread Sheet for Customer Equipment Verifcation -- Major Assumption - var This_CustNub2 is set on form entry -- This is being used as a entry - exit eep
Clear var vCheck_List if .vthis_custnub2 = custnub2 in specinstr and UnitList like 'Y' then set var vCheck_List = 'test1' if .vthis_custnub2 = custnub2 in specinstr and UnitList like 'N' then set var vCheck_List = 'test2' endif

