Required date must not be before today’s date Validation Dynamics Ax 2012
Today I got very small task to remove date validation. This validation appear in out of the box and did not let create functionality for previous dates. Surprisingly I did not find any validation code...
View ArticleAX 2012 - Understanding AOT Maps with an example
Understanding AOT Maps with an example Subject: AOT Maps Audience: Dynamics AX Developers Background Maps are not new concept in software development actually. They are table wrappers to achieve...
View ArticleTip #518: Tipster guide to Dynamics CRM custom actions
Hey, it’s Friday and time for another video tip. With Unified Service Desk done and dusted for now, we switch our attention back to least explored Dynamics CRM features. In this week’s video we look at...
View ArticleFriday Funny: What is the Angle for X?
Here is another mathematical puzzle for you. This was recently asked in a Year 12 Further Maths exam in Victoria, Australia. It was a multiple choice question, so I thought I would have a poll to...
View ArticleConstruction in progress & project module
This blog post illustrates how you can use the Dynamics AX project module to track the costs of constructions in progress and transfer those costs later on to a fixed asset once the construction is...
View ArticleAXAPTA - Add extra action to info function with SysInfoAction class
There're two ways to call a form with this class: info(strfmt("Sales order created: %1",salesTable.SalesId),"", SysInfoAction_TableField::newBuffer(salesTable)); Difference with...(read more)
View ArticleTip 191: ¿Deberías usar la entidad de Cliente Potencial?
Dentro del Dynamics CRM, la entidad de cliente potencial está diseñada para cuando un vendedor necesita ingresar a un …
View ArticleRegister Maplytics License in your Dynamics CRM
Business Analytics in Dynamics CRM now has a new name as Maplytics . In our last post we saw how with few simple steps you can get the Maplytics solution installed in your Dynamics CRM. In this...
View ArticleDeploying control add-ins during development in NAV 2016
Microsoft Dynamics NAV 2016 brings many new features, one of which is a set of PowerShell cmdlets to manage add-ins. These are:New-NAVAddInGet-NAVAddInSet-NAVAddInRemove-NAVAddInWhile these cmdlets are...
View ArticleArcherPoint Dynamics NAV Developer Digest - vol 74
ArcherPoint Dynamics NAV Developer Digest – vol 74As they run into issues and questions, find the answers, and make new discoveries, they post them companywide on Yammer for everyone’s benefit. We in...
View ArticleResolve the ledger dimension in the a different account structure [AX 2012]
Recently I had a look at an error that occurred on a custom journal posting routine. It was somewhat similar the journal allocations by looking at existing transaction to make adjustment. What I didn’t...
View ArticleSQL Trigger To Automatically Enable Email Documents In Purchasing – All
This post includes a script which amalgamates the previous two posted triggers to enable email documents (purchase orders and check remittances) into one.The below script creates a trigger on the...
View ArticleNAV2016 | Code Editor Undocumented Features
There have been some blogs already about the new code editor that we have in NAV2016. In these blogs I miss two “features” that are not highligted.The first one is really about highlighting:If you...
View ArticleDo You Have Suggestions for Better NAV?
Very often I hear ideas how NAV can be better, but people think Microsoft doesn’t listen. This is not true, Microsoft really wants to hear all your suggestions. Customer feedback is very...
View ArticleMicrosoft Power BI
Hi, Why Power BI ? Power BI is a kind of tool for makeover of primitive data into profound and worthwhile information for business analysis. Organization data can be renovated into rich visuals to...
View Article5 Reasons to be excited for Convergence EMEA 2015
Each year, Microsoft Convergence provides a great opportunity for everyone in the Microsoft Dynamics space to hear about best practices, real-life implementations and future developments. With the...
View ArticleCompression: Less storage AND improved performance
Let us have a look at SQL Compression, with this I mean Data compression not the backup compression which is also available in SQL Server nowadays. This feature can be implemented in SQL Server...
View ArticleWhat Does A Great CRM System Look Like?
Whether you are evaluating your existing CRM system or considering embarking on a CRM project, it is worthwhile to step back and think about what a good CRM system looks like.Not the UI (user...
View ArticleAXAPTA - Security check with X++ code
Sometimes we need security check with code (Display method etc...): SecurityKeySet securityKeys = new SecurityKeySet(); ; securityKeys.loadUserRights(curuserid()); if...
View ArticleUSING HIJRI CALENDAR IN DYNAMICS AX
If you want to use HIJRI date in AX, there are, there are total 5 steps you have to do. Initial 4 steps are kind of minor change in code, and will be done only once in whole implementation, you...
View Article