Posts Tagged ‘AL’
Tech Tuesday: Querying Business Central Payments
Exporting Business Central payments to another system such as a CRM system is a common requirement, we see on Business Central integrations. The need is simple but retrieving all the data can be challenging due to the table structure of the Customer Ledger.The ChallengeRecently I was working on a Business Central and ConnectWise integration where…
[Read More]Tech Tuesday: Business Central Item Image Web Service
Today we will look at how to use SmartConnect to import/export files with NAV/Business Central. These files can be several different types including JPG/PNG/PDF/MP3/MP4, you can find a full list of supported types here. The most common requirement we see is to import image files or attach invoices and receipts. I will show how I…
[Read More]Tech Tuesday: Using SmartConnect to Post Business Central Sales Orders
This week we are going to discuss how to use SmartConnect to post Sales Orders in Business Central. This functionality is available through the Business Central client, but not in the web services. The business logic used to batch post Sales transactions is stored in a Codeunit. This means we can use AL code to…
[Read More]