Blog Post: Open source shopping carts grow up: How Microsoft Dynamics...
Historically, Microsoft Dynamics ERP customers that wanted to add eCommerce have looked to a proprietary solution built to work specifically with Dynamics. In the past, a proprietary, or closed,...
View ArticleForum Post: RE: Ax Reports not showing data
I did a View, and the datas now appear in that view, what can I do for the same data to appear in my modify report? Please it's quite urgent.
View ArticleForum Post: RE: Cursor Blinking Issue AX2012 Client
Try these updates. I heard they fix multiple Remote Desktop and RemoteApp issues similar to what we've been experiencing.support.microsoft.com/.../2847932support.microsoft.com/.../2822241I'm also...
View ArticleBlog Post: Transaction validation against Grants
In Microsoft Dynamics AX 2012, Grant has been added as a source of funding for a project. Microsoft Dynamics AX 2012 supports the use of project contract funding limits and rules to support grant...
View ArticleBlog Post: Microsoft Dynamics Partner Roundup: BI for NAV 2013; CfMD for...
In this week's Microsoft Dynamics partner news roundup: PrecisionPoint Launches Updated BI Software for Dynamics NAV 2013; InRule for Microsoft Dynamics CRM Now Certified for Microsoft Dynamics; 360...
View ArticleForum Post: RE: Assigning Data From Table to Another Table using Asynchronous...
Hi Muhammad,I'm not aware of tutorial, although there is plenty of information on sysoperation framework in general, including on my blog. In reality, if you don't want the dialog for the operation to...
View ArticleForum Post: MB6-872: Need avice
Greetings,I'll be taking the MB6-872 installation and configuration certification exam. I'm looking for advices for people who have already taken this exam, especially if they had approved it. But also...
View ArticleForum Post: RE: Table Inheritance issue
It seems that you ran into ID conflicts with your Son* fields, therefore AX thinks that you renamed the fields and tries, for instance, change SonPartyIdentifier to DimensionAttributeValue and convert...
View ArticleForum Post: AX retail issues regarding Serial number and Scheduler jobs
Please help me regarding some issues of ax 2012 retail r2.1) We have purchased some items with serial number . While selling items in POS it is showing serial numbers but allowing same serial numbers...
View ArticleForum Post: RE: AOS Cluster and Cache Flush Operations
Setting the flush menu items to RunOn Server seems to generally work. Most new objects can be deployed on one AOS in a cluster and the caches on other AOS can be flushed to pick up the change. This...
View ArticleForum Post: Increase character length in "Search Name" field
How and where would you you increase the number of characters in the search name field in Global Address Book? I'd assume it would be at the AOT.The reason we need to know, is the field is limited to...
View ArticleForum Post: Device CAL in AX 2012?
Dear all,We're retail company and we have PC and scanner in outtes for retail selling.Currently I'm still confuse about definition of 'Retail Store Devices', 'POS device' from Microsoft.Can you please...
View ArticleForum Post: RE: I want to make a martial requisition in AX 2012 ? which...
In that case should I get an report of MRQ cycle and if any MRQ goes to purchase cycle . so should I get a proper report MRQ to procurement. Please suggest .
View ArticleForum Post: RE: Increase character length in "Search Name" field
The field you refer to is called NameAlias on the DirPartyTable. It is based on the extended data type NameAlias, which has StringSize 20 as you expected. If you change that extended data type, it...
View ArticleForum Post: RE: Initvalue PurchRFQCaseTable
I only have access to AX 2012 R2 right now, so hopefully this is helpful though it may not be correct for AX 2012.You indicated that you created an override initValue() method on the data source.The...
View ArticleForum Post: RE: Inventory Close runs very slowly
You did not specify which version of Dynamics AX you are using. I recall some serious performance issues with inventory recalculation and closing with 4.0 and 2009 around BOMs, though it was years ago...
View ArticleForum Post: RE: AX 2012 Enterprise portal AX GridView control - How to set...
Figured it out. Modified white-space style from nowrap to normal on dynGridViewTable class in AXEP.css file.
View ArticleForum Post: Link between sales/procument categories and GL
Hi there, does anyone know what the link is between the sales category in the GL? I can't find any GL set up when editing the sales categories.But for some reason whoever did our setup has all...
View ArticleForum Post: RE: Access denied to method processReport
Add the processReport method of the class to the previleges permission under server methods.If you get empty data returned then you might need to add the query's datasource tables also under permissions.
View Article