Relocation transports – a new pallet transport type in Microsoft Dynamics AX 2012 R2
Lennart Conrad 14年前 (2012-12-04) 2952浏览
By Bibi Christensen, Per Lykke Lynnerup & Lennart Conrad Introduction the Relocation Transport A new type of pallet t...
ww12345678 的部落格 | AX Helper
Lennart Conrad 14年前 (2012-12-04) 2952浏览
By Bibi Christensen, Per Lykke Lynnerup & Lennart Conrad Introduction the Relocation Transport A new type of pallet t...
William 14年前 (2012-12-01) 1912浏览 0评论
Each bank account has a currency, Microsoft Dynamics AX gives a control point whether accept other currencies or not. Under C...
William 14年前 (2012-11-30) 1886浏览 0评论
The financial dimensions gives more deep analysis for transactions occurred on General Ledger accounts where it gives Control...
Per Lykke Lynnerup 14年前 (2012-11-30) 2601浏览
This blog post describes some of the enhancements to the Warehouse management (WMS) functionality that have been implemented ...
Per Lykke Lynnerup 14年前 (2012-11-30) 2456浏览 0评论
This blog post describes some of the enhancements to the Warehouse management (WMS) functionality that have been implemented ...
William 14年前 (2012-11-22) 4058浏览 0评论
自Microsoft Dynamics AX 2012 开始,我们可以通过”axutil import /replace:15 /file:”usr_model”命令行工具导入并替换model的方式将开发环境的代码...
William 14年前 (2012-11-14) 4838浏览 1评论
最近一本关于Microsoft Dynamics AX 2012应用的书《Inside Microsoft Dynamics AX 2012 》 发布。 Book Description Dig into the architecture and i...
William 14年前 (2012-11-10) 2189浏览 0评论
Hi There,I wanted to find the time this week to discuss and share my thoughts about the manufacturing sector here in th...
William 14年前 (2012-11-09) 2223浏览 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...
William 14年前 (2012-10-30) 4315浏览 0评论
最近一本关于Microsoft Dynamics AX 2012应用的书《Using Microsoft Dynamics AX 2012》 发布。 Using Microsoft Dynamics AX 2012 By: Mindau...
William 14年前 (2012-10-25) 3452浏览 0评论
获取Table 记录数和存储空间的一种方法如下: static void RecordCount(Args _args) { SysDictTable dictTable; ; dictTable = new SysDictTable(tablenu...
William 14年前 (2012-10-25) 5611浏览 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 ...
William 14年前 (2012-10-22) 3429浏览 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,...
William 14年前 (2012-10-19) 4693浏览 0评论
最近做AX 4.0 到 2012 的升级,需要将AX 4.0 中员工照片迁移到2012相应的位置,有多种思路可以实现该意图,本文仅摘录两种思路中的关键技术细节如下: 思路1:将存储在4.0数据库里的员工照片导出为物理文件,然后将这些物理文件重新上传到...
chwolf 14年前 (2012-10-18) 2001浏览
In 2012, Microsoft conducted a benchmark on Microsoft Dynamics AX 2012 to measure the performance and scalability characteris...
Kevin Roos 14年前 (2012-10-18) 2631浏览
Hi all, Currently I’m working on a new Dynamics Ax 2012 project and for that I’m developing a lot of list pages a...
William 14年前 (2012-10-15) 4198浏览 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...
William 14年前 (2012-10-12) 3878浏览 0评论
我们在AX中开发时,经常遇到需要处理主外键关系的情况。比如在添加员工教育经历信息时,可以通过单击“教育程度”字段的下拉按钮在列表中选择对应记录。而“教育程度”的基础数据则在相应的设置窗体进行维护。 教育程度下拉选择框如下图所示: 教育程度数据定义窗体...
William 14年前 (2012-10-06) 2323浏览 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...
Ievgenii Korovin 14年前 (2012-10-05) 2689浏览
The product release process is part of the product setup in Dynamics AX 2012. Every single product must be released to a lega...