Implement Retail SDK Store Hours Sample. (Step # 1)
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).
you can see your job status in your Default Browser.
Verification.
- Create a new operation with ID 3001, add it to a button grid, and run the 1090 Registers job.
Operation
Go to POS Operation
Path: Retail and Commerce > Channel setup > POS setup > POS
Click New
Add Operation ID, Operation name, etc & Click Save
Button Grid
Go to Button grids
path: Retail & Comm > Channel setup > POS setup > POS
Create New Button Grid or Give Unique ID
Run the 1090 Registers job.
Go to Distribution Schedule.
Path: Retail and Commerce IT > Retail and Commerce IT > Distribution Schedule
Filter 1090 Job.
Select channel database group
select Run now
if your job is started running
POP up message will show on your screen.
Download Session
Go to Download Session.
Path: Retail & Commerce > Inquiries & Report > Commerce Data Exchange.
see the job status is Applied / Available
Once the Job status is Applied means the data or changes is come from HQ to POS.
Comments
Post a Comment