We have SDE customers using their internal development team to write web and application integrations. We are also partnered with third party developers connecting to Sales Force, freight aggregators and more! Check out their brief bios below.
BlackIron Group is a certified Salesforce partner with over 2,000 implementations (and counting!) With deep business and technology knowledge, we deliver superior design and implementation of strategy, technology, and process solutions for Salesforce SalesCloud, Service Cloud, CPQ, FSL and APEX/Aura programming SDE.
BlackIron brings our clients a variety of initiatives and innovations that ultimately help drive revenue & cost savings, deliver bottom line results and enable our clients to move to a higher level of performance.
And, we have significant experience with SDE integrations, reading Inventory counts and prices, and writing Sales Orders to Sage 100.
triValence created an intuitive procurement and payment platform that integrates with Sage 100 through SDE.
Their simple solution automates the three-way match process by empowering their customers to manage and order supplies and services, and pay invoices all from one central platform.
MyCarrier - Simplify your shipping process and reduce your freight costs with one easy-to-use platform. Ship Smarter, Not Harder.
MyCarrier connects shippers with their Less Than Truckload (LTL) shipping rates and allows users to rate shop, dispatch, track, audit and more within a simple to use, cloud-based platform. MyCarrier also offers multiple integration options including order and invoice integration automation with Sage 100 through SDE.
Automate your LTL shipping process by connecting Sage with MyCarrier and eliminate manual data entry, reduce errors, and capture accurate shipment information back into your system of record. Learn more HERE.
SDE resides on your server, listening for JSON or XML requests. When a authorized request is received, SDE queries your Sage 100, and responds to the request. Post requests (update and create) are handled by the Sage 100 native business objects.
Even User Defined Tables and Fields can be read, and written to, via SDE. Business Objects and object overrides, written by Sage 100 Developers, are available as well.
30 day developer assistance with SDE. Used to assist your development team with learning how to use SDE and in some cases, make minor changes and modifications to SDE as needed. Not all changes can be done under Development Assistance and may require to be quoted.
Optional additional Sandbox copy of SDE. This additional sandbox copy can only be used on test or development servers with the same Serial Number as the live production.
SDE configuration is done in the application. The path to Sage 100, the business object you want to interact with, and the returns you expect are all configured here.
A Resource is a link to a Sage 100 Business Object. For example, the Customer Resource links to AR_Customer_BUS. Many Resources can point to the same Sage 100 Business Object in order to set up different Defaults and Returns.
Yes! You can set the Sage 100 Company Code in SDE in three different areas. You can enter the default Company Code in the SDE Application Setup. You can enter a Company Code in SDE User Maintenance, overriding the Company Code in Setup. Finally, you can pass the Company Code in the posted JSON or XML document, overriding both.
Yes! You can retrieve data from, and post data to, User Defined Tables and Fields. In Resource Maintenance, just select the User Defined Table and enter the table name. User Defined Fields are read or written like any other field in the selected business object.
See the Advanced Demo page to perform GET's and POST's to the Territory UDT. Select Territory UDT from the Resource dropbox. Or watch the Sage User Defined Tables video.
Yes! You may want several Customer Resources that return different datasets. You can also create Resources for Business Objects you've created as a Sage 100 Master Developer.
Yes! With your SDE License you can post from several different application and/or websites. Your posts can target one company or different companies.
No, retreiving data does not tie up a Sage 100 License. However, SDE uses a Sage 100 License when it's posting data into Sage 100.
Yes! Security is maintained by Sage 100 business objects when posting data to Sage 100. When retrieving data from Sage 100, security is checked by SDE prior to accessing the data.
Yes! You can find the Sage 100 Business Object Reference and Data File Layouts here.
If Batch Entry is enabled for a data entry program in Sage 100, and the JSON or XML does not contain the Batch Number, SDE will retrieve and assign the next batch for that data entry program. For example, if your Resource is associated with the business object AR_Invoice_BUS, and batches are enabled in Accounts Receivable Options, then SDE will assign the next batch number to your post.
Only one batch per day is created for a given data entry program. So if your website is creating several invoices a day through SDE, they will all be posted into a single batch. The batch will have the current date and the comment SDE.