Microsoft Dynamics AX Transaction Tracking 1 – Original Transaction
14年前 (2012-12-25) 1783浏览 0评论
Microsoft Dynamics AX gives a very powerful function to trance the transaction entries posting in general ledger and how it i...
14年前 (2012-12-25) 1783浏览 0评论
Microsoft Dynamics AX gives a very powerful function to trance the transaction entries posting in general ledger and how it i...
14年前 (2012-12-21) 4384浏览 0评论
[eBook]Packt Microsoft Dynamics AX 2012 Security How-To 0Day发布 最近一本关于Microsoft Dynamics AX 2012应用的0Day书《Microsoft Dynamics AX...
14年前 (2012-12-01) 1940浏览 0评论
Each bank account has a currency, Microsoft Dynamics AX gives a control point whether accept other currencies or not. Under C...
14年前 (2012-11-30) 1913浏览 0评论
The financial dimensions gives more deep analysis for transactions occurred on General Ledger accounts where it gives Control...
14年前 (2012-11-22) 4096浏览 0评论
自Microsoft Dynamics AX 2012 开始,我们可以通过”axutil import /replace:15 /file:”usr_model”命令行工具导入并替换model的方式将开发环境的代码...
14年前 (2012-11-14) 4892浏览 1评论
最近一本关于Microsoft Dynamics AX 2012应用的书《Inside Microsoft Dynamics AX 2012 》 发布。 Book Description Dig into the architecture and i...
14年前 (2012-11-10) 2215浏览 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) 2251浏览 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) 4355浏览 0评论
最近一本关于Microsoft Dynamics AX 2012应用的书《Using Microsoft Dynamics AX 2012》 发布。 Using Microsoft Dynamics AX 2012 By: Mindau...
14年前 (2012-10-25) 3502浏览 0评论
获取Table 记录数和存储空间的一种方法如下: static void RecordCount(Args _args) { SysDictTable dictTable; ; dictTable = new SysDictTable(tablenu...
14年前 (2012-10-25) 5671浏览 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) 3473浏览 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) 4721浏览 0评论
最近做AX 4.0 到 2012 的升级,需要将AX 4.0 中员工照片迁移到2012相应的位置,有多种思路可以实现该意图,本文仅摘录两种思路中的关键技术细节如下: 思路1:将存储在4.0数据库里的员工照片导出为物理文件,然后将这些物理文件重新上传到...
14年前 (2012-10-15) 4234浏览 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) 3916浏览 0评论
我们在AX中开发时,经常遇到需要处理主外键关系的情况。比如在添加员工教育经历信息时,可以通过单击“教育程度”字段的下拉按钮在列表中选择对应记录。而“教育程度”的基础数据则在相应的设置窗体进行维护。 教育程度下拉选择框如下图所示: 教育程度数据定义窗体...
14年前 (2012-10-06) 2352浏览 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) 2463浏览 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) 1927浏览 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) 2032浏览 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) 4968浏览 0评论
默认情况下远程桌面连接到2008 R2后是无法开启主题的,更不用说AERO了。 解决方法如下: 1.首先肯定是添加功能组件中的桌面体验。 2.运行本地组策略编辑器(Win+R然后输入gpedit.msc) 3.找到 计算机管理->管理模块-...