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
Post a Comment