Showing posts with label Organizational Model. Show all posts
Showing posts with label Organizational Model. Show all posts

Monday, September 10, 2012

Creating a Retail Store in AX 2012 Retail

 

Hi there,

I hope everyone is ready for a new AX filled week, and that you had a good weekend. This week I have a lot of work ahead of me, but I wanted to take the time and share with you the steps necessary to create a retail store in AX 2012 Retail.

The creation of a retail store requires many steps and some planning. I would like to extend my gratitude to Liam Breslin for his knowledge on this topic. He is a Senior Consultant for Junction Solutions and he specializes in Retail. You can contact him on his LinkedIn profile for any questions you might have about AX 2012 Retail.


So, let’s go to the good stuff now and let’s create retail store in Microsoft Dynamics AX 2012

1- Go to Retail > Common > Organization

2- Click the Organization Hierarchy tab button to create a new organization hierarchy.


3- When the new window opens, click New and assign a name to the new organization hierarchy (i.e. Retail Store).

 




4- Then click the Assign Purpose button to open the Organization hierarchy purposes window. In here we need to link the Organization Hierarchy you just created in step 3 with the organizational chart portion of AX.  To accomplish this, click the Add button to add a new Assigned Category. Once you have created the assigned category, click the Set as Default button. This will set your configuration as the default one to carry on later on the process.



 

5- When step 4 has been completed, click the Retail Assortment menu on the left and follow the same process you executed in step 4.


 



6- When finished you should see the following





7- Then go to Organization Hierarchy and click the Organization Hierarchy view. When the Hierarchy Designer opens, click the Edit button.




 

8- Click the Insert button and choose Legal Entity





9- The legal Entity (i.e. CEU) will appear in the Retail Store designer.



10- Click as Save as Draft. On the Save Changes windows choose “Save as draft” and click OK.


 


11- Then you to Retail > Common > Retail Channels > Retail Stores

 

12- Click New Retail Store and fill the required fields.


 

13- Go to the miscellaneous fast tab and make sure you have your payment methods. On this, for some reason in my environment, the Credit Card Payment method needed to be setup to 2 and not 02.



14- If all goes OK, you should see the following.

 

15- Now, go back to Hierarchies to add your new Retail Store to it under your organization. For this, click the Edit button and choose “Keep working on this draft” and click OK.

 

16- Click the Insert button and choose Retail Channel.

 

17- From the Retail Channel window choose your new retail store, and click OK.



18- If all is ok, you should see something similar to the picture below.

 

19- Save your new model as draft again.

 

20- In order to make the model “official” within AX, we need to publish it. Do this by clicking Publish and Close the Viewer.

 

21- Select the effective date when you want this model to be active and click the Publish button.

 

22- You should see the following message.

 

Once you have created your retail store(s), then you can create assortments and assign them to products and/or product groups to be publish into the retail channels. The assortment(s) will then be transferred to the AXRetailPOS database through an N-JOB.

I will cover this portion in one of my next post.

Until then!

 

Monday, December 19, 2011

Microsoft Dynamics AX 2012 White Papers: Code Upgrade

Hi!

The following link will allow you to download a series of white papers that are related to Microsoft Dynamics AX 2012 code upgrade, among other stuff.

http://www.microsoft.com/download/en/details.aspx?id=20864

In summary, the white papers cover the following:
Code Upgrade Overview - Discusses changes in the code upgrade for Microsoft Dynamics AX 2012.

Date Effective Patterns - Describes how to use date effective tables to store and track object history in Microsoft Dynamics AX 2012.

Implementing and Extending the Organization Model - Discusses the organization model in Microsoft Dynamics AX 2012, and provides guidelines for extending the organization model for new types of operating units that are required to support industry vertical scenarios.

Developing with Table Inheritance - Outlines the developer experience of creating and programming with the table inheritance data model in Microsoft Dynamics AX 2012.

Eventing - Describes the concept of events and how they can be used in Microsoft Dynamics AX.

Migrating Extended Data Type Relations - Describes how developers can migrate EDT relations to table relations in the Application Object Tree (AOT) in Microsoft Dynamics AX 2012.

Implementing the Global Address Book Framework - Describes the address book framework in Microsoft Dynamics AX 2012, which allows information to be shared across Microsoft Dynamics AX companies and entities through a central repository of users and organizations. It has been enhanced to facilitate easier sharing.

Implementing the Account and Financial Dimensions Framework - Highlights new patterns used to represent accounts and financial dimensions and describes how to convert the existing patterns to the new Microsoft Dynamics AX 2012 patterns.

Implementing the Budget Control Framework - Includes information about key integration patterns for new financial frameworks, how to make budget requests, and how to use the ledger budget control framework with core integration patterns.

Mapping the LedgerTrans Table to General Journal Tables - Describes how the LedgerTrans table has been mapped to multiple general journal tables.


Implementing the Item-Product Data Management Framework - Highlights the new patterns that are used to represent item-product master data. When detailing the new patterns, the document also describes the pattern that is being replaced and how developers should approach updating their code.

I have been able to go through a few of them and there is a lot of work to be done to get savvy in AX 2012.

I would suggest having a virtual machine with AX 2012 before even considering going over these white papers, believe me, I started looking at them without having an open instance of AX 2012 in front of me, and many stuff did not make any sense (i.e. Table inheritance development).

I hope you guys can share what you are discovering with the community at some point.

Take care!