Showing posts with label AX 2012 R3. Show all posts
Showing posts with label AX 2012 R3. Show all posts

Thursday, June 29, 2017

Don't Change my BOMs!

One thing that AX is not inherently great at is BOM management. Upon initial setup, if you use "out of the box" security roles, any AX user who can create Released products will be able to modify BOMs as well. There isn't a really good method of tracking BOM changes either, and a user who doesn't understand the complexities of your BOM structures can accidentally mess things up pretty quickly with just a few clicks of the mouse.

In certain industries, BOM change tracking is highly important. Changing a BOM component within a BOM may need to be approved, signed off on, and meticulously tracked down to the minute it was changed.

Since AX doesn't have BOM management, there are a few ways that AX users can accomplish this themselves. I am going to discuss a few different ways I have discovered that users can utilize to track BOM changes within AX and limit their risk with BOMs.

Remove User Access to BOMs


Ultimately, removing user access from BOMs is what a lot of people end up doing. This restricts visibility into the BOM process and can create a headache for any organization. Many people need to have the ability to see and use BOMs from sales to production, then also into the QA process. You have to be able to share this information, but you don't want people to accidentally delete a BOM or change a quantity on a BOM while they are clicking around. Ultimately, it seems that more users accidentally delete a BOM when attempting to remove a line from a BOM because they hit Delete instead of Remove, or they hit the wrong button because the buttons are so close together.


At the end of the day, we really just want users to see BOMs, but we don't want them to be able to change them. What options do we have to limit risk with BOMs in AX?

Friday, April 28, 2017

The Marathon of Implementation

I wrote this article for the AXUG magazine (link to original article here) and felt that it was appropriate to share it again on the eve of yet another half marathon. As many companies are actively considering moving to Dynamics 365, it still maintains its relevance. Here it is, slightly edited to maintain applicability.

The Marathon of Implementation


After being live in AX for over three years now, I can look back on my company’s implementation process and laugh about some of the craziness that occurred during that time. Of course, I now have some space from that process and I have gained a bit of perspective. At the time though, I would not have laughed, and I can empathize with the pain that those of you are feeling that are in the process of implementing AX, Dynamics 365, or any ERP for that matter.

Thursday, March 16, 2017

AX Word of the Week: Infolog

Ah, the infolog. You are probably very familiar with this if you work in AX in any capacity, but you may not have known what it was called. The infolog is a tool that developers use to communicate issues within the system to users, but you probably are more familiar with it as that %#^$& pop up message that's not letting you do your job.

Image of shocked older woman
Watch your language!

What is an infolog in AX?


Thursday, March 9, 2017

AX Word of the Week: Contoso

Ok, so maybe this isn't TRULY an AX word, but anyone who has ever used an AX demo environment has seen the word Contoso.

So, what is Contoso?


Contoso is the Microsoft demo company that is used to show the functionality of AX. It's not just limited to AX though. You may see Contoso pop up in other products as well! Contoso is a very diverse company. It sells everything from HDMI cables to orange juice. And if you visit their website, www.contoso.com, you might be redirected to another large corporation's official website.

Thursday, March 2, 2017

AX Word of the Week: X++

In my AX Word of the Week post last week on the AOT, I briefly mentioned the code in AX that developers work with to make the system work as intended. Well, that programming language, X++, is the AX Soup Word of the Week!

X++


X++ is the AX programming language, and is most similar to the programming language C#.

Sunday, February 26, 2017

Number Sequences: The Building Block of AX Transactions

One thing that is easily overlooked as one of the basic building blocks of all transactions within AX is the number sequence. A poorly built number sequence will cause headaches, confusion, and unnecessary stress.

A Number sequence in AX is set up so that records requiring identifiers can have unique identifiers that are easy to understand tied to them. They are typically tied to transactional records and master data.

Number Sequence Information in AX


Number sequences are set up in the Organization administration module under Organization administration > Common > Number sequences. There are unique number sequences for each company within your organization, so there is a possibility that you have hundreds, or even thousands, of number sequences set up in your AX environment.

screenshot of number sequences. In demo environment, there are over 23,000 number sequences!
This is just the beginning of the list in my demo environment. There are 23,384 unique number sequences set up for 24 demo companies.

Thursday, February 23, 2017

AX Word of the Week: AOT

The AX Word of the Week this week is AOT, another acronym! Not to be confused with last week's word of the week, AOS, the AOT is quite different.

AOT - Application Object Tree


