RE: Export to Excel Error in SSRS Report
All right, this confirms that the issue is not coming from AX but it is happening on SSRS itself.You might be better off to find a solution on the MSDN forums dedicated for SSRS reporting, since it is...
View ArticleRE: Validating SSRS
check this link. community.dynamics.com/.../ax2012r3-report-server-step-by-step-installation-and-configuration
View Articlekill online user in dynamics ax 2009
Hi All,Is there a way to remove instantly all the active users on Dynamics AX 2009? I mean, all open/online AX application will be close automatically once I run a specific script?Currently I have a...
View ArticleRE: Dynamically passing multiple parameters to DictClass.callObject method
I agree with Mohammad Rasheed.I have also written my code similar to this:- if (dictClass != null) { if(isList) { returnList = dictClass.callObject(_methodname, object,argsArray); } else { switch...
View ArticleDynamically passing multiple parameters to DictClass.callObject method
What I am trying to achieve is to dynamically retrieve the class name, method name, and parameter data needed for the method call and pass those parameters into the DictClass.callObject method.The part...
View ArticleRE: RetailServer
Hi Andy you can check this links docs.microsoft.com/.../retail-sdk-overviewtechnet.microsoft.com/.../dn720295.aspxtechnet.microsoft.com/.../hh771575.aspx
View ArticleRetailServer
Hi,I'm new to Dynamics. I'm going through the "Dynamics AX for Retail Sdk and Exentsibility handbook" manual and not sure how the RetailServer works.How to install\start RetailServer ?Also, how to...
View ArticleRE: Voucher Transaction form optymalization problem
Hello again,As your advice i use SQL Query Execution Plan for query:SELECT...
View ArticleRE: The fetch type refresh cannot be used with forward only cursors.
I've found the problem & solution:A user has changed the Stringsize of an EDT AssetName where the Name field of the AssetTable was based on.I've changed it back and it was solved.
View ArticleThe fetch type refresh cannot be used with forward only cursors.
Hello all,On my production environment I get the following error opening the Fixed Assets (AssetTable) form:Cannot execute the required database operation.The operation failed.[Microsoft][SQL Server...
View ArticleRE: Voucher Transaction form optymalization problem
Also, you can install trace Parser to analysis execution time for methods in ax community.dynamics.com/.../microsoft-dynamics-ax-2012-utilities-trace-parser
View ArticleRE: Workflow Approval via Email WITH ATTACHMENT issue
This is because the purchase order report is not available until the workflow have been approved. The email attachment will only work for reports that are available as at the time the workflow is...
View ArticleWorkflow Approval via Email WITH ATTACHMENT issue
We have a client running AX 2012 R2 CU7 and I have already configured the Dynamics Mobile connector correctly and am able to send out workflow approval via email (with the accept / reject buttons)....
View ArticleRE: How to know Cost of Goods Sold against invoice after invoice posting
Hi SadiqQ, There is an analyis report available for that in the sales and marketing module that allows you tracking your margins.Please check out this one. Best regards, Ludwig
View ArticleUsing Product Attribute Value in SysLookupMultiSelectGrid
Hi. I'm building a Multi-select lookup filtering for a SSRS Report. The report needs filtering by Product Type values, where "Product Type" is an item Attibute. So I need to fill the multi-select...
View ArticleRE: Voucher Transaction form optymalization problem
You cannot control the fast flag directly, you only have 1 property that you could set on a query datasource, which is FirstFast = No or Yes. AX kernel decides based on that what option to pass in to...
View ArticleVoucher Transaction form optymalization problem
Hello,I have the problem to optymalize voucher transaction form( LedgerTransVoucher ). In production the form is opening like 10 minutes for first time and few second next time for the same range. I...
View ArticleRE: AIF Service authentication issue
Hi,Here is a part of what they send us:-<remoteFault xmlns="schemas.oracle.com/.../extension">-<part name="summary"><summary>oracle.fabric.common.FabricInvocationException:...
View ArticleError : Mode of Delivery not Valid for Item 'XXX'
Hi,I have created Sales Order and add mode of delivery but getting below error.Mode of delivery is not valid for Item number 'XXXX'
View ArticleRE: How to know Cost of Goods Sold against invoice after invoice posting
Thanks a lot Ludwig Reinhard for your valuable input.
View Article