• Work Order Module

    I'm new to Sage. I'm wondering if there is a module for Sage 300 that allows one to create a work order, track its progress, and interface with the inventory system so that when a tech needs a part for a repair, it can be scanned and allocated to that…
  • Use invoking session inside XLSM

    Sage menu invoked an XLSM file Inside that XLSM file I want to use the invoking Sage300 session because customer has limited licenses So do not want to login and make another session with another userid and or have to know user's password etc. sort…
  • Hide Delete Button in A/R Receipt

    I'm unable to HIDE the delete button in A/R receipt batch and A/R receipt entry screen using UI profiles. The method works with A/P and other screens. but, not with A/R. Any Advice would be appreciated. Thanks Nish
  • [Sage 300] I cannot add optional fields.

    Hello Team, I cannot add the optional field for A/R Documents. Previously, I used the button Create New Example: But in Sage 300 2022 the button is absent. Example: Could you clarify on how to add the button 'Create New' optional field?
  • Sage 300 Web screens - You do not have a license to use this product. Ask your system administrator for help.

    Hi I have a client who is running Sage 2018 Pu 2 windows server 2019 I have installed the web screens, and run the portal. As soon as I access the web screens I get this. I can confirm the web licence is activated. I am wondering if the…
  • Sage 300 Windows 2020 SDK Development

    Hello, I am new to Sage SDK development ,I am creating add-on in Sage 300 windows 2020 by using SDK.So I want know number of views we can created in add-on .I also want to know how to generate unique key (both long,Integer and string type)? How to compose…
  • How to see the payment (receipt) exchange rate on UI?

    Hello Team, Could you clarify how to see the payment (receipt) exchange rate on UI? I opened a payment, but I cannot find it.
  • How Company Color Code in Hex

    Hi I'm trying to get company color but I haven't the same color with Sage, Someone can help me please Dim Company As String Company = AccpacSession.CompanyID Dim System As String System = AccpacSession.Organizations(AccpacSession.CompanyID).SystemDatabaseID…
  • Error: Class does not support Automation or does not support expected interface VBA

    Having an error on my VBA "Class does not support Automation or does not support expected interface" when assigning Set dsGLJEH = AccpacGL2100UICtrl1.UIDSControls("dsGLJEH") On "OnUIAppOpened()" Public WithEvents dsGLJEH As ACCPACDSControl Private…
  • Failed to import the ActiveX Control

    Having problem with my SAGE 2020 (300 Premium) (Build 0) When I tried to add COM Components for example AP2100 (AccpacAP2100.AccpacAP2100UICtrl) and drag that to my Empty Project .NET (VB), it show's the error below (Failed to import the ActiveX…
  • do task after POST in OE Order screen

    I have a custom OE1100 screen User will ship some lines and make an invoice and of the course the question to print forms will pop up. After views settle I want to set qtyordered=0 for any open lines I know the standard _onrecordchanged events;…
  • Distribution sets and various tax authorities and tax rates.

    I have invoices that come from my custom broker and there are 10 different line entries that are required and each with different tax authorities and / or tax rates. Any suggestions as a way to be able to setup something like distribution sets that could…
  • Sage 300 2017 - Customizing UI Form

    Hi I need to modify the Purchase Order Invoice Entry to allow to input many Receipt at once from a copy paste The user would open the form, input Invoice Number and VendorNumber manually Then he would click on a new button to be added to the form…
  • Sage 300 Remove Program Folders from Desktop

    Sage 300 2019 For modules where the user has no authorization for can the empty module folder be removed from their desktop?
  • Sage 300 Visual Process Flows on Windows Server 2019

    Hi, I am not able to get the Sage 300 Visual Process Flows to work on a Windows Server 2019. It shows up as blank. Any suggestions?
  • How to create an objecthandle object without passing parameter $objecthandle$ from the macro?

    HI, Is there a way to programmatically code an objecthandle without passing it as a parameter in the Program Argument? Here is the scenario: 1. I have a vb6 program (.exe) that is supposed to run on Sage 300. This .exe program passes $objecthandle…
  • Custom UI lock SAGE 300 from exit

    Hi, Is it possible to lock Sage Desktop from exiting when we run a custom .exe program? If we run a custom macro and try to exit Sage, there will be a prompt to close the opened window first. But for an .exe program, there is no such prompt. Is there…
  • Not Responding Message on macro screen

    I have a macro at a client that shows a (Not Responding) message at the top of the screen while the macro is running. It still works and completes its process. This message does NOT show on their old server when the exact same macro is run. Same version…
  • Possibility to customize sage

    We are looking for a software for our university. Can sage customize based on our requirement.
  • Automate Item Number Change Sage 300 2018

    Hello all, Is there any possible way to automate the Sage 300 item number change process? I know there's a way to automate the database dump (using OrchidSystems Process Scheduler) prior to running it, but having the ability to schedule the item number…
  • Specific Period Status on Fiscal Calendar

    i want to know the status of my 3rd period in 2014 is locked or not i had tried using code below Dim mDBLinkCmpRW As AccpacCOMAPI.AccpacDBLink Set mDBLinkCmpRW = OpenDBLink(DBLINK_COMPANY, DBLINK_FLG_READWRITE) Dim mDBLinkSysRW As AccpacCOMAPI…
  • Add Sage 300 2017/2018 OCX data entry screen to Visual Studio 2015/2017 error

    Hi, I have encounter this error when add the OCX screen into Visual Studio window form, using .Net Framework 3.5. Error: Failed to import the ActiveX Control. Please ensure it is properly registered Any solution to this?
  • 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…
  • Delete an order item without user confirmation

    Hi, I'm developing an Order Entry macro, by using "AccpacOE1100UICtrl" object. This macro should be able to add an item and delete the item if the user selects a certain ship-to location. I'm able to add the item, but when deleting the item, the…
  • Is there any way to add more than 10 IC segments?

    I don't need more than 10 segments for any one structure, but we have such a wide spread parts offering that I need more than 10 global segments to accomplish what I would like to. We are in the process of upgrading to Sage 300 and figuring out IC…