Sage 100

 View Only
  • 1.  Is it possible to put the contents of a udf into a standard field?

    Posted 06-17-2020 00:31
    Customer wants to add a UDF to RMA Return for Customer PO. They then want that UDF to populate the SO Customer PO field. I have the UDFs all setup and going to the appropriate places, but can't figure out how to plop it into the standard Customer PO field.

    Is that possible with Customizer? WIll it need scripting?

    ------------------------------
    Greg Stiles
    S & W Microsystems
    Torrance CA
    310.787.1010
    ------------------------------


  • 2.  RE: Is it possible to put the contents of a udf into a standard field?

    Posted 06-19-2020 01:26
    Sounds like scripting is the solution. A simple script with a GetValue on the UDF and then a SetValue on the other field should do the trick. If you want the change to show immediately, use the post validate event on the UDF field, otherwise use the pre-write event on the table.

    ------------------------------
    David Speck II
    Tennessee Software Solutions
    ------------------------------



  • 3.  RE: Is it possible to put the contents of a udf into a standard field?

    Posted 06-23-2020 00:10
    Thanks @David Speck II. I'll see if the customer want to pop for scripting.​

    ------------------------------
    Greg Stiles
    S & W Microsystems
    Torrance CA
    310.787.1010
    ------------------------------