08 2016 档案

摘要:https://groups.google.com/forum/#!topic/microsoft.public.axapta.programming/rRfbJo9M0dk The purpose of the InventSumDelta table is to avoid locking on 阅读全文
posted @ 2016-08-25 23:11 cnaxuser 阅读(348) 评论(0) 推荐(0)
摘要:在用友系列的软件中经常可以看到可配置的计算公式,AX中其实也有可配置的公式,如call center呼叫中心的欺诈Fraud rule的配置,AX后台可以根据配置规则,变量,条件来动态产生方法并执行,如下: public static boolean executeRule(MCRUpSellRul 阅读全文
posted @ 2016-08-24 19:33 cnaxuser 阅读(348) 评论(0) 推荐(0)
摘要:classDeclaration { QueryBuildRange qbrLocationType; } datasource.init() { super(); qbrLocationType = WMSLocation_ds.query().datasourceNo(1).addRange(f 阅读全文
posted @ 2016-08-12 11:17 cnaxuser 阅读(579) 评论(0) 推荐(0)
摘要:public void displayOption(HV_WMSLocationStatusHistory _record, FormRowDisplayOption _options){ #define.Yellow(255,255,0) #define.Green(0,255,0) #defin 阅读全文
posted @ 2016-08-12 10:09 cnaxuser 阅读(339) 评论(0) 推荐(0)