lingdanglfw(DAX)

导航

2014年1月7日

AX2012 referencegroup

摘要: 用referencegroup1.添加EDT,refrecid2.修改autoidentification3.可以直接拖refrecid字段出来,就是referencegroup了 阅读全文

posted @ 2014-01-07 11:59 lingdanglfw 阅读(117) 评论(0) 推荐(0)

2013年11月19日

含大量行的订单创建时候creditlimit校验最耗时间

摘要: 含大量行的订单创建时候creditlimit校验最耗时间 阅读全文

posted @ 2013-11-19 15:48 lingdanglfw 阅读(188) 评论(0) 推荐(0)

2013年10月31日

Dynamics Webservice Call with Credential

摘要: Dynamics Webservice call with credential/// ///WebServiceHelper 的摘要说明 /// public class WebServiceHelper { #region InvokeWebService /// /// 动态调用web服务 /// /// URL /// 方法名 /// 参数 /// object public static object InvokeWebService(string user,string password, string domain, string url, string methodna... 阅读全文

posted @ 2013-10-31 23:11 lingdanglfw 阅读(372) 评论(0) 推荐(0)

2013年5月15日

AX2012 CIL

摘要: AX2012 CILDebug:breakpoint; 阅读全文

posted @ 2013-05-15 14:38 lingdanglfw 阅读(191) 评论(0) 推荐(0)

2012年12月26日

dynamics ax2009 ep on sharepoint 2010

摘要: Windows SDK for Windows Server 2008 and .NET Framework 3.5 (only the .NET Development Tools package is required) http://www.microsoft.com/downloads/details.aspx?FamilyID=e6e1c3df-a74f-4207-8586-711ebe331cdc&displaylang=enMicrosoft Visual Studio 2008 Shell (isolated mode)http://www.microsoft.com/ 阅读全文

posted @ 2012-12-26 12:22 lingdanglfw 阅读(862) 评论(0) 推荐(0)

2012年7月8日

consume AIF webservice

摘要: 1. endpoint, local endpoint2.action policies -- > data policies3.exceptions4.bc connection5.wsHttpWindowsAuthAif6.anonymous Authentication7.directory permission 阅读全文

posted @ 2012-07-08 12:51 lingdanglfw 阅读(151) 评论(0) 推荐(0)

2012年5月25日

Dynamics CRM

摘要: GetCrmService method: private MyCrmService.CrmService GetCrmService() { /* // Setup the Authentication Token MyCrmService.CrmAuthenticationToken token = new MyCrmService.CrmAuthenticationToken(); token.OrganizationName = "crm"; MyCrmService.CrmService crmService = new MyCrmService.CrmServi 阅读全文

posted @ 2012-05-25 14:33 lingdanglfw 阅读(223) 评论(0) 推荐(0)

2011年11月23日

odd method

摘要: if (range.FieldLabel == (new dictType(typeId(CustAccount) >> 16).label())) SysDictField dictField; SysDictType dictType; ; dictField = new SysDictField(range.Table_Id,range.Field_Id); if (dictField.typeId()) { dictType = new SysDictType(dictField.typeId()); if(dictType.name() == "CustAcco 阅读全文

posted @ 2011-11-23 05:52 lingdanglfw 阅读(164) 评论(0) 推荐(0)

2011年11月18日

ax multi-layer technology

摘要: if there are var, cus,usr layer in ax system, and modify object in var layer and usr layer, the code will keep var layer code until you modify it in usr layer. and then whatever you modify it in var layer or usr layer, the code is saved in usr layer.if you want tomigrate the codefrom usr layer tovar 阅读全文

posted @ 2011-11-18 15:41 lingdanglfw 阅读(190) 评论(0) 推荐(0)

2011年8月12日

"" is not equal to '' in query

摘要: this.query().dataSourceTable(tablenum(CustInvoicejour)).addRange(fieldnum(CustInvoicejour,InvoiceId)).value('(CustInvoicejour.InvoiceId == "")');Rightthis.query().dataSourceTable(tablenum(CustInvoicejour)).addRange(fieldnum(CustInvoicejour,InvoiceId)).value("(CustInvoicejour.I 阅读全文

posted @ 2011-08-12 04:46 lingdanglfw 阅读(170) 评论(0) 推荐(0)