I created a script to add the freight charge, but it works for one company, but not for the company. please see the code below. This works for the company "TSE", but not works for "TSL". Please advise. thanks! retVal=0 If oSession.CompanyCode = "TSL" or oSession.CompanyCode = "TSE" Then retVal = oBusObj.SetValue("FreightAmt", 10) end if
↧