Using the following Jobs function can check spelling and grammar with english in Dynamics AX .// Created on 13 七月 2011 at 16:51:40 by Jimmy xiestatic void Jimmy_SpellingChecker(Args _args){ boolean ret; SysSpellChecker sp = SysSpellChecker::newLanguageId("en-us");//调用word里面的语法检查功能,目前只支持英文 Read More
posted @ 2011-07-13 16:50 Fandy Xie Views(369) Comments(0) Diggs(0) Edit
When you are finished renamed the Item number, you must record original Item number, related configure and so on!static void Jimmy_ItemRenamedAfterUpdate(Args _args){ InventTableCompany ITCompany,delITCompany; InventTable IT,ITUpdateOrg; ConfigTable ConfigTable; InventDimCombination Combination; Dia Read More
posted @ 2011-07-13 15:59 Fandy Xie Views(365) Comments(0) Diggs(0) Edit
Windows - > Run -> enter the below statement.just register them.regsvr32 /i shell32.dll regsvr32 jscript.dll regsvr32 vbscript.dll Read More
posted @ 2011-07-13 15:42 Fandy Xie Views(149) Comments(0) Diggs(0) Edit
当我们在个人PC上安装Dynamics AX 2009成功后,导入Demo Data或者还原其他数据库文件时发现登录不了系统(登录报错如下)。你需要修改当前电脑的SID和网络名,域名等方可登录系统。序SID是什么意思?好像接触活动目录activedirectory的朋友,很少有人问什么是SID,SID是什么意思?其实活动目录中经常遇到的ghost克隆问题,双系统加入域老是会有一个自动退出域,等等问题都与sid有关。此外还有很多朋友关心如何查看SID,修改SID?《SID是什么》这篇文章就为大家解释一下SID的问题。SID是什么意思 ============安全标识符(SID)是Windows2 Read More
posted @ 2011-07-13 15:11 Fandy Xie Views(842) Comments(0) Diggs(0) Edit
Error:Unable to create ActiveX control.CmxPhoneBasically this error(Unable to create ActiveX Control. cmx phone Control) is occured when we unstall Microsoft Dynamicx Ax 4.0 and AX 2009 Still in System and when we open AX this Error(Unable to create ActiveX Control. cmx phone Control) occure .Soluti Read More
posted @ 2011-07-13 14:07 Fandy Xie Views(895) Comments(0) Diggs(0) Edit
static void Jimmy_CancelRemainQtyFromSO(Args _args){ SalesLine UpRemainSalesLine; SalesTable SalesTable; SalesId SalesId = "QVSC002819HK"; ; ttsbegin; if (Box::yesNo(strfmt("是否取消订单 %1 的所有剩余交货?",SalesId) +"\n",DialogButton::No)==DialogButton::Yes) { SalesTable = SalesTab Read More
posted @ 2011-07-13 11:24 Fandy Xie Views(611) Comments(0) Diggs(0) Edit
Default Dynamcis AX 2009 using Citrix terminal server client to connect using the input terminal server, if the server is not installed their own custom input methods are less convenient. The following code can be saved as a CMD file, execute on it.@echo oncd %systemroot%cd \cd \program files\citrix Read More
posted @ 2011-07-13 10:56 Fandy Xie Views(392) Comments(0) Diggs(0) Edit