D365/AX7:Customization Analysis Report (CAR)

The CAR Customization Analysis Report is a Microsoft Excel report.This report contains details of your customizations & artifacts, extension models, best practices issues, errors & warnings.


[code language = “cpp”]
****** Run the below command in cmd ******
xppbp.exe -metadata=<local packages folder> -all -model=<ModelName> -xmlLog=C:\BPCheckLogcd.xml -module=<PackageName> -car=<reportlocation>
For example
xppbp.exe -metadata=C:\Packages -all -model=”MyAppSuiteCustomizations” -xmlLog=C:\temp\BPCheckLogcd.xml -module=”ApplicationSuite” -car=c:\temp\CAReport.xlsx

********The xppbp.exe tool is located in c:\packages\bin or I:\AosService\PackagesLocalDirectory\bin ********

[/code]

UntitledFor more detail, please refer below link

https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/dev-tools/customization-analysis-report

 

Leave a Reply