Import into Sage 300 using SDK

By | September 25, 2019

Today in this blog we are going to describe how we can import the data into Sage 300 entities, especially Sage 300 transactions using C#.

Below are the steps which will guide you through how we can import into Sage 300 entities.

New Stuff:- New Fixes related to license expiration in Sage300c V2020

Step 1:

Include the Sage 300 COMAPI dll and the Sage 300 import / export dll into your C# project.

Step 2:

Once the DLL’s included, create the object of it like below.

IEAccpac = new AccpacImportExport.ImportExport();

Step 3:

The parameter file name passed below is the excel file contains the data to be imported into sage 300. Please note the format of the excel sheet has to be a standard Sage 300 import export format.

IEAccpac.ExecuteImportScript(fileName.Trim(), ref refr);

Step 4:

The below line will check if the import were successful or not.

AccpacImportExport.tagImportExportStatus ltagval = IEAccpac.ImpExpStatus;

About Us:-

Greytrix a globally recognized Premier Sage Gold Development Partner is a one stop solution provider for Sage ERP and Sage CRM needs. Being recognized and rewarded for multi-man years of experience, we bring complete end-to-end assistance for your technical consultations, product customizations, data migration, system integrations, third party add-on development and implementation expertise.

Greytrix offers unique GUMU™ integrated solutions of Sage 300 with Sage CRM, Salesforce.com and Magento eCommerce along with Sage 300 Migration from Sage 50 US, Sage 50 CA, Sage PRO, QuickBooks, Sage Business Vision and Sage Business Works. We also offer best-in-class Sage 300 customization and development services and integration service for applications such as POS | WMS | Payroll | Shipping System | Business Intelligence | eCommerce for Sage 300 ERP and in Sage 300c development services we offer services such as upgrades of older codes and screens to new web screens, newer integrations using sdata and web services  to Sage business partners, end users and Sage PSG worldwide. Greytrix offers over 20+ Sage 300 productivity enhancing utilities that we can help you with such as GreyMatrix, Document Attachment, Document Numbering, Auto-Bank Reconciliation, Purchase Approval System, Three way PO matching, Bill of Lading and VAT for Middle East.

For more details on Sage 300 and 300c Services, please contact us at accpac@greytrix.com. We will be glad to assist you.