Wednesday, March 24, 2021

Best practice check using command line

 

  • Run best practice on all forms in a module - xppbp -module:FleetManagement form:*

  • Run best practice on specific elements - xppbp -module:FleetManagement class:MyClass form:MyForm

  • Run best practice on all items in the model (and only for this one model in the module) - xppbp -module:FleetManagement -model:FleetManagement -all

  • Run best practice on all items in all models in the module - xppbp -module:FleetManagement -all

  • Write the best practice output to log files - xppbp -module:FleetManagement -all -xmllog=Log.xml -log=Log.txt