AX 形式的图像
在 Dynamics AX 中,我们在自定义表单中出于各种目的使用大量图像和图标。目前,我们必须在每台客户端计算机上单独安装图像/图标包才能使一切正常工作。
有没有一种方法(或最佳实践)来处理 Dynamics 中的图像和图标,这样就不需要在每个客户端上安装?
理想情况下,我会将所有图像和图标安装在服务器上的一个位置,并引用那里的所有内容,但我愿意接受任何可用的建议。
谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须将文件部署到每个客户端,但此部署可以由 AOS 自动完成。您可以在社区的此主题中找到更多信息:
https://community.dynamics.com/ forums/t/26444.aspx
使用
SysFileDeployment
类非常简单,并且可以很好地从共享位置(例如在 AOS 计算机中)向客户端发送图标和文件。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.