lingdanglfw(DAX)

导航

上一页 1 2 3 4 5 6 ··· 33 下一页

2024年1月12日

CDS Virtual Entities with Dynamics 365 Finance and Operations

摘要: Hello the Community. Hope you are doing well ! Before really start to explain how it works and how this feature can help you, I will start by presenti 阅读全文

posted @ 2024-01-12 12:48 lingdanglfw 阅读(2) 评论(0) 推荐(0) 编辑

Dynamics 365 Finance Operations Data Event Catalog - Power Platform Convergence

摘要: Dynamics 365 Finance Operations Data Event Catalog - Power Platform Convergence Hello the Community, long time no post, but so much to talk about now 阅读全文

posted @ 2024-01-12 12:43 lingdanglfw 阅读(2) 评论(0) 推荐(0) 编辑

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:07 lingdanglfw 阅读(24) 评论(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 阅读(15) 评论(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:16 lingdanglfw 阅读(8) 评论(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:26 lingdanglfw 阅读(4) 评论(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 阅读(100) 评论(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 阅读(12) 评论(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 阅读(8) 评论(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 阅读(65) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 33 下一页