Browse By Tags

  • 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…
  • Program screen ID

    hi all, I am following example on this link https://www.sagecity.com/us/sage300/b/sage_300_erp_r_and_d/posts/launching-non-sdk-programs-from-the-desktop to create a screen using C#. I am able to create and working fine. However, the details is not looking…
  • Editing Field to Screen

    Hi Everyone! I try to edit Column Type Input and chose Enter but after saving error will goes like this Does anyone know if I am doing this correctly? Thanks!
  • Reproduce Sage Interface design in C# Program

    Hi SageCity, which framework can I use to have the same user interface as Sage 300, Border Size, Title bar color Example Sage Interface : My Interface :
  • 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…
  • Using Visual Integrator to modify BOM

    Is it still not possible to use Sage VI to change the qty on an already existing component item in Bill of Materials? I have not seen anything posted on this subject in several years, so i just wanted to see if it was possible now. I've tried everything…
  • Set a field as required in Order Entry/Shipment Entry

    I want my staff to mark orders/shipments as picked up or delivered using the SHIPVIA field. But even after training them they forget to enter this and leave it blank most of the time. Is there a way to make the "SHIP VIA" field required in Order Entry…
  • Script to trigger from VI - Problem with Exit Sub function

    Hello, I have been working on a script that launches after a visual integrator job and have run into an issue with the Exit Sub function. I have seen other threads about how you have to define the Sub first when triggering like this but can't quite…
  • How to get data from the other class?

    I created two classes. One is Factory planning, another one is workshop planning. Factory planning, create product plan and give it to workshop. Workshop planning, create product plan and give it to worker. When workshop header create plan, he…
  • How to customize representation page?

    Hi there, I tried to implement a small business using Sage X3. I had to make a my own new page. So for this, I did like as follows. - First I created a table and class. - After that I created a representation - At last, I made a mobile dashboard…
  • 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…
  • VI Import of General Ledger Transactions Sage 2014

    Excel spreadsheet currently has 1 12/01/15 4010-10 25.00 First trxn 4015-10 -25.00 2 12/02/15 4010-10 3.00 second 4015-10 -3.00 Actually there are more GL Accounts, but it will only import the header and then the second line with an amount or…
  • VI IMPORT strip or sub?

    Hi, I am trying to load some sales orders using VI, the file that the customer is sending has some unwanted charecters in the ship to name field. I am wanting to remove them during the import. i noticed in the field properties of the ship to name…
  • VI Importing Sales order with CSV file

    we use visual integrator to import sales orders. I have a customer that sends us a csv file and on that file we have header and detail information on each line. so i would see something like: PO#, Vendor#, Shipto, item#, model#, sku#, ship date, qty…