Execute fetchxml using Web API in Dynamics CRM 2016
Introduction Microsoft Dynamics CRM Online 2016 Update and Microsoft Dynamics CRM 2016 (on-premises) introduced new concept called The Web API. It can be used across a wide variety of programming...
View ArticleFour IT resolutions for the New Year
As usual this time of the year, we are inspired to wish our customers the best for the New Year. For these wishes to become reality, however, they must be accompanied by a good dose of planning and...
View ArticleWorking with Excel files in AX7
To work with Excel files from code, Microsoft now suggests using the EPPlus .NET library.EPPlus 4.04 (http://epplus.codeplex.com) is available to X++ via AOT/References/EPPlus.There is an example of...
View ArticleDevelopers and Testing – Part 3: Improving Your Testing Skills
Developers and Testing – Part 3: Improving Your Testing SkillsIn this four-part series, ArcherPoint’s Matt Traxinger discusses the relationship between development and testing, how to improve your...
View ArticleGP Year-End Update for 2015: Affordable Care Act (ACA)
Terry Heley from Microsoft has a must see video if you are using Dynamics GP for Affordable Care Act. As she says – "There were MANY changes in the year end update for ACA, so if you are going to...
View ArticleThe Importance of Detailed Repro Scenario Descriptions
The foundation for quick progress and resolution of an incident is usually a detailed repro scenario. So, this post describes some of the reasons, along with providing some insights into how the...
View ArticlePurchase Requisitions with Analytical Accounting Details - Report
With the introduction of GP 2013 R2, a new feature came along to integrate Analytical Accounting with Purchase requisitions so that the requested can enter associated dimension code values. In this...
View ArticleAX 2012: Confirm Purchase Order in X++
Purpose: The purpose of this document is to illustrate how we can confirm purchase orders in X++ using PurchParmTable table and PurchFormLetter class. Business requirement: Ability to confirm...
View ArticleDisplay Address from multiple to single line in axapta
Mostly we face issue to Display Address from multiple to single line in axapta report in Ax 2009 . Following is the way to do it very easily.Code snaps is as below.. str lineall;; lineall =lineall...
View ArticleWriting retrieve method using Web API
With the release of Dynamics CRM 2016, organization data services is depreciated, so going forward we need to make sure to write scripting code using Web API only. Web API implements OData V4 and can...
View ArticleWhat’s New in CU 10 for Microsoft Dynamics AX 2012 R3
What’s New in CU 10 for Microsoft Dynamics AX 2012 R3 This Article describes new or changed functionality, and updates, that were included in AX 2012 R3 cumulative update 10. Most changes were...
View ArticleCRM Hindsight Is 20/20 – My Blogging Retrospective
It’s the end of another year, which means the blogosphere is filling up with “looking back” type of articles that examine the various topics discussed during the year. Analyzing past actions is...
View ArticleDynamics GP Security: Don’t be Naked and Afraid – Part 2
My series is continuing at FastPath. Start the year right with improved security. Dynamics GP Security: Don’t be Naked and Afraid – Part 2The post Dynamics GP Security: Don’t be Naked and Afraid – Part...
View ArticleAX 2012: Cancel product receipt journal in X++
Purpose: The purpose of this document is to illustrate how we can cancel a posted product receipt in X++. Business requirement: Ability to cancel product receipt journal automatically. As of...
View ArticleUsing the Company “System Indicator”
If you’re using NAV 2013 or a newer version and have multiple companies in your database (or multiple databases), you should consider using the System Indicator to easily identify which company...
View ArticleBest Posts/Hints for 2015
hi Guys ! …we areat the endof 2015, my newblog isactive only from June, has not yet reachedthenumber of visits and postsreadof my old blog (active since 2007) butisalreadya good starting point … for...
View ArticleThank you for achieving the 5k pageviews
Back to February this year, I started Microsoft Dynamics CRM from A to Z with the purpose of creating great content in my journey into the CRM. A devoted blog for Developers and End Users, containing...
View ArticleNeed to learn Management Reporter fast? Before year end close? – FRxBuzz
If you’ve already got Management Reporter, and need to learn it so you can use it to help close the year faster I was furious. [For once, not at Microsoft!] Frustrated and overwhelmed. By new software....
View ArticleOpenVPN Add Route requires Run As Administrator
By Steve EndowI use OpenVPN to connect to my network when I'm remote. There was quite a learning curve getting it setup and configured, but now that I've been through that gauntlet, it works pretty...
View ArticleNavigation List Error: “Cannot insert the value NULL into column ‘VENDNAME’”...
Ian Grieve works through a Navigation List Error: “Cannot insert the value NULL into column ‘VENDNAME’” | azurecurveThe post Navigation List Error: “Cannot insert the value NULL into column ‘VENDNAME’”...
View Article