Tip #481: Mobile App Troubleshooting Part 2
Yesterday I posted a tip about Mobile App Troubleshooting regarding duplicate views creating an error message in the mobile app. Today I would like to add to that with an issue that we experienced...
View ArticleDynamics NAV PowerShell: Creating an enhanced Get-NAVServerInstance function
Between the many hours of preparation of all the conventions (there are a few surprises I can only talk about after Directions EMEA – but is eating up a lot of time ..), let’s make time for this tiny...
View ArticleHow to get Next RecId through X++
Below piece of code can be used to retrieve next record Id from the table.staticvoidgetNextRecId(Args _args){ //Table that stores record ids details for tables SystemSequences systemSequences;...
View ArticleIts a wonderful feeling to begin
Hey, I’m Hasintha. Welcome to my blog. It’s a wonderful week and had more than enough exciting stuff happened during this week. Today Microsoft created this brand new blog for me. It is a...
View ArticlePowershell and Microsoft Dynamics CRM (#msdyncrm)
So you think you are the ultimate master of Microsoft Dynamics CRM! This is totally awesome, because now you can empower your entire team with new PowerShell Awesomeness for Microsoft Dynamics CRM...
View ArticleClickDimensions – adding a preview of the email that was sent in the Email...
So my problem I open up my contact to view the emails that have been sent via ClickDimensions, when I open the email I see the subject of the email that was sent but not the content. To get to the...
View ArticleERP Implementations and House Building - Phase 7: Walk-through
ERP Implementations and House Building – Phase 7: Walk-throughIn this multi-part blog series, Alan Lyczkowski discusses the many surprising parallels that can be drawn between an ERP implementation and...
View ArticleMitigating IoT risks and ensuring data integrity are key for the productivity...
The idea of installing sensors on devices and equipment, connecting them to the internet, and harvesting data regarding their performance, utilization, and wear and tear is so practically feasible and...
View ArticlehMailServer: Connecting Outlook
Over the last three posts, I have shown how to install and configure hMailServer for use so it can be used to send emails for Microsoft Dynamics GP’s Workflow 2.0 module. in this, the final post in the...
View ArticleAdd Serial number field to any table and increment that according to...
Originally posted on Learn Dynamic Ax with Johnkrish : Code: public void modifiedField(FieldId _fieldId) { FormLetterRemarks formLetterRemarks; super(_fieldId); select count(FormLetter) from...
View ArticleDynamics CRM Roadmap – Fall 2015 – Part 1
Microsoft unveiled some of the new functionality to expect in Dynamics CRM during CRM Fall 2015 Preview Airlift. There are some exciting new innovations coming. Let’s take a quick look: What’s...
View ArticleFilter Invent On -Hand based on WMSLocation
Today I have faced a issue how to show or filter data on InventSum Grid in EP from WMSLocation i.e. for each location there should be Invent On-hand data. Same as AX 2012 R3 rich client in EP....
View ArticleAny currency to accounting currency in AX 2012
Any currency to accounting currency in AX 2012 Currency::amount(markupTransAllocate.Value, markupTransAllocate.CurrencyCode); Regards Arun(read more)
View ArticleLook up date and calendar in AX
Look up date and calendar in AX void lookup() { ProjPeriodId projPeriodId = DNGRMParameter::find().PeriodId; ProjPeriodTo projPeriodTo; ProjControlPeriod projControlPeriod = new...
View ArticleSome issues during changing index uniqueness
Some issues during changing index uniqueness Some times we need to create a new unique index or alter existing one, but table may already contain duplicate data for this index and our changes...
View ArticleOrder picking from license plate locations
The hotfix in Microsoft Knowledge Base (KB) article 3094382 enables order picking from license plate locations for raw material picking. This hotfix also introduces a policy that controls the status of...
View ArticleDynamics CRM 2016 it is!
Well, the news is finally out. The much awaited version that was to be released in fall timeframe this year would be christened “Dynamics CRM 2016″ This version as announced, would be an...(read more)
View ArticleCompensation processing (Part 2 in a series)
Compensation processing allows you to calculate new base compensation amounts for your employees based on equity adjustments, fixed increase budgets, and performance. This blog post will cover the...
View ArticleUsing Link in Jet Reports
LINK gives users advanced filtering capabilities in Jet Essentials. Using LINK allows users to tie together information from different tables. LINK is available for all connector types. Recall...
View Article