Make Product Thumbnails Larger To Make Them Easier To See

The product thumbnails within Dynamics AX are great, except for only one thing. The developers seem to have taken the thumbnail size to the extreme, and they are a little too small to see in detail. There isn’t a simple flag in the system that allows you to resize the image to make it more readable, but if you want to live life on the edge, there is a tiny coding change that you can do that will solve the problem.

You don’t have to be stuck in an episode of Land Of The Giants any more.

How To Do It…

Starting off, by default the thumbnails are just a little too thumbnail.

To fix the problem, open up AOT, and expand the Classes folder.

Then scroll down until you find the EcoResProductImageManagement class, expand it so that you can see all of the methods, and then double click on the loadProductImage method.

When the method is displayed, look at the first line of the code that has the call to the getProductThumbnailImage() function.

Change it to getProductMediumImage().

Now click on the Save button (or press CTRL+S) to save your changes and exit from AOT.

How It Works…

Now when you return to your Released Products list page you have a supersized thumbnail.

Also when you open up the documents form the image is a lot easier to see as well.

Now that wasn’t hard at all…

Advertisement
4 comments
  1. Duncan Gallimore said:

    This is great – my images are squashed though. How do you get them to be proportional?
    Thanks, Duncan

  2. George said:

    I have the same question as Duncan. We have tens of thousands product images, so going back through all of them and making them square isn’t going to happen. When we open the image in ‘product images’ button they look fine. In the preview they look disproportional.

    • George, Unfortunately I don’t have a clue on this one – I am thinking that you can hack the code that formats the thumbnail so that it fits the image and doesn’t scale it but that’s a task well above my skill level. I say just buckle down and fix the thumbnails, but that’s probably not feasible for you all. Murray.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: