• Regarding the Package Tracking App

    www.sagecity.com/.../package-tracking-up-again Is it possible that the Starship integration interferes with the new service? When I click on the tracking icon, it tries to launch Chrome browser and it just flashes then nothing opens. This client uses…
  • Document Transmittal error 401 in MAS 500 version 2021

    MAS 500 system upgraded from version 2018 to 2021 (v 8.10.2.0). After the upgrade, AP stopped emailing EFT deposit statement, generated error message below when used SMTP (smtp.office365.com:587) mail server first time. If Exchange > Outlook.Office365…
  • Is there a keyboard shortcut to advance tabs?

    I've used other versions of Sage, but I'm new to Sage 500. Is there a keyboard shortcut to advance tabs when you're in Accounts Payable > Process Vouchers > Enter Vouchers? I'd like to be able to use a shortcut to move from the header tab to the detail…
  • Where is the AP File Format for importing?

    I can easily find the GL file format, but not the AP file format for importing. How can I import into the AP Module? Where is the file format?
  • Integrating Accounts Receivable Software

    We are starting the search for AR software to help mainly with cash application and dispute management, and potentially some collections tasks. What are some of the best options you have that have interfaced with SAGE 500?
  • Has anyone used an external requisition software?

    Has anyone used a software package that integrated with Sage 500 ERP for creating Requisitions outside of Sage and then generating Purchase Orders in Sage? What software did you use? How did that process go? Any recommendations or precautions?
  • Adding new Document Type for Doc Transmittal

    Hello, Using customizer, we are able to add a new document type for document transmittal into the 'other contacts' window (from maintain customers). We have created a custom table to store the value and can join back to tcicontact through the cntctkey…
  • Blank stock AP check printing and signature, Sage 500?

    Is there a way to print blank stock checks in Sage 500? My AP person doesn't want to use pre-printed checks. Also, how do I add a signature to the AP check print form, Sage 500? I'm so used to having source code, I was a former developer, so I'm having…
  • How to find out exactly what an application is doing in Sage 500 without source code?

    Our company wants to write its own labor entry screen outside of Sage 500 (ITAR compliance for a government contract), but integrate it by writing/updating/selecting from the Sage files. Basically mimic what Sage 500 is doing. How do I do this without…
  • Import customer

    Hi all, I would like to import customer and sales order details in Sage 500. Any API/ Web service example is available in vb or c# ? Please let me know if documentation is available for API or Web service list. Thank you.
  • How to add What's This? help to a custom field?

    I am missing the link (secret handshake) somewhere and would appreciate someone pointing me to the right direction. My goal is to enable What's This? right-click context-sensitive help for a new screen that I am building with the Sage 500 framework…
  • Sage500 API Documentation

    I am new to Sage and we are looking for Sage500 API documentation because we need to pull data from Sage into a different receivables application. I have been looking around on the website and cannot find anything and I have made 10 calls to 10 different…
  • Is there a way to access the db connection(for temp tables) that Sage uses in vbscript?

    On the customization of the SO form, can we access the db connection that Sage is on for updating the temp tables, which otherwise are not accessible from another connection.
  • Looking for way to restrict labor progress entry to certain users.

    I'm looking for a method to restrict labor progress entries to certain users, user groups, ect... Possibly a vb script through customizer?
  • Cannot change script language from VBScript to JScript

    I would like to change the scripting language in an event in a Form Script Editor, when when I change the Language pulldown menu from VBScript to JScript, I get an error dialog with the text Script language changed. Modify existing script's syntax to…
  • Looking for Form_Save Event documentation

    I am trying to find documentation on what is in the oDM parameter ("data manager object") in the Form_Save subroutine in the Save Event, specifically in the Enter Receipt of Goods Form (PO Module). Can someone post info on what what I have available to…
  • Error calling DLL code from VBScript

    Back again with a specific bug... I have customized the Save Event in the frmBatch object in the Process Receipt of Good form: Sub Form_Save(oDM, bSave) Dim objApp, result Set objApp = CreateObject("LMNO.PrintNewLabel.FormSave") result = objApp.PrintBatchLabels…
  • Calling code in external DLL through Event VBScript

    I am an experienced developer (mostly C#/.NET, some VBScript, Java, C, ...) and have gotten my hands dirty in Sage 500, but not too much. I've been tasked with a bit more customization here. I would like to call APIs from an external (.NET) DLL via…
  • Magento 2.0

    Does anyone know what payment solution is compatible with Sage 500 and Magento 2.0? Second question: does a credit card integration exist for Sage 500 and Magento 2.0? Thanks!
  • Is there a tool that will allow Sage 500 to retrieve a file from FTP for automated processing?

    Trying to integrate Sage 500 A/P with a third party application that drips a batch file into FTP. Sage 500 processing is already automated to process the batch, but it needs something to allow it to automatically retrieve the file from the FTP server…
  • access to database

    hello i want to access sage 500 database , i am creating an application where we get the data from the client and we are going to run few calculations and implement it on sage 500 thank you
  • how to download sdk

    i am trying to integrate sage 500 with my application , but i am unable to find from where i can download sage 500 sdk ....can any one help me out ? thank you
  • Sage 500+Scanco+Intermec-CN3

    Hello Sage City, My company currently uses Sage 500 ERP 2014 January Update (Version 7.60.5.0) with Scanco Warehouse Automation on Intermec CN3 devices. The issue we are having is extreme waits for pulling and updating picklists. A picklist with 10…
  • Creating customer through API aka stored procedures

    I have been trying to create a customer in Sage 500 by means of sage provided stored procedures. To start with, I have my own stored procedure which creates a record in staging table, ie. stgCustomer. Thereafter, I invoke a stored procedure(api by Sage…
  • Are there any stored procedure to create/update customer and customer contact?

    I recently started working with sage 500 api which is really a set of stored procedures. At this stage, I want to create/update a customer as well as the corresponding contact. Does anyone have any idea of what stored procedures to use for this purpose…