Question

In Dynamics AX, we use a large number of images and icons for various purposes in our custom forms. We're currently having to individually install image/icon packs on every client machine in order for everything to work.

Is there a way (or best practice) for handling images and icons in Dynamics so an install on every single client is not necessary?

Ideally, I'd install all images and icons in one place on the server and reference everything from there, but I'm open to any suggestions available.

Thanks

Was it helpful?

Solution

You have to deploy the files to each client but this deployment can be done automatically by the AOS. You have more information in this thread of the community:

https://community.dynamics.com/forums/t/26444.aspx

Using the SysFileDeployment class is quite easy and works fine to send icons and files to the clients from a shared location, for example, in the AOS machine.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top