Split long text in SSRS reports on two pages
William 12年前 (2014-05-06) 3629浏览 0评论
By default text in tables on Dynamics AX reports like SalesQuotation are kept together. If the text does not fit on the actua...
William 12年前 (2014-05-06) 3629浏览 0评论
By default text in tables on Dynamics AX reports like SalesQuotation are kept together. If the text does not fit on the actua...
William 12年前 (2014-05-04) 2051浏览 0评论
I just wanted to say happy DAX’ing. More R3 blog-posts on WMS and TMS is on the way...
William 12年前 (2014-04-29) 2412浏览 0评论
In this blog post we will describe how you can set valuesbased on the current user ID by leveraging system-defined tabl...
William 12年前 (2014-04-26) 3234浏览 0评论
Sometime upgrade from Dynamics AX 2012 to AX 2012 R2 is really painful specially when we have huge customization on existing ...
William 12年前 (2014-04-25) 2444浏览 0评论
Hi Folks, Enterprise Mobility is now the buzz word in organizations as it enables the employees to access data anywhere, anyt...
William 12年前 (2014-04-24) 2067浏览 0评论
Creating number seqToday i want to describe about how to create number sequence in AX2012It is same as like as we know in Ax2...
William 12年前 (2014-04-18) 2683浏览 0评论
微软发布的关于AX R2移动应用伴侣的技术视频讲座,有兴趣的朋友不妨一看。 视频: [tudou id=”b6me2Gf6g-M”] 转载请注明:ww12345678 的部落格 | AX Helper » [视频]...
William 12年前 (2014-04-18) 4210浏览 0评论
老外介绍 Microsoft Dynamics AX 2012 R2中预算编制能力的视频讲解,如果您想了解R2的“预算编制能力”,不妨一看。 视频: [tudou id=”B_ob81bmNRQ”] 转载请注明:...
William 12年前 (2014-04-15) 1886浏览 0评论
On Channel 9 two good startup trainings available for Dynamics ax R3 1. Microsoft Dynamics AX 2012 R3 Training: (01) Transpor...
William 12年前 (2014-04-14) 2478浏览 0评论
Following code is used to create sales order from sales quotation:static void createSalesOrderFromQuote(Args _args){ Sales...
William 12年前 (2014-04-09) 2743浏览 0评论
The following post, is a bit advanced, and I guess that 90% of all implementations never encounters any issues related to thi...
William 12年前 (2014-04-07) 3544浏览 0评论
Microsoft is unleashing more great functionalities with AX2012-R3 and now it is becoming more powerful player in the ERP segm...
William 12年前 (2014-04-05) 2675浏览 0评论
Menus ItemsYou can use menu items to activate application objects from the user interface.Three types of menu items can be cr...
William 12年前 (2014-04-05) 1618浏览 0评论
To create a form that will be used to view, create and edit records in the AJ_BookTypeTable. 1. In the AOT, right-click the F...
William 12年前 (2014-04-03) 3465浏览 0评论
A common requirement is to add a running totals sum and carry foward which displays the actual sum on the next page. Followin...
William 12年前 (2014-04-02) 2055浏览 0评论
Use this step procedure to create a relation between the AJ_SubGenreTable and the AJ_BookTypeTable. The Sub-genre is related ...
William 12年前 (2014-04-02) 3748浏览 0评论
Relations between tables are used to:* Associate rows in one table to rows in another table.• Enforce business rules ac...
William 12年前 (2014-04-02) 1780浏览 0评论
How to: Create an IndexUse the following procedure to create a new index on the AJ_BookTypeID field on the AJ_BookTypeTableNO...
William 12年前 (2014-04-02) 1846浏览 0评论
Hi All,Greetings!Thought to share an useful time saving tip while writing Powershell scripts. I wanted to uninstall the defau...
William 12年前 (2014-04-01) 1671浏览 0评论
Use the following step procedure to create a new table that will store the records for the BookType. There are two fields on...