Weight and Price in Config

This is the code I used for an on Leave step in the combo Box. FIND Part WHERE Part.partNum = cmbBeam1 AND Part.Company = "JSI" NO-LOCK.

if available Part then

decB2W = Part.NetWeight.
decB2P = Part.UnitPrice.

cmbBeam1 is where the part number is picked from a drop down.

decB2W and decB2P are decimal boxes.

This works great for get the weight and price onto the Configurator page.

Thanks Everyone for all the help.

Maybe for once someone will be able to use something I threw out here.

thank you
Gene