上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页
摘要: To create new methods on a table without customize you should use the Table method extension class. This class will be compiled as an extension of the 阅读全文
posted @ 2016-11-25 10:56 adingkui 阅读(423) 评论(0) 推荐(0) 编辑
摘要: AX7: HOW TO USE CLASS EXTENSION METHODS To create new methods on a standard AX class without customize, follow the steps below: Create a new “public s 阅读全文
posted @ 2016-11-24 18:28 adingkui 阅读(208) 评论(0) 推荐(0) 编辑
摘要: This blog will show how you can start making a customization in AX 7 by showing you the steps needed to make a simple script Before starting customizi 阅读全文
posted @ 2016-11-24 18:25 adingkui 阅读(210) 评论(0) 推荐(0) 编辑
摘要: AX7: CREATE AN AUTOMATED TEST PACKAGE\MODEL It’s really important for a stable solution the use of automated test, unit test, black box testing, white 阅读全文
posted @ 2016-11-24 17:58 adingkui 阅读(201) 评论(0) 推荐(0) 编辑
摘要: AX 2012 如何在一台服务器配置不同环境的EP站点 安装完EP后,修改对应站点的web.config文件,指定需要连接的客户端配置文件路径即可,如下图: ` ````````````````````````````````````````````````````````````````````` 阅读全文
posted @ 2016-09-08 16:31 adingkui 阅读(229) 评论(0) 推荐(0) 编辑
摘要: AX 2012 中当审批流流转到某个节点时,如果在该节点的审批人的域账号被停用,审批流将会停止,会报如图的错误: 要解决这个问题,得修改标准功能,需要修改SysWorkflow和SysWorkflowWorkItem两个类 阅读全文
posted @ 2016-07-26 15:26 adingkui 阅读(506) 评论(0) 推荐(0) 编辑
摘要: //客户地址信息static void CustAddressInformation(Args _args){ CustTable custTable; DirPartyTable dirPartyTable; DirPartyLoc... 阅读全文
posted @ 2015-04-22 11:41 adingkui 阅读(689) 评论(0) 推荐(1) 编辑
摘要: Consuming a Web Service in AX 2012在AX2012版本中如果想调用外部的Web Service变得非常容易。第一步,在VS中创建一个Web Service并发布第二步,创建一个Class Library,并将创建的Web Services引用到该类库当中,并ADD t... 阅读全文
posted @ 2014-11-26 22:38 adingkui 阅读(541) 评论(0) 推荐(0) 编辑
摘要: // create by kim 20140805public void Remark_insertChangeHeader(Editor e){ userinfo userInfo; ; e.unmark(); e.gotoLine(1); e.goto... 阅读全文
posted @ 2014-08-05 16:20 adingkui 阅读(340) 评论(0) 推荐(0) 编辑
摘要: AX2009中过账模版可以说已经是非常灵活了,可以根据物料+物料关系+账户(Vend or Cust)+增值税等等进行任意的组合设置,虽然有这么灵活,但是有的客户还是会不满意。例如,如果客户说,我也想按站点和仓库来组合。谁叫客户就是上帝啊,想让他给钱,就必须得满足他,只能去改代码了。其实静下心来仔细... 阅读全文
posted @ 2014-04-20 23:08 adingkui 阅读(395) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页