[eBook]Inside Microsoft Dynamics AX 2012 发布
14年前 (2012-11-14) 4853浏览 1评论
最近一本关于Microsoft Dynamics AX 2012应用的书《Inside Microsoft Dynamics AX 2012 》 发布。 Book Description Dig into the architecture and i...
14年前 (2012-11-14) 4853浏览 1评论
最近一本关于Microsoft Dynamics AX 2012应用的书《Inside Microsoft Dynamics AX 2012 》 发布。 Book Description Dig into the architecture and i...
14年前 (2012-11-10) 2195浏览 0评论
Hi There,I wanted to find the time this week to discuss and share my thoughts about the manufacturing sector here in th...
14年前 (2012-11-09) 2229浏览 0评论
Hi There!I hope everybody is having a great week and that you are ready for the weekend. Well, things in New York are n...
14年前 (2012-10-30) 4324浏览 0评论
最近一本关于Microsoft Dynamics AX 2012应用的书《Using Microsoft Dynamics AX 2012》 发布。 Using Microsoft Dynamics AX 2012 By: Mindau...
14年前 (2012-10-25) 3462浏览 0评论
获取Table 记录数和存储空间的一种方法如下: static void RecordCount(Args _args) { SysDictTable dictTable; ; dictTable = new SysDictTable(tablenu...
14年前 (2012-10-25) 5623浏览 0评论
X++ does not support constants but has an enumerable type (Enum), which is a list of literals. You need to create an Enum in ...
14年前 (2012-10-22) 3437浏览 0评论
现象 : I have created one new module and taken xpo of it from one server and when i going to import that xpo to another server,...
14年前 (2012-10-19) 4700浏览 0评论
最近做AX 4.0 到 2012 的升级,需要将AX 4.0 中员工照片迁移到2012相应的位置,有多种思路可以实现该意图,本文仅摘录两种思路中的关键技术细节如下: 思路1:将存储在4.0数据库里的员工照片导出为物理文件,然后将这些物理文件重新上传到...
14年前 (2012-10-15) 4203浏览 0评论
When I switched on today my second hard drive I had the following issue displayed The disk is offline because it has a signat...
14年前 (2012-10-12) 3886浏览 0评论
我们在AX中开发时,经常遇到需要处理主外键关系的情况。比如在添加员工教育经历信息时,可以通过单击“教育程度”字段的下拉按钮在列表中选择对应记录。而“教育程度”的基础数据则在相应的设置窗体进行维护。 教育程度下拉选择框如下图所示: 教育程度数据定义窗体...
14年前 (2012-10-06) 2331浏览 0评论
Hi there,I hope everyone is having a great week and that you are ready for the weekend. I this post I would like to ex...
14年前 (2012-09-25) 2441浏览 0评论
Hi There! I hope everyone is having a good week. In this post I would like to do a spotlight of Dynamics AX Musing...
14年前 (2012-09-19) 1905浏览 0评论
Hi there! I got an email from Microsoft Dynamics World with a bunch of very interesting web casts. Topics vary from AP...
14年前 (2012-09-15) 2010浏览 0评论
Hi there,I hope you are ready for a great weekend. I will have to work, but this is why we love what we do, and believe...
14年前 (2012-09-06) 4934浏览 0评论
默认情况下远程桌面连接到2008 R2后是无法开启主题的,更不用说AERO了。 解决方法如下: 1.首先肯定是添加功能组件中的桌面体验。 2.运行本地组策略编辑器(Win+R然后输入gpedit.msc) 3.找到 计算机管理->管理模块-...
14年前 (2012-08-29) 2565浏览 0评论
Lately i had some trouble generating CIL. I got some Errors in standard Classes like Retail and SysQuery. CIL-Generierun...
14年前 (2012-08-29) 2971浏览 0评论
… although you turned off “Execute business operations in CIL” in the “Tools > Options”. The...
14年前 (2012-08-25) 4179浏览 0评论
参照“Microsoft_Dynamics_AX2012_R2_KnownIssues_June2012CTP.pdf”文档进行AX 2012 到 AX 2012 R2 CTP7 升级,可能是技术预览版的原因,文档描述并不是很详细。过程中遇到诸多问题...
14年前 (2012-08-08) 3472浏览 0评论
Microsoft Dynamics AX 2012 产品名称字段的显示逻辑如下: 如果产品类型为“产品(Product)”,则返回“产品名称”,如果产品类型为“基础产品(Product Master)”,返回:产品名称 + ̶...
14年前 (2012-08-07) 4708浏览 0评论
原文地址:http://blogs.msdn.com/b/axperf/archive/2011/08/15/walk-through-major-features-of-microsoft-dynamics-ax-2012.aspx http://...