Friday, July 5, 2019

File Handling in Business Central SaaS

Hello readers,
Today I'm going to discuss on file handling in business central SaaS. 
Already other bloggers have been written for onpremis.

As we know that business central discontinued the File variable to handle the files. 

But we can handle this using FileStream. 

Below is the list that i will cover in my blog. 

File Handling in Business Central – SaaS

  • Import Picture with/without Camera
  • Export Picture
  • Export to Excel
  • Save as Report in PDF/Excel...
  • Send Email with Report Attachment
  • Export Data thru XMLPort
  • Read/Append Text file

Monday, December 3, 2018

Printing Documents to PDF from NAV / Business Central

👋 Hi all,

This article am writing on the request of @Akash, It's already published by Bullzip, here am going to describe step by step for new developer who is still bothering How to set password, Digital signature, Watermark e.t.c on PDF Documents.
This is an example of how to use the PDF Printer from Microsoft Dynamics NAV / business Central (on premise).
I will use the C/AL code to show you a couple of thing that you can do from NAV. These subjects are covered by the example.

  • Printing multiple documents in a loop.
  • Using a watermark with dynamic text.
  • Signing the PDF using a digital certificate.
  • Sending Documents to Customer over Email.
  • Error handling

Sunday, November 4, 2018

ADCS NAV 2016 OVERVIEW

ADCS NAV 2016 OVERVIEW

Hi All,
     Today I'm going to describe how you can do ADCS Installation & Configuration in NAV 2016, also Testing using Hyper terminal.

Overview
       The Automated Data Capture System (ADCS) solution provides a way for Microsoft Dynamics NAV to communicate with handheld devices through web services. You can test your solution by using the VT100 plug-in.

Overview and Architecture
      ADCS enables you to accurately capture data for inbound, outbound, and internal documents, primarily for warehouse activities. For example, you can have users scan the bar codes of items in your warehouse as they perform daily tasks, and that information is recorded from these handheld device activities in Microsoft Dynamics NAV.




Popular Posts