lingdanglfw(DAX)

导航

上一页 1 2 3 4 5 6 7 8 ··· 34 下一页

2023年3月24日

Correct a Posted Invoice with AX2012

摘要: Microsoft Dynamics AX employs strict controls around the modification of posted financial transactions, but there are times when we make mistakes or v 阅读全文

posted @ 2023-03-24 09:03 lingdanglfw 阅读(42) 评论(0) 推荐(0)

2023年2月17日

format UTF-8 BOM by AX

摘要: #File CommaTextIo commaTextIo; FileIOPermission permission; CustTable custTable; str fileName = @"c:\test.csv"; System.Text.Encoding encoding = new Sy 阅读全文

posted @ 2023-02-17 09:29 lingdanglfw 阅读(40) 评论(0) 推荐(0)

2023年2月3日

Tutorial_WorkflowProcessor usage in AX 2012

摘要: Check under system administration if the BC proxy and workflow excecution account are still valid. Check under server configuration if at least one of 阅读全文

posted @ 2023-02-03 11:39 lingdanglfw 阅读(20) 评论(0) 推荐(0)

2022年12月21日

Flush cache via menu in D365FO

摘要: Most of the time it is a caching issue because D365fO is (like previous versions) a master of caching. Sometime it caches too much and don't refresh t 阅读全文

posted @ 2022-12-21 11:39 lingdanglfw 阅读(52) 评论(0) 推荐(0)

2022年11月23日

Manage your references to .Net assemblies Dynamics 365 for Operations VS projects

摘要: (Dynamics 365 for Operations was previously known as the New Dynamics AX) Dynamics 365 for Operations Visual Studio projects allow X++ code to interac 阅读全文

posted @ 2022-11-23 09:45 lingdanglfw 阅读(64) 评论(0) 推荐(0)

2022年10月24日

D365FO call DLL报错找不到Method

摘要: 放到WWWROOT的BIN里 阅读全文

posted @ 2022-10-24 21:33 lingdanglfw 阅读(15) 评论(0) 推荐(0)

2022年10月14日

How to Show/Hide a Button Using the Business Process Flow Stage

摘要: How to Show/Hide a Button Using the Business Process Flow Stage In today’s blog, we’ll discuss how to show and hide a button using the Business Proces 阅读全文

posted @ 2022-10-14 14:15 lingdanglfw 阅读(497) 评论(0) 推荐(0)

2022年10月7日

Connect to D365 CE with multi-factor Authentication using C# sharp

摘要: Effective Feb 4, 2020 - Use of the WS-Trust (Web-Service Trust) authentication security protocol while connecting to Common Data Service has been depr 阅读全文

posted @ 2022-10-07 15:40 lingdanglfw 阅读(179) 评论(0) 推荐(0)

Step by Step: Connecting to Dynamics 365 using a C# Console App

摘要: Step by Step: Connecting to Dynamics 365 using a C# Console App If you’re new to Microsoft Dynamics 365 development you may be wondering how to connec 阅读全文

posted @ 2022-10-07 15:24 lingdanglfw 阅读(677) 评论(0) 推荐(0)

2022年4月16日

OSS 解锁

摘要: 一、解开LSKEYF00的编辑锁定 进入SE30,点击Tips & Tricks按钮,输入以下代码 UPDATE PROGDIR SET EDTX = '' WHERE NAME = 'LSKEYF00' AND STATE = 'A'. (必须带最后的.符号) 点击Measure runtime( 阅读全文

posted @ 2022-04-16 23:16 lingdanglfw 阅读(62) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 8 ··· 34 下一页