• oScript.Execute

    Hello I am trying to find any doc on "oScript.Execute", i am facing an issue i want to call a 3rd party app and want the script to wait till the exe completes its execution. Thanks
  • Error when running WScript.Shell object (OLE ERROR -2147024894)

    Hello Everyone, I am trying to run a 3rd party exe on a button click using VB Script , The code is trowing (OLE ERROR -2147024894) i have added the code and also the error message i got ********************************************************…
  • UDF using script

    Hello Everyone I am trying to update UDF in sales order line using script, i am not getting any error but it's not working i am adding the the code that i am using any kind of help will be really great Thanks ____________________________________________________________________________________________________________…
  • User Defined Scripting

    I have created a JobNumber UDF and added it to AR and AP invoice data entry line detail. Now I would like to create a User Defined Script for the actual Job Number entered during data entry to be written to the JobNumber UDF. In AR it comes from the header…
  • 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…
  • Not able to find BOI/ SDK/ Documentation for help in development using Visual Studio

    Hi All, I had installed SAGE 100 ERP 2013 Premium and Advanced version on my windows serves 2008 operating system but after installing I am not able to find any SDK documentation file having the extension .pdf or .chm or anything else. Please help me…
  • 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…