Relinking Default Order Settings After Product Import

 The Data Import Export Framework within Dynamics AX is great, but not completely infallible. When you import Released Products, you may find that the Default Order Settings are blank and there is no way to define a default site for Sales, Purchasing or Inventory. Don’t fret though there is a quick way that you can reconnect the wires through the Excel Add-In so that you can start getting back to work.

Even the HAL 9000 wasn’t perfect…

How To Do It…

After importing your product records through DIEF you may notice that the Default Order Settings maintenance form is disabled and you cannot configure any of the default site information.

  1. To fix this, open up Excel and from the Dynamics AX ribbon bar select the Add Data button from within the Design group and click on the Add Tables menu item.
  2. When the Select Tables dialog box is displayed, add the InventItemInventSetup, InventItemPurchSetup and InventItemSalesSetup tabled to the selected tables, and then click on the OK button.
  3. This will create a worksheet for each of those tables.
  4. Add the non-indexed Dimension No. field to the InventItemPurchSetup worksheet.
  5. Then add the non-indexed Dimension No. field to the InventItemSalesSetup worksheet.
  6. And finally add the non-indexed Dimension No. field to the InventItemInventSetup worksheet.
  7. Now click on the Fields button within the Design group of the Dynamics AX ribbon bar, and then select the
  8. Refresh All option from the Refresh button to load in all of the table data.
  9. When the data refreshes, find the Item Number within each of the worksheets and set the Dimension No. field to AllBlank.
  10. Now click on the Publish button within the Update group and select the Update All menu item. 

After the update is complete you can return to your product and you will notice that you can now update all of the Default Order Settings.

Problem solved.

To view the original post and to also download the PDF walkthrough with detailed screen shots, click on the link below:

http://www.dynamicsaxcompanions.com/Tips-And-Tricks/Tips-Tricks-Archive/Relinking-Default-Order-Settings-After-Product-Import

1 comment
  1. Hi Murray, nice post. However it is possible to import Default/site specific order settings using DIXF. Use the Product Master entity first to import the products, followed up by the Item entity. Then it is possible to specify Sales, Purch and Invent settings in the import.

    Notice! It might be necessary to modify the method GenerateDefaultOrderSetting a bit, as it defines the blank InventDimId as AllBlank2.

    Regards
    Jonas

Leave a comment