多个事件的事件处理程序 / Event handler for multiple events
William 8年前 (2019-01-22) 1329浏览 0评论
I’m not sure that everybody is aware that a single event handler method (in Dynamics 365 for Finance and Operations) ca...
ww12345678 的部落格 | AX Helper
William 8年前 (2019-01-22) 1329浏览 0评论
I’m not sure that everybody is aware that a single event handler method (in Dynamics 365 for Finance and Operations) ca...
William 8年前 (2019-01-21) 1866浏览 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 8年前 (2019-01-17) 2370浏览 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 8年前 (2019-01-15) 1717浏览 0评论
Table Id can be found SysTableIdView. in Dev environments, you can do direct query on sql server. select * from SysTableIdV...
William 8年前 (2019-01-14) 1974浏览 0评论
Containers only exists in X++ - you'll not find a similar generic construct elsewhere. They serve many purposes like storage ...
William 8年前 (2019-01-10) 1666浏览 0评论
This blog post explains a problem that you can run into when using reference group controls with grouped data – and a s...
William 8年前 (2019-01-10) 2313浏览 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 8年前 (2019-01-05) 2293浏览 0评论
Here collection of good articles / blog posts for Extension framework. I just completed the customization using extension. In...
William 8年前 (2018-12-30) 1712浏览 0评论
Microsoft have created an excellent description of this in the Assortment management doc-page. Retail assortments are essenti...
William 8年前 (2018-12-29) 1647浏览 0评论
I have been reviving an old project that started a while ago. Being a lifelong fan of Dungeons & Dragons, with the unfort...
William 8年前 (2018-12-28) 1853浏览 0评论
This was a internal request from support team to quickly fix the certificate expire issue. I would like to post it here in ca...
alirazazaidi 8年前 (2018-12-26) 1384浏览 0评论
I just wrote couple of custom workflow. But on Submit workflow, form did not refresh and available for edit until, you manual...
alirazazaidi 8年前 (2018-12-26) 1483浏览 0评论
Buddy, Today I need to disabled the best practice check, It take too much time. Usually rapid development, we did not care a...
William 8年前 (2018-12-26) 1554浏览 0评论
本主题介绍Microsoft Dynamics 365 for Finance和Operations V8.1.3中新增或更改的功能。此版本将于2019年1月发布,内部版本号为8.1.227。 若要了解Microsoft Dynamics 365 f...
William 8年前 (2018-12-26) 1826浏览 0评论
本主题描述了Dynamics 365 for Finance和Operations平台更新23中新增或更改的功能。此版本的内部版本号为7.0.5126。 Dynamics 365 10月’18发行说明 想知道我们的任何商业应用程序或平台即...
William 8年前 (2018-12-21) 1719浏览 0评论
Hi Folks,As we know D365FO comes with a powerful architecture for all integration using DIXF. Data entities are the only way ...
William 8年前 (2018-12-20) 1707浏览 0评论
Introduction This is another blog post in the series about warehouse mobile devices in Dynamics 365 for Finance and Operation...
William 8年前 (2018-12-18) 1954浏览 0评论
A very common task required by Dynamics 365 Finance and Operations clients is to send a report directly from the report viewe...
William 8年前 (2018-12-18) 1903浏览 0评论
A very nice omnichannel capability made available in Dynamics 365 version 8.1, is the ability for customers to pay their invo...
alirazazaidi 8年前 (2018-12-17) 1675浏览 0评论
Hi all following code snippet for custom lookup. Copy the onlookup event handler and copy in extension class and the followin...