The AOT, or the Application Object Tree, is the back end of your AX environment. This is where all of the code, the tables, and all of the objects defined in AX reside. Typically, you will hear a developer or a system administrator talk about the AOT. The typical AX user does not have access to the AOT, so this blog post will be a very high level overview of what the AOT is. This will be helpful for the next time you hear someone talking about it, you might be able to hang with the conversation a little bit longer.


AOT Structure in AX


Thursday, February 16, 2017

AX Word of the Week: AOS

Ok, this is kind of a cheater here because it's actually three words, but it's something that you might hear your System administrator or your IT Department throw around. So what is an AOS?

AOS - Application Object Server


The Application Object Server is one piece of three that make up your AX architecture. The three pieces that make up the AX architecture are the database, the AOS, and the client. The AOS manages the connection between the database and the client and is on its own server(s). If the server that the AOS is on crashes or has any issues, this is the message that users who are trying to log in to AX will see:

Communication error infolog that says "The Application Object Server is unavailable. Check your configuration and network connection and try again."
This error always elicits a lot of groans and calls to IT.

Wednesday, February 15, 2017

New Post Series: AX Word of the Week

Keep an eye out for a new weekly post from me called AX Word of the Week. In these posts, I will take a word or phrase that you may have heard about in AX and give you a definition for it that is easy to understand.

I have had a lot going on lately, so this will help me stay in touch with my blog on a more regular basis. I also have a couple of great post ideas lined up for the future. Stay tuned!

Sunday, January 29, 2017

Logging in as a Different User

A great tip to help users when they have to switch between logins, whether testing user functionality or working with another user on training, is the Run as different user function. There are many different reasons why you may want to log in as a different user. Your coworker or manager might want to log in from your PC and show you something or make a quick change to something that was posted incorrectly. It's always a best practice to work from your own login when in AX so that the records you touch in the system are tied to your username, but there will always be circumstances where it would be convenient to have another user log in to AX from your specific instance.

A typical installation of AX will have users set up as Active Directory authenticated. This means that when you log in to your work network with your username and password, your AX login will be automatically authenticated. This is great for ease of use and not having to enter your password every time you want to open AX (especially if you accidentally close AX a lot - we all do it!).

Run as Different User


Tuesday, January 24, 2017

AX Date Shortcuts - More Interesting Than You Think!

My last post, AX Is Better at Math Than I Am, sparked some interesting conversations on social media and in person. Most of it ended up being about the hidden games in AX, but one reader mentioned the date shortcuts as something that people really like to use. I thought that was worthy of a short post, so here goes!

Quick Date Formatting - AX is Still Pretty Smart

Anywhere you can put a date in AX, you can enter it many ways. AX is pretty smart and will try to figure out what your entry means. For example, today's date is January 24, 2017. I have found that I can enter it as any of the following and AX will give me 1/24/2017 in my field:

Tuesday, January 17, 2017

AX is Better at Math than I Am

Did you know that AX has a built in calculator? You can access it under File > Tools > Calculator.

Screenshot of AX calculator
All AX installations come standard with Calculator.

But even though that is a sweet feature, that is not what my post is about. I am here to tell you today that AX is better at math than either of us and if you don't know about the functionality I am about to share with you, I guarantee that it will put a smile on your face.

Thursday, January 12, 2017

Hide Unwanted Modules

When you look at the module list in AX, it can seem very large and overwhelming, especially if you only touch one or two modules in the system as part of your daily tasks. You may long for a way to hide some of these extra modules that you never use just to clear up some screen real estate and make system navigation easier on yourself. Well, I bring good news! Hiding modules in AX is extremely easy to do and anyone can do it.

Hiding Unused Modules in AX


Navigate from any screen to File > View > Modules. From there, a full list of all modules in AX will open up and you will see most, if not all, checked.

Tuesday, January 10, 2017

Units and Unit Conversions

AX is very customizable, even for the quirkiest of situations. You could work for a company that has an item with a strange unit of measure (UOM) that isn't in the standard list of units that come with AX. You can add that new unit to your list of units in AX and still sell it, purchase it, inventory it - anything you can do to an item in AX can be done with your item that has a unique UOM! You can even create conversions between units that will help when you have a situation that requires it. Keep reading to find out more.

Creating a New Unit in AX


Units can be found in Organization administration > Setup > Units > Units. Here you will find the full list of Units that are available to use in AX. You can also see the parameters assigned to each unit such as Unit class, Decimal precision, and whether or not it's United States customary or Metric. 

Image of the Units form in AX with list of all available units on the left.
This is where we define Units in AX.

