• Copying the Date value into new date UDF on the Invoice Data Entry

    Hi We have a requirement, where when a new invoice is getting entered in AP, using a VBScript copy the Invoice Date to a new UDF. I did try to put the same using the Post Validate event on the Invoice Date, but it's not copying the data into the new…
  • Problem with script updating UDF with date based on SO header order status

    Hey all, I need to write a script that can put the current date into a UDF when the Order Status is changed from "Hold" to "Open". We have the release date UDF set as a table-post-write. This is the code so far. TMPStatus=0 Date=0 retval…
  • Update Purchase Order line UDF during receipt of goods entry

    I am trying to update a UDF in Purchase Order entry lines during a receipt of goods. The issue I am having is that the purchase order record is locked while a receipt of goods / invoice records exist referencing the purchase order. Here is the code I…