Upload & Read JSON File from Local Folder

Breaking Changes in ArduinoJson 6.0 - Wia Community

Requirement:

Customer has saved some JSON files in local folder of laptop or server or drive. Customer wants upload the JSON files from local drive to microsoft Dynamics 365 finance and operations for further business process. A dialog will open in Microsoft D365 fin & ops, customer will select JSON files and import.

Continue reading Upload & Read JSON File from Local Folder

D365 FO:Catch exceptions & Inner exceptions thrown from CLR objects Using ClrInterop & X++

Exception Handling in Java | Java Exceptions - javatpoint

In Microsoft Dynamics 365 for finance and operations, when you use .Net assemblies or classes it is important that you code should handle & capture & catch all the .Net inner exceptions.

D365 FO : Printing & Generate QR code in SSRS Report

Requirement – PRINTING & GENERATE QR CODE IN SSRS REPORT USING MICROSOFT.DYNAMICS.QRCODE.ENCODER & X++ in Microsoft Dynamics 365 finance and operations.

Continue reading D365 FO : Printing & Generate QR code in SSRS Report

Validation for numeric values in String using X++ & strKeep() in D365 FO

Requirement

VALIDATION FOR NUMERIC VALUES IN STRING USING X++ & STRKEEP FUNCTION IN Microsoft Dynamics 365 finance & operations.

Missing module(s):The selected package is missing the following modules that are currently deployed on your environment

Error- During the package deployment or applying VSTS/DevOps build package in UAT or Production , below error is coming in LCS (Life cycle services

The selected package is missing the following modules that are currently deployed on your environment.
You must create an all in-one deployable package that contains all your code customisations & ISV solutions.More information can be found at the following link:https://go.microsoft.com/fwlink/?linkid=2118104.Missing module(s) [AcxDocumentReports]

D365 FO: Consume & Call Restful API using X++, pass request header & Post JSON message in body

Requirement

CONSUME & CALL RESTFUL API USING X++, PASS REQUEST HEADER & POST JSON MESSAGE IN BODY – Client shared some REST APIs and REST web-services. The web-service or REST API needs to be consumed in Microsoft Dynamics 365 finance & operations using X++. The HttpWebRequest contains request headers i.e WebHeaderCollection which needs to be filled in API header. The content type is application/json. The request body input should be a valid JSON format and POST method of REST API will be called .HttpWebResponse will be received & deserialized in Microsoft Dynamics 365 fin & ops

Continue reading D365 FO: Consume & Call Restful API using X++, pass request header & Post JSON message in body