• Warning! LanPak Total Exceeded

    Hi, We have a customer with 75 lanpak. They have several applications that use COMAPI. We often receive the error "You have reach the maximum number of concurent users... " from our application. In the event viewer we see ACCPAC - Warning! Lanpak total…
  • New to Sage. How to import files from OneDrive

    We are running Sage 300 2020. Our finance team has been working with Excel files on a network share and then importing to Sage 300 GL transactions. We are in the process of decommissioning an old file server and moving their files to SharePoint Document…
  • Invalid Signon Information error when trying to sync to Sage CRM 2022 R2 to 300 V2023 PU1

    HI, I am receiving Invalid Signon Information error when trying to sync to Sage CRM 2022 R2 to 300 V2023 PU1. I just install Sage 300 V2023 PU1 on new serve and upgraded their CRM from 2018 R1 to 2020 R2 then to 2022 R2. In Sage CRM when I try to synchronize…
  • Sagekit a Ruby client library for Sage300 API

    Six months ago I have decided to build a Ruby client library to interact with the Sage300 API. I never imagine this gem will reached 5000 downloads. I'm reaching out to finally share this gem with the community. It is released under the MIT license and…
  • CRM

    Hello, I have one of my cliants using Sage 300 with one lisence of CRM desktop, But they want to add user of crm and want to shift on CRM cloud bases. So CRM desktop and cloud can work together? Or they suposses to choose one option?
  • Issue after upgrading to Sage 300 2022 PU2 and CRM 2022

    I have just upgraded a customer to Sage 300 2022 PU2 and Sage CRM 2022. I am encountering an issue where on certain customers, when I click on one of the integration options on CRM (AR Inquiry, Customer, OE Inquiry), I get the error message: "An error…
  • SAGE 300 Web API | Issue | dbslink.c - 1274 - ==>No free links

    Hello, We are doing an Accounts Payable integration with Docuware and Sage 300. We asked our customer Sage consultant to provide Sage 300 Web API so we could do the integration by just doing the communication via HTTP requests. Sage 300 (formerly…
  • Sage 300 Integration

    Hi Everyone, I am working on one sage integration with python web application and I want to send data from python application and create customer in sage. I am using desktop version of sage. My question here is if the API https://cdn.na.sage.com/docs…
  • Sage CRM & Sage 300 Integration - Sales Rep Mapping

    Hi all. I don't know if I have overlooked this somewhere in a setup guide, but I can't seem to figure out how to map sales rep setup in Sage 300 AR customer accounts, to the account manager field (comp_primaryuserid) in Sage CRM. Is there a standard…
  • HRMS for Sage 300

    Is this module still available for Sage300? What other time and attendance module are add-ons for Sage 300?
  • Session Initialization w/.NET API

    I have the following code to create a session. Session s = new Session(); s.Init("", "XY", "XY1000", "67A"); s.Open(User, Password, Company, DateTime.Today, 0); A client had been using ADMIN/ADMIN for the username and password (don't ask why they…
  • Error on Table Synchronize

    Install Sage300 2022 and Sage CRM 2021 R2 on new win 2019 server. Able to get into both products using browser and able to update customers in Sage 300 to SageCRM. I wanted to make sure that CRM was able to sync with Sage300. Logged in as CRM admin user…
  • Can't Set Column Order in Quotes and Orders in CRM's Sage 300 Integration

    Hi All, We have Sage CRM setup with Integration with Sage 300. On the quotes and orders pages in Opportunities, our users are used to being able to select which columns are displayed on the item grid (Item number, description, qty, etc). Which has all…
  • Sage 300 Integration Component

    Hi all, Where is the sage integration component installation file? I am looking to integrate sage crm 2021 r1 with Sage 300 2021 PU2 cdn.na.sage.com/.../Sage300_2021_SageCRM_IntegrationGuide.pdf Page 9 says: Run the installation program for the integration…
  • Invoice Amount Due

    Hello Team, Could you help me with the following question? I created an Invoice. On UI I see the following balances: The Document Total is $2.55. Amount Due is $2.51 But, when I receive this Invoice from post documents via API, Sage returns the Invoice…
  • Payroll Software

    We are switching payroll softwares from ADP. What software do you recommend using? I am looking for something that can do job costing, and balance with our taxes and 401k entries. Thank you!
  • sage 300 sdk with node js

    can we integrate sage 300 SDK with node js?
  • The Invoice doesn't depict a link to the payment.

    Hello Team, I applied a payment to the Invoice. But inside the Invoice, I cannot see the link to the applied payment. How I can detect inside the Invoice that the Invoice is related to payment?
  • Difference between payments type in Sage 300

    In Sage 300 when the user creates a Receipt payment, the user can select a few types of payment. For example: Receipt Prepayment What is the difference between these types? I found one difference. If the type is Receipt , the user applies a payment for…
  • Error during the search Customers by period via API

    Hello Team, Could you help me with the following question. I cannot filter Customers by date and time. Example: http://{BASE_URL}/Sage300WebApi/v1.0/-/SAMLTD/AR/ARCustomers?$top=1000&$filter=DateLastMaintained gt 2000-01-01T01:08:35 or DateOfLastActivity…
  • Sage 300 Currency ISO-CODE

    Hello Team, Is it possible to receive the Currency ISO-CODE via API? I tried to use the following endpoints: CSCurrencyCodes CSCurrencyRates But Sage 300 doesn't return the Currency ISO-CODE. Also, I cannot find the Currency ISO-CODE on UI. Could you…
  • How to receive Sage 300 account currency via API

    Hello Team, I want to receive the Sage 300 account currency via API. The account currency is CAD. To receive the currency I use the following endpoint - CSCurrencyRates And I expected that Sage 300 should return me one row with the Account currency. But…
  • How to receive the adjustment unique identifier

    Team, We use the following endpoint to receive adjustments -> http://{BASE_URL}/Sage300WebApi/v1.0/-/SAMLTD/AR/ARReceiptAndAdjustmentBatches What field I can use from the API response as the adjustment unique identifier?
  • Invoices Type -> Retainage Invoice, Retainage Credit Note, Retainage Debit Note.

    Hello Team, Once I create an Invoice, I can select the following Invoice types: - Retainage Invoice - Retainage Credit Note - Retainage Debit Note In which cases the user should select the following type to create an Invoice? Do these Invoice types influence…
  • How to receive the Invoice unique identifier

    Hello Team, We use the following endpoint to receive Invoices - http://{BASE_URL}/Sage300WebApi/v1.0/-/SAMLTD/AR/ARInvoiceBatches But, Sage 300 API doesn't return the Invoice unique identifier. Invoice Batch is not unique due to combining a few invoices…