• 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…
  • 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…
  • 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…
  • Wrong number of arguments or invalid property assignment: ‘oBusObj’

    I'm a novice script writer. I am working on a script to extract tracking information from the comment line ShipGear puts in the invoice and populate the tracking table. I've done the first little bit to identify the ShipGear comment line and display a…