• color SO Header Customer# defined by AR_Customer Type

    Trying to color the SO header customer# field if the customer type fall = specific value. I appreciate if you can help. Ctype = "" retVal = oBusObj.GetValue("CustomerType$", Ctype) If Ctype = "SDIS" then Set myUIObj = oSession.AsObject(oScript…
  • RE: oUIObj.SetControlProperty Question

    Hi Justink The documentation is meant to be more of a guide, since each object has different properties, we really couldn't list them all. However, to get a list of the properties of a control you can do the following: retVal = oUIObj.GetControlProperty…