Tuesday, April 28, 2020

What's new and planned for Dynamics 365 Business Central under Modern Developer Tools


Hi Readers,

I hope you and your family are healthy and safe during these unprecedented moments.

Today I am going to share, what’s new and planned for Dynamics 365 business central under modern developer tools.


  • ·        Application version for aliasing base application
  • ·        Camera/location AL API available in the browser
  • ·        Multiple variable declarations of the same type in the same line
  • ·        Ability to refactor a field from a table to a table extension
  • ·        AL interfaces
  • ·        Look up events and insert event subscriber in code
  • ·        Obsolete tag property
Out of these features, in this blog I am going to discuss on Camera Integration in browser.




Monday, July 8, 2019

File Handling Part 2 in Business Central SaaS

Hello readers,
Today I'm going to continue on file handling in business central SaaS to cover the  remaining functions as shown in below screenshot.  




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

Popular Posts