How to verify active inventory dimensions on an item – Site, Warehouse,...
[crayon-569800e962756597654093/]
View ArticleReporting service: “Only integrated security is supported for AX queries”
I updated my dynamics Ax development Environment by restoring Database from Production Dynamics AX Db. After the restoring the database, when I run any report form Dynamics Ax, all gave error “Only...
View ArticleSSRS Report Server Settings Validation Error- AX 2012 R3 CU9
Recently I updated my dynamics Ax development Environment by restoring Database from Production Dynamics AX DB and I got this problem “Make sure that SQL Server Reporting Services is configured...
View ArticleCreate record in DimensionAttributeValueCombination table manually.
Hi all, Today, i will post the way to create a record into DimansionAttributeValueCombination in code and get RecID of this. [crayon-56f060e107968339032793/] Result : You can use this recId for...
View ArticleSSRS (SQL Server Reporting Services) – Expressions or Functions used in SSRS
Expressions or Functions used in SSRS Expressions are usually used for appearance of the data in a report, change properties of the fields, calculate some values and display them in a proper way,...
View ArticleAX1004
Those kind of errors will come when you move report from Dev Server to Live Server, even compilation in DP Class, Query, Contract, table … without any error AX1004: Reference System.Core,...
View ArticleRecalculate InventSum
InventSum is needed to recalculate sometimes.We should use InventSumRecalcItem class in Dynamics AX. [crayon-5760be2d9b909818545665/] First parameter : ItemId Second parameter : Show errors Third...
View ArticleUsing Methods in Table Filters & Query Ranges in Dynamics AX 2012
In Dynamics AX, there is a class called SysQueryRangeUtil that can be utilized in both query ranges and table filters. Using methods from this class allow you to be very precise about what dates you...
View ArticleKeys are in Dynamics AX – simple summary
There is a maximum of one Primary Key per table, whereas a table can have several alternate keys. The primary key is usually the type of key that other tables, called child tables, refer to when a...
View Article