• User Defined Script - Changing Detail Fields On Table Write

    I'm trying change sales order detail lines upon the user clicking Accept of a Sales Order. For example, the script below is supposed to override all the quantities, and set them to 1. Set oLines = oSession.AsObject(oBusObj.Lines) oLines.MoveFirst…
  • UDS to open Contact Code List

    I have been using UDS and BOI for a while and understand how to launch UIs. I'm just having trouble finding how to open the screens for searching. Specifically the Contact Code List that can be opened from Customer Maintenance by clicking on the magnifying…