First Impressions with the CRM 2016 Install
I recently setup a demo server with Dynamics CRM 2016 installed on it. I had been thinking about doing it from a Command Line as a silent install which lead me to here and looked pretty simple...
View ArticleWriting create request using Web API
In our earlier posts we provided sample code to write retrieve and retrievemultiple request, today we are going to provide sample code to create entity record using Web API. Let say we want to create...
View ArticleDynamics GP 2015 R2 puts SmartList Designer on Steroids with Workflow!
When Microsoft gave us SmartList Designer it was like having a dream come true (for us reporting geeks)! But we quickly learned that security stopped us from flying with it.Now Dynamics GP 2015 R2 has...
View ArticleWhat You Need to Know About Waldo's PowerShell Modules for Microsoft Dynamics...
Recently, Microsoft Dynamics NAV MVP Eric Wauters (aka Waldo), founding partner of iFacto Business Solutions in Belgium, released his PowerShell modules. From time to time Wauters gives PowerShell...
View ArticleTips for renewing your Microsoft competency in 2016
Chinmayi BhavanishankarUS Partner Experience Lead YammerAs you plan and set your business goals for 2016, keep your Microsoft Partner Network membership in mind. Renewing an existing competency or...
View ArticleQuery datasource FirstOnly property
How does query datasource FirstOnly property work and influence SQL Server query? It seems obvious, but in fact it is not. Problem description Analyse how a query is translated into SQL Server query...
View ArticleDynamics CRM 2016 Responds to the Millennial Workforce
Described as the "next generation of intelligent customer engagement" by Microsoft blogger, Bob Stutz, Dynamics CRM is getting better as Microsoft responds to market trends. This is very exciting for...
View ArticleTop Microsoft Dynamics NAV Stories of 2015
Just in time for the end of 2015, we look back at the Microsoft Dynamics NAV stories our readers found most interesting this year. For a look back at the broader events and topics that impacted the...
View Article2015 in review
The WordPress.com stats helper monkeys prepared a 2015 annual report for this blog. Here’s an excerpt: The concert hall at the Sydney Opera House holds 2,700 people. This blog was viewed about...(read...
View ArticleGST/TAX at sales order and sales line level through X++
Sales order GST:Total GST of Sales order can be seen from following screen in AX 2012X++ code to achieve this;static void SalesTax_Per_SalesOrder(Args _args){ TaxTmpWorkTransForm...
View ArticleSales quotation GST through X++
X++ code to achieve this;staticvoidSalesTax_Per_SalesQuotation(Args _args){ SalesQuotationTable salesQuotationTable; SalesQuotationTotals salesQuotationTotals; container cont;...
View ArticleAX 7 Development introduction exam available now
Exam MB6-890https://www.microsoft.com/en-us/learning/exam-mb6-890.aspx
View ArticleNew Year eBook Sale at azurecurve Publishing
From now until the 5th January 2016 the ebook versions of Implementing the Microsoft Dynamics GP Web Client and Microsoft Dynamics GP Workflow 2.0 can each be bought for the discounted price of $9.99...
View ArticleWriting update request using Web API
In our earlier posts, we discussed how to write create,retrieve and retrievemultiple requests, today we are going to discuss about writing update request using Web API for Dynamics CRM 2016. You can...
View ArticleMore Cloud, More Customization, More Lawsuits in ERP’s Future, Predicts Panorama
Predicting the future of ERP can be tricky, but Panorama Consulting fearlessly unveiled its Top 10 Predictions for the ERP Industry in 2016 in both a blog post and a webinar hosted by Panorama...
View ArticleMore Cloud, More Customization, More Lawsuits in ERP’s Future, Predicts Panorama
Predicting the future of ERP can be tricky, but Panorama Consulting fearlessly unveiled its Top 10 Predictions for the ERP Industry in 2016 in both a blog post and a webinar hosted by Panorama Director...
View ArticleMore Cloud, More Customization, More Lawsuits in ERP’s Future, Predicts Panorama
Predicting the future of ERP can be tricky, but Panorama Consulting fearlessly unveiled its Top 10 Predictions for the ERP Industry in 2016 in both a blog post and a webinar hosted by Panorama...
View ArticleHappy New Year - 2016.
Hi All,Wish You all a Very Happy New Year 2016.May God Fulfill All Your Wishes.“We will open the book. Its pages are blank. We are going to put words on them ourselves. The book is called Opportunity...
View ArticleBudget information missing from Management Reporter reports
If you generate a report in MR and your budget information is missing, there are a few things you can check to troubleshoot this. Confirm you are logged into the correct company.While this may seem...
View ArticleAutomating CRM Organization Deployment
Following up on my First Impressions with Dynamics CRM 2016 post, I wanted to give this automatic organization creation a whirl and see what it can do. If you have never used the Dynamics CRM...
View Article