1. AX customization: - Import the project file AXchanges.axpp, compile the project, and run the job. - Populate the database with some data by running the ContosoRetailStoreHoursInsertTestData job (make it a Startup object and hit F5). - Create a new operation with ID 3001, add it to a button grid, and run the 1090 Registers job. Follow the Bellow Steps. Step # 1 - Import the project file AXchanges.axpp, compile the project, and run the job. Open VisualStudio on Action Pane Extensions -> Dynamic 365 -> Import Project OR Ctrl+R, Ctrl+P At the of Importing Project you are getting model not found related Error. Project Model is RetailTests you have to go on Descriptor file and comment out model name which was not found. go to path: K:\AosService\PackagesLocalDirectory\RetailTests\Descriptor open RetailTests in notepad++ (Edited mode). Compile / Build the Project. Step # 2 - Populate the database with some data by ...