lingdanglfw(DAX)

导航

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

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 阅读(187) 评论(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 阅读(15) 评论(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 阅读(9) 评论(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 阅读(77) 评论(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 阅读(951) 评论(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 阅读(54) 评论(0) 推荐(0) 编辑

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 阅读(17) 评论(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 阅读(30) 评论(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 阅读(15) 评论(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 阅读(35) 评论(0) 推荐(0) 编辑

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