D365FO - X++ - Generate CAR (Customized Analysis Report) report of custom model

1- Open command prompt by clicking on "Run as Administrator".

2- Select the drive where your model and package exist in command prompt. My custom model is in K: folder. Write the following command.




 


3- Copy the following command and run.

K:\AosService\PackagesLocalDirectory\bin\xppbp.exe -metadata=K:\AosService\PackagesLocalDirectory -all -model=yourModel -xmlLog=K:\BPCheckLogcd.xml -module=yourModel -car=K:\CARReport

4- After successful completion, the CAR report will be saved to the given path








Comments

Popular posts from this blog

D365F&O - X++ - Best Practice Warning BP Rule: [BPErrorUnknownLabel]: Path:

D365F&O - X++ - How to Enable/Disable button on form based on a condition in D365F&O using Event handlers.