• Can I use table IM_ItemWarehouse to trigger script?

    Hello I was just wondering If I can trigger a user defined script, with table IM Item Warehouse? I'm looking to trigger a script when there are changes on an item inventory. I see a field named Available on Item Maintenance > Quantity, I'm assuming this…
  • Custom Panels Disappeared, need help!

    Hello, We have added many panel customizations including additional tabs, buttons with scripts, etc that are important for many of our users. I was just resizing a field in customizer, and when I went to exit the customizer an error popped up saying…
  • Script to transfer data to secondary company

    Is it possible to write data into different company within some Sage 100 company. For Example add a button on Sales Order Entry to copy order to secondary company. I know how to do it outside of Sage with a script but not sure if session to different…
  • SetError not displaying correctly and displaying error about credit cards only when processing credit memo via SO_InvoiceHeader

    I have BOI Script in the table pre-write events for SO_SalesOrderHeader and SO_InvoiceHeader that do regular expression searches in the ship to address fields for PO boxes when certain ship via types are used, as most of our ship to addresses should not…
  • Questions relative to invokelookup

    Hello, I am trying to write a script for lookup button in order to pull the salesperson data. I only want to pull the salesperson data whose division number is “00”. How can I pass ARDivisionNo as parameter? Here is the script which I am working on…
  • UI Script properties for control types

    Hi All, Is there a list of the properties for the various control types? I am trying to work with Text labels using oUIObj.SetControlProperty(ctlName, propertyName, value),. I would like to hide labels based upon data on the screen to display the…
  • Price Level Description on Price Level List Lookup

    We have some standard price level codes we use that are set up for each item, if you are a wholesaler you get X price, MSRP has its own price code, etc. The descriptions for these codes are universal, W always would be described as wholesaler for example…
  • <Error: 548 in Method SETKEY> in script to create new GL account

    Hi All, I'm receiving the following error when attempting to create a new GL account using a BOI script. The relevant code is below. Any ideas what might be causing this? I'm sure I have a syntax error somewhere.. <Error: 548 in Method SETKEY> is…
  • In scripting, how would you trigger an event in the parent object based on a change in the child object?

    Doing a sales order invoice and adding some point of sale functionality (amount tendered, change due, balance due, etc.). I have an event that computes the change, etc. that triggers based on entering the amount tendered, changing the freight, etc.…
  • Deleting AP Check Entries via script

    Hello all! I must be missing something with my code here because I'm getting an error 45 when running the script below. It's intended to delete all entries in AP Check Maintenance. Any suggestions? Thanks! ----------------------------------…