utcDateTime 的字符串格式选项 / String format options for utcDateTime
William 6年前 (2019-02-06) 1595浏览 0评论
I’ve run into a problem that reminded me that while X++ types and corresponding CLR types (such as str and System.Strin...
William 6年前 (2019-02-06) 1595浏览 0评论
I’ve run into a problem that reminded me that while X++ types and corresponding CLR types (such as str and System.Strin...
alirazazaidi 6年前 (2019-02-05) 1788浏览 0评论
Hi every one, Today I have very small tip. During customization we need to add filters at run time. Specially in the case of ...
William 6年前 (2019-02-04) 1658浏览 0评论
There are two table maps each mapping the fields of InventDim to concrete fields on other tables and entities: InventDimField...
alirazazaidi 6年前 (2019-02-04) 1788浏览 0评论
I found following error, while running custom report. Following message shown message. &n...
William 6年前 (2019-02-03) 1403浏览 0评论
Product: Dynamics AX 2012 Purpose: The purpose of this document is to explain what we can do to reuse a DIXF service of an ex...
William 6年前 (2019-01-31) 1631浏览 0评论
For a retailer, every saved “click” is appreciated, and the ability to remove any noise appreciated. When startin...
William 6年前 (2019-01-30) 1846浏览 0评论
Product: Dynamics 365 for Finance and Operations Purpose: The purpose of this document is to demonstrate how we can send emai...
William 7年前 (2019-01-25) 1985浏览 0评论
Product: Dynamics 365 for Finance and Operations Purpose: The purpose of this document is to demonstrate how we can create a ...
William 7年前 (2019-01-25) 1391浏览 0评论
I got an .xpo file from an older version of AX with some code of interest and because it had a few thousand lines, it wasn&rs...
alirazazaidi 7年前 (2019-01-24) 2140浏览 0评论
I got error on My Dev box virtual machine. When I tried to restart AOS or IIS service. I found that World wide ...
William 7年前 (2019-01-23) 2108浏览 0评论
The access modifiers in X++ are now much closer to C#'s access modifiers, and behave just the same. Who can access foo() when...
William 7年前 (2019-01-22) 1192浏览 0评论
I’m not sure that everybody is aware that a single event handler method (in Dynamics 365 for Finance and Operations) ca...
William 7年前 (2019-01-21) 1721浏览 0评论
Hi Folks,A list panel is an interactive control to assign multiple values to a record. It let the user select multiple record...
William 7年前 (2019-01-17) 2227浏览 0评论
Creating labels in D365 is a step back from AX 2012 because you can't create the label directly from the property or in code....
alirazazaidi 7年前 (2019-01-15) 1569浏览 0评论
Table Id can be found SysTableIdView. in Dev environments, you can do direct query on sql server. select * from SysTableIdV...
William 7年前 (2019-01-14) 1809浏览 0评论
Containers only exists in X++ - you'll not find a similar generic construct elsewhere. They serve many purposes like storage ...
William 7年前 (2019-01-10) 1538浏览 0评论
This blog post explains a problem that you can run into when using reference group controls with grouped data – and a s...
William 7年前 (2019-01-10) 2166浏览 0评论
The following is a process to use the LCS Code Upgrade tool to import code from AX 4.0 or AX 2009 to D365.Before you read any...
alirazazaidi 7年前 (2019-01-05) 2120浏览 0评论
Here collection of good articles / blog posts for Extension framework. I just completed the customization using extension. In...
William 7年前 (2018-12-30) 1582浏览 0评论
Microsoft have created an excellent description of this in the Assortment management doc-page. Retail assortments are essenti...