Monitor and analyse current and future warehouse space utilization with Dynamics AX 2012 R2
Mirza Abdic' 14年前 (2012-12-12) 1881浏览
It’s the warehouse managers’ responsibility to make sure that sufficient space is available for all goods...
ww12345678 的部落格 | AX Helper
Mirza Abdic' 14年前 (2012-12-12) 1881浏览
It’s the warehouse managers’ responsibility to make sure that sufficient space is available for all goods...
Ievgenii Korovin 14年前 (2012-12-07) 2025浏览
Introduction Dynamics AX 2012 provides a new feature that allows you to validate the released product setup and ensure...
Ievgenii Korovin 14年前 (2012-12-06) 2450浏览 0评论
Introduction Dynamics AX 2012 provides a new feature that allows you to validate the released product setup and ensure...
Lennart Conrad 14年前 (2012-12-04) 2325浏览
By Bibi Christensen, Per Lykke Lynnerup & Lennart Conrad Introduction the Relocation Transport A new type of pallet ...
Lennart Conrad 14年前 (2012-12-04) 2959浏览
By Bibi Christensen, Per Lykke Lynnerup & Lennart Conrad Introduction the Relocation Transport A new type of pallet t...
William 14年前 (2012-12-01) 1919浏览 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) 1891浏览 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) 2607浏览
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) 2461浏览 0评论
This blog post describes some of the enhancements to the Warehouse management (WMS) functionality that have been implemented ...
William 14年前 (2012-11-22) 4069浏览 0评论
自Microsoft Dynamics AX 2012 开始,我们可以通过”axutil import /replace:15 /file:”usr_model”命令行工具导入并替换model的方式将开发环境的代码...
William 14年前 (2012-11-14) 4858浏览 1评论
最近一本关于Microsoft Dynamics AX 2012应用的书《Inside Microsoft Dynamics AX 2012 》 发布。 Book Description Dig into the architecture and i...
William 14年前 (2012-11-10) 2197浏览 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) 2231浏览 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) 4325浏览 0评论
最近一本关于Microsoft Dynamics AX 2012应用的书《Using Microsoft Dynamics AX 2012》 发布。 Using Microsoft Dynamics AX 2012 By: Mindau...
William 14年前 (2012-10-25) 3465浏览 0评论
获取Table 记录数和存储空间的一种方法如下: static void RecordCount(Args _args) { SysDictTable dictTable; ; dictTable = new SysDictTable(tablenu...
William 14年前 (2012-10-25) 5627浏览 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) 3440浏览 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) 4703浏览 0评论
最近做AX 4.0 到 2012 的升级,需要将AX 4.0 中员工照片迁移到2012相应的位置,有多种思路可以实现该意图,本文仅摘录两种思路中的关键技术细节如下: 思路1:将存储在4.0数据库里的员工照片导出为物理文件,然后将这些物理文件重新上传到...
chwolf 14年前 (2012-10-18) 2008浏览
In 2012, Microsoft conducted a benchmark on Microsoft Dynamics AX 2012 to measure the performance and scalability characteris...
Kevin Roos 14年前 (2012-10-18) 2638浏览
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...