• 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…
  • BOI IM Transaction Entry - Error CI_LineEntry_Header 'Missing or invalid Header'

    Running what should be a simple Transaction Entry test for BOI. I can create all the object I need, test for and create the Batch. Set Key values. But the call to SetKey is continually returning 0. Last Error Text is 'Missing or invalid Header' and…
  • I am trying to populate a UDF with the Gross Margin by line.

    I have created a script, and it does not seem to work. Do I put it under column validation, or some other mode. Here is the script. Retval=0 rExtcost rExtamount=0 rQtyship=0 rUnitcost=0 rLineGM=0 Set oLines = oBusObj.AsObject(oBusObj.Lines) oLines…
  • RE: <Error: 0 in Method GetValue>

    80020009 Same problem here - SO and PO modules. Upgrading from Sage MAS 200 4.40.0.5 to MAS 100 2013 5.00.7.0. Tried on XP, Windows 7 (cmd as 32-bit), Windows 2012 Server Standard (cmd as 32-bit) support.microsoft.com/.../896456 (%windir%\SysWoW64…
  • How to determine which event is firing off a script

    I am looking for the code to determine the event that fired off a script. Are there any methods to check to see if the event is post-read, pre-write, post write, pre delete, or post delete?
  • BOI - unable to get value with nGetNextJournalNo and can't set key

    I am writing a C# app to bring in Journal Entries. I have two issues; I am getting no value for nGetNextJournalNo and I get an invalid key error when attempting to set the SourceJournal+EntryNo key, even though I am setting entryno to a string. I have…
  • A proper way of cleaning up SY_Workstation

    Greetings, Our customer are complaining they have problems with MAS Desktop. They claim that is due to our application activity. Our app uses BOI to have access to sales orders, invoices, customers (read/write). The customer have to clean up SY_Workstation…
  • nProcess question

    I have been able to use nProcess to open and display an existing Vendor record. I am wondering what I need to do to achieve the same thing for a payable invoice. I thought that it was batch number, division number, vendor number, and invoice number. I…