随笔分类 -  AX Dev Note

摘要:只要是用AIF Customer/Vendor service在AX里create/update customers/vendors,都要涉及到global address book。因此了解这个feature是很重要的。Partial Data model of Address Book:主要介绍... 阅读全文
posted @ 2015-03-02 15:14 Liu小芹 阅读(425) 评论(0) 推荐(0)
摘要:最近在使用AIF做connectors时遇到一个问题,就是无法在SSIS里调到script component里C#code引用的AIF service。 SSIS script component project: dtsx | Edit Script | Go into C# project, Add AIF service to a service reference. A config f... 阅读全文
posted @ 2014-05-22 15:35 Liu小芹 阅读(222) 评论(0) 推荐(0)
摘要:在AX 2012 R2我们会发现有些table是在AOT里的,但是不存在实际的SQL Database. 例如:CompanyInfo table. 最终通过Extends property,可以发现CompanyInfo table 继承的是DirPartyTable. 1. 为了研究清楚table inheritance是如何工作的,我们可以从一个小小的query开始。 Company... 阅读全文
posted @ 2014-05-19 20:42 Liu小芹 阅读(267) 评论(0) 推荐(0)