lingdanglfw(DAX)

导航

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

2024年1月8日

An unexpected error has occurred while opening the workflow. See the event log on the AOS and contact your system administrator to resolve the issue.

摘要: \Forms\WorkflowEditorHost\Methods\build private void build() .... System.Exception interopException; ............ else { try { workflowConfiguration = 阅读全文

posted @ 2024-01-08 22:06 lingdanglfw 阅读(92) 评论(0) 推荐(0)

2023年11月17日

implement a parallel batch processing in X++ of Dynamics 365 F&O

摘要: One of the powerful features of Dynamics 365 Finance and Operations is a Batch framework. In this post, I explain how you can convert your existing ba 阅读全文

posted @ 2023-11-17 10:47 lingdanglfw 阅读(46) 评论(0) 推荐(0)

2023年7月6日

TFS workspace clean for Dynamics 365 for Finance and Operations

摘要: Product: Dynamics 365 for Finance and Operations Purpose: The purpose of this blog is to explain how can we resolve the version control workspace issu 阅读全文

posted @ 2023-07-06 23:15 lingdanglfw 阅读(33) 评论(0) 推荐(0)

2023年6月16日

AX2012 call Webservice directly

摘要: Static void CallWebService(str sURL, RecId PORecId ){ System.Net.HttpWebRequest httpRequest = null; System.Net.HttpWebResponse httpResponse = null; Sy 阅读全文

posted @ 2023-06-16 23:25 lingdanglfw 阅读(28) 评论(0) 推荐(0)

2023年6月9日

How To Add A Form Splitter with AX2012 and D365FO

摘要: Learn how to add a form splitter to resize areas of a form in Microsoft Dynamics AX and D365 F&O. This improves the usability of the form, and increas 阅读全文

posted @ 2023-06-09 00:56 lingdanglfw 阅读(267) 评论(0) 推荐(0)

2023年5月11日

import CSV with X++ for Dynamics 365 FO

摘要: /// <summary> /// import color code /// </summary> class CFSImportColorCode { /// <summary> /// main /// </summary> /// <param name = “_args”>_args</p 阅读全文

posted @ 2023-05-11 18:45 lingdanglfw 阅读(33) 评论(0) 推荐(0)

2023年5月5日

Export AX model from code in a specific AOT layer

摘要: Recently we have decided to merge two AX models sitting in different layers with overlapping objects as part of our code cleanup exercise, thus the re 阅读全文

posted @ 2023-05-05 09:22 lingdanglfw 阅读(29) 评论(0) 推荐(0)

2023年4月27日

Using base64 encoding and decoding for file transfer in AX 2012

摘要: Base64 BinData If you want to transfer small file data using AX and do not want to make use of shared folders or file uploading, sending your file dir 阅读全文

posted @ 2023-04-27 09:11 lingdanglfw 阅读(113) 评论(0) 推荐(0)

2023年4月25日

SQL Server实现group_concat功能的详细实例

摘要: 目录 一、实现 二、原理分析 2.1、FOR XML PATH的作用 2.2、STUFF函数 2.2.1、STUFF函数在本SQL的作用 2.2.2、STUFF函数语法 2.3、sql语分分析 2.3.1、一个简单的group by 2.3.2、在select语句后面加上子查询 2.3.3、去掉子查 阅读全文

posted @ 2023-04-25 23:17 lingdanglfw 阅读(1369) 评论(0) 推荐(0)

2023年3月24日

create PO and Post

摘要: static void CreatePO(Args _args) { NumberSeq numberSeq; Purchtable Purchtable; PurchLine PurchLine; PurchParmTable purchParmTable; PurchFormLetter pur 阅读全文

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

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