• Script to track changes to a field in PO

    I've written a script to write field values out to a UDT and record a Date, User, and time so that we can have an audit trail of these fields in PO Header. The audit trail is written whenever a there is a change to the PO. This works fine for manual…
  • Column Post Validate Event Trigger Issue

    Hello Sage Community, I am having an issue with a Column Post-Validate event on the Sales Order Detail screen that I'm hoping someone can help me with. My goal is to have a user-defined script execute on on the Column Post-Validate event of the "PriceLevel…
  • Double quote

    HI All, I'm trying to export out the field values in double quotes.I was testing out something The code is retval = obusobj.GetValue("InvoiceNo$",InvoiceNo) InvoiceNo = """InvoiceNo""" msgbox InvoiceNo Let's say the invoice no is 0000001…