CAR report or Customization Analysis Report is a report generated by running a query in Dynamics 365 F&O Dev server to get the BP issues or warnings in a custom model, it also provides suggestions for fixing errors and warnings. It also gives list of tables, forms, and enums.
Generate a report :
Run CMD as Admin
Run below query, it will take you to XPPBP tool in DEV server
cd K:\AosService\PackagesLocalDirectory\bin
Once you have reached this path (K:\AosService\PackagesLocalDirectory\bin)
Now run below query to generate the report,
xppbp.exe -packagesroot="K:\AosService\PackagesLocalDirectory" -metadata="K:\AosService\PackagesLocalDirectory" -all -model="LS_HISOL" -xmlLog=C:\temp\BPCheckLogcd.xml -module="LS_HISOL" -car=c:\temp\DynamicsCommunityCARReport.xlsx
In the above query LS_HISOL is my model and report is being generated in this path C:\temp\DynamicsCommunityCARReport.xlsx
Once you run above query, it will take around 15-20 minutes to generate the report
Need help? Connect Atul
- D365 Data entitiy Insert method COC - October 30, 2024
- D365 Joins - October 16, 2024
- D365 Find method and Exist method - October 9, 2024