Sunday, January 8, 2017

Automatic Clean Up of Alerts

Alerts in AX can be a beautiful thing, but sometimes unused alerts can be ignored and build up in the system's EventInbox, causing issues and system latency if it gets too out of hand. You might have a problem when you are looking at someone's PC and they have 14,236 unread alerts in AX. Do not fear though! There is always an answer to these types problems and I have come across a beauty that I am going to share.

Alerts are something that your System Administrator should be cleaning up on a regular basis in System administration > Periodic > Notification clean up. This opens a notification clean-up tool that will clean alerts from every user's alert inbox when it is run. 

An issue arises when the System Administrator goes to run the clean-up tool and if they clean it out as of right this minute, someone might miss an important alert. So the System Administrator has to set up some parameters of when it might be appropriate to clean up alerts and how far back they need to go. 

When I first started cleaning up alerts in my AX environment, I had a reminder in my calendar to clean up alerts every Friday and I would set it with the following parameter so that it would clean up alerts from three weeks prior and older. 

Screenshot of Notification Clean-up with parameters set: Alert created date and time <"12/19/16 01:00:00 pm"
Imagine I am running this today to clean up everything older than three weeks in EventInbox.

This was working pretty well until I stumbled upon this gem in MSDN and put it into place:

Monday, January 2, 2017

Product Attributes - Solving the Mystery


Product attributes in AX can be a mystery. Why are they there? What do they tie to? How do I set them up? Can I have separate product attributes for different types of products?

Within this post, I will break down the mysteries surrounding Product attributes in AX and help bring a better understanding to what this functionality can be used for.

Product Attributes - A Definition


Product attributes are user defined fields that are added to an item record without additional customization to your AX environment. They are found on the Released products form in AX, so they are easily accessible. Product attributes can hold any type of information you would like to store about an item and different item types can definitely hold different types of attributes as long as they are assigned to distinct categories! Attributes in AX are not tied to anything except the Released product and the Procurement category that they are assigned to. They are simply and purely for informational use only.

Monday, December 26, 2016

Changing the Unit of Measure on an Item - It Can Be Done!

"Help! I selected the wrong unit of measure on my item!" It's more common than you know, and if you're new to AX or if you are just working quickly while setting up an item and you set up the wrong unit of measure (UOM), do not despair! You do not have to start over from scratch. There is a trick to quickly and easily get your item UOM back on track.

Changing the Unit on an Item in AX


When you first set up an item, the default UOM is usually set to ea. Let's say you wanted to set your item up as UOM lb, but hit enter before you changed the UOM. It happens, right?

Thursday, December 22, 2016

Using Favorites in AX

If you spend most of your day in AX, one thing that you may have noticed is that it is really difficult to stay in just one module to do your job. If you can do this, lucky you! But for the rest of us, there seems to be a lot of navigating through multiple modules. A scheduler might spend some time in the Master planning, Production control, Inventory management, and Organization administration modules. An accountant may touch modules such as General ledger, Cash and bank management, Accounts payable, and Accounts receivable within their work day just to name a few.

If you have specific areas within AX that you access on a regular basis to do your job and you find that going back and forth between modules is tedious and tiresome, then setting up Favorites in AX is something that can make your work day go by more smoothly and efficiently.

Where are Favorites Located in AX?


Wednesday, December 14, 2016

How to See an Item's Purchase History

When planning and forecasting for the next year, it is helpful to know the past purchase history on an item. It isn't extremely obvious how to find this in AX if you aren't tracking this with a Purchase agreement, but there are a few different ways to see this information that can help when setting up a purchasing plan for the next year.

Period Statistics


When you navigate to an item in the Released products form, Product information management > Common > Released products, you can find your item and navigate to the Purchase tab in the ribbon. 

Friday, December 9, 2016

Make End of Year Trade Agreement Updates Quick and Easy

The end of the year is rapidly approaching. This means there are a lot of tedious updates that need to be done in AX in order to do business in the upcoming year. One thing that typically needs to be updated are the trade agreements that companies keep with their customers and vendors.

Sometimes companies will approach this by creating all new journal lines, but this is not necessary! There is a way to copy your old trade agreements and modify them before posting as new.

Where are Trade Agreements in AX?


Trade agreements can be found in both the Sales and marketing and Procurement and sourcing modules. They can be found under Journals > Price/discount agreement journals. Yes, they are called Price/discount agreement journals in AX, but for simplicity's sake, I will refer to them as trade agreements in this post.

In order to copy a trade agreement, you will want to create a new trade agreement.