SSRS reports – Export to Excel taking too much time
Hi, Recently, one of our client reported an issue where they were trying to export the report to Excel from report viewer window in AX and that was taking forever to complete. After trying...
View ArticleGet involved: Enter the GPUG Summit “AppOFF” Competition
With the release of Microsoft Dynamics GP 2015, developers were provided with additional Service Based Architecture (SBA) functionality built into the application and development environment....
View ArticleMissing zeros while using function str2int()
Source: Missing zeros while using function str2int()(read more)
View ArticleSwitch business process programmatically in Dynamics CRM based on business...
Confused by the title? Well let me explain here the exact requirement that I had recently for one of my customers. For the opportunity entity we designed multiple business process flows. However...
View ArticleUpdate Setup Mistake On Inventory User Categories
We implemented Microsoft Dynamics GP for a client a while ago; they are quite heavy users of the Inventory Control module.Unfortunately, when they configured the User Categories in Inventory Control...
View ArticleUsuarios de Microsoft Dynamics CRM: Cómo adaptar tu integración móvil para el...
por Curt Finch, CEO, Journyx Se estima que para 2016 existirán aproximadamente 196 millones de usuarios de smartphones solo en …
View ArticleMicrosoft Dynamics CRM: Cloud vs On-premise comparison
By Lisa Curry The very first hurdle you may face when choosing a CRM system is whether you want it deployed in the cloud or on premise. While some CRM systems, like Salesforce, can only be...
View ArticleJoin us at the Dynamics Experience in Hilversum (Dutch)
Volgende week is het al zover, op donderdag 3 September wordt de Dynamics Experience georganiseerd in Hilversum.Dit is het evenement voor Dynamics gebruikers in Nederland, zowel AX, CRM als NAV komen...
View ArticleYammer enables User Lifecycle Management from Office 365
I have blogged earlier about the lack of a proper security and administration model for Yammer . Moreover this is one the reasons why I advised against integrating Yammer with Dynamics CRM Online....
View ArticleNew version of Report Scheduler (v11) released for Microsoft Dynamics CRM...
IOTAP’s Report Scheduler add-on enables easy scheduling of CRM data and works for CRM Online as well as On-Premise. Using IOTAP CRM Report Scheduler solution you can automatically send reports (CRM...
View ArticleAX suggestion: XML Columns and XML indexes
In AX we have the following datatypes we can use in table fields. But in MS SQL server there is a XML data type. With the XML data type we can store XML documents in the SQL Server database. And we can...
View ArticleDesert island customisations 3 of 8
Counting down of my favourite modifications. There are lots of variants of this one, and this variant was developed by Steve Koppens (lately of Intergen, now of Microsoft). It’s a customisation...
View ArticleVote now for the NAVUG All-Stars!
The NAVUG All-Star Award program recognizes NAVUG members who have a passion for Microsoft Dynamics NAV and have made significant contributions of their time and expertise to educate and connect the...
View ArticleVisual Studio 2015 is here!
To boost your productivity,You can try to click this link:Click me!And have a look..Thanks.
View ArticleHow to open pdf files from Ax using X++ in Ax 2012
Originally posted on Learn Dynamic Ax with Johnkrish : static void Johnkrish_OpenPdfFileInAx(Args _args) { Filename pdfFileName = ‘123.pdf’; FilePath pdfFilePath = @’E:’; str adobeExe; System...(read...
View ArticleXpo file importing through X++ code in Ax 2012
Originally posted on Learn Dynamic Ax with Johnkrish : This code helps to import an XPO using X++ static void importXPO(Args _args) { SysImportElements sysImportElements = new...
View ArticleHow to use Having in Ax 2012
Originally posted on Learn Dynamic Ax with Johnkrish : static void Johnkrish_Have(Args _args) { Bill_TabMethod_1 billtab; while select sum(Quatity) from billtab group by CustName where...
View ArticleUsing custom Image resource in Dynamics AX 2012
Originally posted on Learn Dynamic Ax with Johnkrish : Dynamics AX 2012 allows developers to include their custom images in form‘s or report’s. However, to use this a little bit tweaking is needed....
View Article