[AX2012 R3]在SSRS报表中使用QR二维码 – 断水流
11年前 (2015-05-11) 2249浏览 0评论
AX2012是自带生成QR二维码的类,可以很方便的用在SSRS报表中,下面演示如何在RDP的报表中使用二维码,首先从定义临时表开始:字段URL是要用于二维码的字符串,QrCode是container类型,保存最终生成的二维码图形二进制数据。DP类:c...
11年前 (2015-05-11) 2249浏览 0评论
AX2012是自带生成QR二维码的类,可以很方便的用在SSRS报表中,下面演示如何在RDP的报表中使用二维码,首先从定义临时表开始:字段URL是要用于二维码的字符串,QrCode是container类型,保存最终生成的二维码图形二进制数据。DP类:c...
12年前 (2015-05-08) 2723浏览 0评论
Issue In order to connect to AX using mobile apps, one way or another you will end up create service bus on Azure. You will n...
12年前 (2015-05-05) 2694浏览 0评论
Hi All,I was facing below error while running test cases for a customization. An internal error occurred in the remove ...
12年前 (2015-05-04) 3045浏览 0评论
Microsoft Dynamics AX 2012 SSRS 报表开发-18 常用技巧06 将报表保存为文件 将报表作为电子邮件附件发送 报表呈现后处理事件 根据上下文隐藏控件 向打印管理添加报表设计 部署特定语言的报表,加快执行速度 ...
12年前 (2015-05-02) 2178浏览 0评论
It is quite often that you will run into issues trying to open Enterprise portal (EP) in Microsoft released DEMO VM environme...
12年前 (2015-04-29) 3965浏览 0评论
Purpose: The purpose of this document is to demonstrate how to develop SSRS column chart report in Dynamics AX 2012. Prerequi...
12年前 (2015-04-29) 3002浏览 0评论
One of the major innovative features we introduced with the R3 release of Microsoft Dynamics AX 2012 was the advanced warehou...
12年前 (2015-04-27) 2749浏览 0评论
The following code sample shows how to update an existing order through AIF from outside Dynamics AX 2012 . Scenario is the w...
12年前 (2015-04-26) 2265浏览 0评论
During many development we face some cache related issues. There is no error in code and still changes are not reflecting. Ev...
12年前 (2015-04-24) 2958浏览 0评论
Master the Batch Framework in Dynamics AX 2012 by going through the following topics in sequence. The initial topics dis...
12年前 (2015-04-24) 2256浏览 0评论
The purpose of this document is to demonstrate what power we can leverage by customizing the controller for our batch job. Fo...
12年前 (2015-04-24) 1621浏览 0评论
1: static void UpdateAddressBookOfCustomer(Args _args) { 2: CustTable custTable; //= CustTable::find("2104"); 3: ...
12年前 (2015-04-24) 2378浏览 0评论
After recent upgrade from Dynamics ax 2012 RTM version to R3 I found problem in posting the timesheet and the error wa...
12年前 (2015-04-23) 3177浏览 0评论
UPDATE 4/28/2015: The RapidStart Connector service on Lifecycle Services (LCS) is down. No ETA of when it will be back up. Ch...
12年前 (2015-04-23) 3517浏览 0评论
Prerequisites: 1. Create a simple batch job. 2. Add fields to batch job dialog. Business Requirement: To have a lookup on the...
12年前 (2015-04-22) 2395浏览 0评论
Sharepoint Search Service Since this is VM not a real world production. We don’t really need Search crawler run all the...
12年前 (2015-04-20) 2629浏览 0评论
Hi All,Use below code to sent emails from X++ code. Below code is written in a Job you can reuse the same in your logic. ...
12年前 (2015-04-16) 3023浏览 0评论
Prerequisites: 1. Create a simple batch job. Requirement: To add custom fields to batch job dialog to choose a date range to ...
12年前 (2015-04-15) 3934浏览 0评论
Recently a customer was concerned to implement a fail over strategy for the Dynamics AX database. SQL Server 2008 R2 Standard...
12年前 (2015-04-15) 4540浏览 0评论
AX2012 R3安装升级包CU8后进入系统,系统会提示打开软件升级清单“Software update checklist”,清单列出了升级要做的一系列动作。 在进行到编译应用时“Compile application”出现很多错误: Severi...