Forum Post: RE: Failed to add field in my sales line table NAV
Technically this error should not be happening, no matter the NotBlank property or not. Fields in Navision SQL can NOT be NULL. In Navision fields can be Blank, but Blank and NULL is not the same. So I...
View ArticleBlog Post: Microsoft Dynamics Partner Roundup: Financials for Dynamics 365;...
In this week's Microsoft Dynamics partner news roundup: Envestnet|Yodlee Now Integrates with Dynamics 365 for Financials StratusLIVE Announces New Features Solvoyo, ENAVATE Partner to Enhance Supply...
View ArticleBlog Post: Accelerated Microsoft Dynamics NAV deployment: How scope limits...
Twelve months - that is all the time Wilkinson Healthcare had to implement its own back-office systems after spinning off from AAH pharmaceuticals. "We needed to get something in quickly and...
View ArticleBlog Post: From the Microsoft Dynamics NAV Blogs: Flow and Facebook; Item...
A selection of the latest insight from the Microsoft Dynamics NAV blogs: How to Create Your First Flow for NAV Dynamics NAV 2017 - Item Attributes Overview of User Permission: Microsoft Dynamics NAV...
View ArticleForum Post: RE: Failed to add field in my sales line table NAV
Hi Erik, Technically this error should not be happening, no matter the NotBlank property or not. Fields in Navision SQL can NOT be NULL. In Navision fields can be Blank, but Blank and NULL is not the...
View ArticleForum Post: RE: Failed to add field in my sales line table NAV
Hi, Yes development in production could potentially cost the lift your your database! It sure sounds like there is something wrong with the SQL database. If you don't have a test environment, then its...
View ArticleForum Post: RE: Sales order functionality
Go to codeunit - 81 find the below line of code "Document Type"::Order: BEGIN Selection := STRMENU(Text000,3); Change this to Selection := STRMENU(Text000,1);
View ArticleBlog Post: Difference between RESET and CLEAR - Tips, Tricks & Facts #9
Hi guys, As it is pretty clear from the heading, I am going to compare rec.RESET and CLEAR(rec) in this post. We are aware of the fact that CLEAR function is used to clear variables of all types. I am...
View ArticleBlog Post: More about Developer Preview for NAV
Hi guys, Merry Christmas and wish you all a very Happy New Year 2017 ✌ in advance. I really feel that this blog has connected me to a lot of individuals and I want to thank each and every one of you...
View ArticleForum Post: RE: how to write code for editable and noneditable(Boolean type...
adding to What amol said don't forget to add those boolean fields in Property Editable :)
View ArticleForum Post: RE: send email trigger based on field value change
Hi Randy, Everything (almost) can be done. Whereas this is standard in NAV 9.0 and up, where we have workflow, then it's something that would require "some" development. But a good way could be to...
View ArticleBlog Post: Coffee Break: Automate it, part 2
This is a continuation of our previous post, with further examples of how to utilize Windows PowerShell from Dynamics NAV. The samples provided here just demonstrate how easy it can be to integrate the...
View ArticleForum Post: RE: how to print multiple copies of the report in nav 2009 r2
you can refer standard reports like 204, 205, 206 etc.
View ArticleForum Post: RE: how to print multiple copies of the report in nav 2009 r2
i am not able to get it from standard report
View ArticleBlog Post: Microsoft Dynamics Webcasts, Dec 19 - 24: NAV 2017 in Office 365;...
Here's what's happening on this week's live webcast schedule. Register to attend live or get access to the recorded event. Tuesday, December 20, 2016 19-24 Dynamics NAV 2017, In Office 365 Experience...
View ArticleBlog Post: The MSDW Podcast, Dec 19 2016: LinkedIn's future, Envision's end,...
Get the MSDW Podcast RSS feed or subscribe on iTunes , Stitcher , or YouTube . read more ...read more
View ArticleBlog Post: Top 5 Year End Security Considerations for ERP Systems
Regardless of which ERP system you use, there some universal security considerations that always pop up at year end. The bottom line is that auditors and management want to know that administrators...
View ArticleForum Post: RE: converting decimals into words in a report in nav 2009
In the code what is that reprec can u tell me exactly?
View ArticleForum Post: RE: converting decimals into words in a report in nav 2009
Just refer the Codeunit "Check Translation Management" and Function "FormatNoText". Just pass the arguments that are needed.
View Article