• Sage 2022 Customer Maintenance Custom Tab List-Box

    Hi, I experiencing errors in customer maintenance on a custom tab. I'm using the debug window and found 1k+ lines on several clicks. Error:0 Error:11 Error:12 Error:13 Error:14 Error:2 Error:20 Error:23 Error:26 Error:27 Error:36 Error:65 Error…
  • Where to find demo scripts to shadow UDT

    I'm looking to create a UDF lookup to the AR_Customer on the Lines tab of GL General Journal Entry. I haven't been able to use oUIObj.InvokeLookup with a button because it throws an error stating Object required: oUIObj. Because it's on the detail and…
  • Where to find demo scripts to shadow UDT

    I'm looking to create a UDF lookup to the AR_Customer on the Lines tab of GL General Journal Entry. I haven't been able to use oUIObj.InvokeLookup with a button because it throws an error stating Object required: oUIObj. Because it's on the detail and…
  • 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…
  • 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…
  • Questions on InvokeLookup

    Hello, I have create a UDF called Item code in Cash Receipt detail table and add it on the Grid. I want to create a Button script using the invokelookup which will fire off the item code list and can select the item code from the list, then set the…
  • 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…
  • Prevent table pre-write script from executing during invoicing

    I have a script that is triggering on table pre-write of the SO_SalesOrderHeader. The script is triggering during invoicing, since the table is updated. Is there a way to make an exception and prevent the script from triggering during the sales journal…
  • Add Sold To Customer using scripting (National Accounts)

    Hello All, I've written a script where I'm creating new customer accounts. I'm also looking for a method that will allow me to add these newly created customers as Sold To customers, but can't seem to find the answer in the materials. Anyone have…
  • MS Script run on the server

    I have an MS Script that runs when a button is clicked inside Invoice Data Entry. When the script is completed I want it to click a hidden button for me to finish up the Invoice. This used to work just fine when the script was run on the client, but now…