扩展 Microsoft Dynamics AX 从订单头更新到订单行字段框架(SalesTable2Line)
13年前 (2013-08-13) 4374浏览 0评论
在Microsoft Dynamics AX 销售订单窗体、销售报价单窗体、采购订单窗体,订单头和订单行中有很多一样的字段,比如销售订单头上的“销售税组、维度、站点和仓库、港口、交货方式”等等。Dynamics AX 提供了一个统一的框架用来处理当用...
13年前 (2013-08-13) 4374浏览 0评论
在Microsoft Dynamics AX 销售订单窗体、销售报价单窗体、采购订单窗体,订单头和订单行中有很多一样的字段,比如销售订单头上的“销售税组、维度、站点和仓库、港口、交货方式”等等。Dynamics AX 提供了一个统一的框架用来处理当用...
13年前 (2013-08-09) 5000浏览 0评论
Ax中多表关联仅提供Inner Join/Outer Join/Exist join/Not Exist join,而么有union,可以通过Query来实现. 例如 Sql: select ItemType,GoodsName from table...
13年前 (2013-08-06) 3374浏览 0评论
In axapta 2012 all the common forms are listpage forms , In list page form we can’t override any method so any validati...
13年前 (2013-08-03) 3513浏览 0评论
Microsoft Dynamics AX 3.0 – 2012 R2 成本不完全解析视频培训的第5次课程,主要内容如下: 物料组的主要用途: •每个物料组都可过帐到不同的总帐科目。 •使用物料组分类查询有关产品组的销售、采购、财务数据。 过账模板...
13年前 (2013-07-30) 1881浏览 0评论
Dear Friends, Thanks to Simon Andras, who authors the Cognitive Group blog http://www.cognitive-group.com/blog/ who asked me...
13年前 (2013-07-19) 2334浏览 0评论
在过去的几个星期里,微软的Windows 8应用开发团队一直都比较忙,推出了现有应用的重大更新、并且带来了Yammer Feed和网络测速软件。而在本周,Microsoft Dynamics团队又至少推出了3款Windows 8应用,并且都是用来配合...
13年前 (2013-07-16) 3739浏览 0评论
近2个多月以来,wordpress 博客一直被“建立数据库连接时出错”所困扰,几乎每天早上博客都会显示“建立数据库连接时出错”而无法登录,需要重启 apache 服务或者服务器临时解决该问题。在Google上以“建立数据库连接时出错”为关键字搜索后,...
13年前 (2013-07-12) 1808浏览 0评论
The number sequence is the control point to ensure the transactions, and master data IDs are serialized, the IDs structure is...
13年前 (2013-07-05) 2014浏览 0评论
In Cumulative Update 6 for Dynamics AX 2012 R2 we have included a new expression editor forthe Product configurator. You can ...
13年前 (2013-07-03) 2872浏览 0评论
如果文本控件不和数据表字段关联,则可以采用下面方式 在文本框控件的”textChange”方法中将输入的字符串过滤一下 this.text(strkeep(this.valueStr(),"0123456789")); 这样用...
13年前 (2013-06-28) 2922浏览 0评论
More and more companies want to deliver configure to order scenarios at the cost of mass production - mass customization. Thi...
13年前 (2013-06-14) 4065浏览 0评论
[eBook]最近一组关于Microsoft Dynamics AX 2012标准培训的0Day书发布。 2013-05-31 Iso MS.80339A.Bill.of.Materials.in.Microsoft.Dynamics.AX.2012...
13年前 (2013-06-11) 3013浏览 0评论
Now in Microsoft Dynamics AX 2012, “TypeId” function has been replaced by ExtendedTypeStr orEnumStr. ExtendedType...
13年前 (2013-06-04) 4852浏览 0评论
很久之前写过一篇博文,详细描述了 Microsoft Dynamics AX 凭证摘要文本的相关功能,随着AX新版本的发布,“凭证摘要文本”功能也得到了加强, AX系统自动产生的凭证摘要的定义 AX自动产生的凭证的摘要文本在“组织管理-...
13年前 (2013-05-31) 3305浏览 0评论
Microsoft Dynamics AX 3.0 – 2012 R2 成本不完全解析视频培训的第4次课程,主要内容如下: Microsoft Dynamics AX 2012 R2 的加权平均结算方法 Microsoft Dynamics AX 2...
13年前 (2013-05-22) 1772浏览 0评论
There is a tiny enhancemnt while creating a new customer record. Which is two buttons (Save and close) or (Save and open) &nb...
13年前 (2013-05-22) 2133浏览 0评论
The management of the financial periods is an administrative task, it is executed at the end of each month after closing, the...
13年前 (2013-05-17) 3494浏览 0评论
Microsoft Dynamics AX 3.0 – 2012 R2 成本不完全解析视频培训的第3次课程,主要内容如下: Microsoft Dynamics AX 库存结算的标记功能 Microsoft Dynamics AX 的先进先出(FIF...
13年前 (2013-05-17) 15953浏览 2评论
了解和学习 Microsoft Dynamics AX 2012 R2 的第一项任务就是安装学习环境或者部署测试环境,下面是收集的关于 Microsoft Dynamics AX 2012 R2 的网络资源。如果您对搭建测试环境还不熟悉,可以参考以下...
13年前 (2013-04-21) 1815浏览 0评论
I have shared the General Ledger Reconciliation Control in Cash and Bank Management, in this post I will pin point Transactio...