March 14, 2023

Customized Analysis Report - D365 FO

  The Customization Analysis Report is a tool that analyzes your customization and extension models, and runs a predefined set of best practice rules. The report is one of the requirements of the solution certification process. The report is in the form of a Microsoft Excel workbook. By using this command you can get Complete details of your BP Errors, warnings, and Errors.

Steps to make Customized analysis report.

  • Run Cmd in your development machine as administrator.
  • Select the drive where your model and package lie in cmd. In my example drive is K:\
  • Capture.PNG
  • Now you go to main of C:\ by using this command cd\
Capture1.PNG
Now you have to go to the Drive where Model Lies in my case It lies on K:\, so I have to change it to K:\ drive.Capture2.PNG
  •  In my example models are in Drive K 
 K:\AosService\PackagesLocalDirectory\bin\xppbp.exe -metadata=”K:\AosService\PackagesLocalDirectory” -all -model=”YourModelName” -xmlLog=C:\temp\BPCheckLogcd.xml -module=”YourModuleName” -car=c:\temp\CAReport.xlsx
  • After success full command run you can see this.
Capture3.PNG
In order to see the detail xlsx report you need to go the path which you provided to save the file, go to C:\temp\CAReport.xlsx.
  • Find your xlsx Document.

No comments:

Post a Comment