• 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…
  • 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…
  • Custom Office - User Defined Scripts Help

    I need help. I created 2 numeric UDF's for CI_Item; PACK and EACH_COST. I wanted to automatically calculate EACH_COST by taking the Item's Standard Cost and dividing it by the PACK. I searched SageCity and found a simple script and modified it. I…
  • Script to capture when PO Required Date is Changed

    Business Problem: One of our inventory peeps needs to analyze and see when the PO Required Date changes for an inbound PO. We have a pulling schedule etc... with some partially pulled and staged orders. Those orders are waiting on inventory from inbound…
  • VB Script - Disable Fields - Date UDF

    I wrote a script to disable and enable certain UDF's based on certain conditions. These UDF's have different data types. when the script runs apart from the Date type UDF all others get disabled and enabled properly. Is there a special syntax to control…
  • 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…
  • Moving an original Sage field to a different panel

    I have created 2 new tabs within Item Maintenance and would like to move a couple of the original Sage fields to them. When I go to place the field in my new tab it says it already exists on another panel and I would have to remove it in order to place…
  • I want to Auto populate either the SO Entry Header Email or a UDF with the email address of the user entering the order.

    I figured out how to get the name, using a session object, but I don't think there is an osession for email. Below is my attempt at using osession, and the second is my direct attempt. I am new to this, so any help would be appreciated. UserCreatedKey…