• 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…
  • Integrating Sage with Adobe Sign in

    Good day I would like to know if it is possible to integrate Sage with Adobe Sign for e-sign in. I went on the Adobe page but there are no instructions for Sage. But I would like to know if is possible to do that And if it is, how well can one go about…
  • 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?
  • Prepaid Customer Orders in SAGE 500 Sales Order Module

    We charge customers upfront for 100% of the sales order value and then typically ship the order in 2-3 transactions. We want to be able to record the entire prepaid credit card cash receipt up front in our GL, and then as we do partial line item releases…
  • 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…
  • Sage 500 & 3GTMS - Integration

    Has anyone ever worked with Sage 500 and a logistics software company called 3GTMS to setup an integration? If so I would like to contact you to ask some questions. Feel free to reach out to me at [email protected].
  • 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…
  • For UPS WorldShip where do I grab the ShipMethod for a sales order?

    Does anyone have a recommendation of where I can tell UPS to pull the ship method for a sales order? UPS wanted to use the tsoSalesOrder.DfltShipMethKey, but we noticed that wasn't the correct ShipMethod imported from EDI. Once a shipment was generated…
  • Maintain Items custom fields disappearing

    Today as well as last Friday, my company reported all our custom-designed and added fields on the Maintain Items screen disappeared. On Friday, I readded them based on a snapshot from a previous DB version... this morning, they were all gone again. …
  • How to disable toolbar button and load another item on item maintenance form

    I have a customization project to create a customized item copy function on Inventory Item Maintenance form. A custom command button is added to the form. When user clicks the button, it fires stored procedure I created to copy the current item with a…
  • 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…
  • AR Commission Report by Line Item

    Our AR department is asking IT for a way to calculate commissions by line item from the invoice. We cannot find a way to customize a report that pulls both Sales History and Invoice History. Is there anyone out there that has accomplished this or is it…
  • 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…
  • Change default PDF Attachment on Customer Statement

    Is there a way to change the default naming convention on the PDF attachments when performing document transmittals in the AR module? MAS500 by default uses the customer number. We would like to use the customer's name so that the email looks more business…
  • 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…
  • Product Configurator - Sage 500 ERP Manufacturing

    Has anyone implemented this module with Sage 500 Manufacturing in a discrete environment?
  • Enter Sales Orders and Quotes / Customizer

    Hello! A textbox has been added to Maintain Customer so that we can add custom notes. We would like to have these notes displayed in the Enter SO and QO task when the customer is selected. I added a textbox and did a databind on custkey between my…
  • How to implement Dashboards

    I'm new and would like to implement so i can learn, business insights dashboards. sage 500 7.40.8.0
  • Sage 500 Validate GL Account SP?

    I've just requested the SDK documentation for V2014 as I seem to not have received it, but... Is there a straight-forward SP or sequence that I can use to accept a GL Account number and validate it against my live database? I will probably want it…