SmartConnect ConnectWise MEM Extension
This extension makes some small modifications to Business Central to improve ConnectWise integrations.
This Extension modifies two tables and three pages in Business Central, and publishes several web services.
The following tables are modified in the SCCWTableChanges.TableExt.al file.
- Customer - add a Text field to store the ConnectWise Id.
- Vendor - add a Text field to store the ConnectWise Id.
The following two pages are modified in the SCCWPageChanges.PageExt.al file.
- Customer Card - Expose the 'ConnectWise Id' field for SmartConnect to store the ConnectWise unique id.
- Vendor Card - Expose a 'ConnectWise Id' field for SmartConnect to store the ConnectWise unique id.
- Item Card - Expose the 'No. 2' field on the Item Card for SmartConnect to store the ConnectWise unique id.
WSPublishing.xml which will automatically publish all needed web services when the app is published.
- You can either install the .app file directly or download the source code and make your own extension.
- Publish the extension, and click Refresh Service List on any BC Odata data source.
- Import the integration processes for your ConnectWise integration.
Web Service isn't available after publishing
- Make sure the service is published as outlined here.
- Make sure the service is named as expected ex. /ODataV4/Company('Sample')/MEMSalesHeader
Something else isn't working properly
- Use github's issue reporter on the right
- Send me an email [email protected] (might take a few days)
- 1.0.0.3 first release on BC v17
- 1.0.0.5 added payments query
Enjoy!