Dynamics User Group
Site
Search
User
Site
Search
User
Dynamics 365 Business Central/NAV User Group
Van Vugt's dynamiXs
Forums
Blogs
Resources
Wikis
Events
Leaderboards
Members
Mentions
Tags
More
Cancel
New
Dynamics 365 Business Central/NAV User Group requires membership for participation - click to join (it's free)
Van Vugt's dynamiXs
All around NAV dev and test
Home
About
Contact author
More
Cancel
Related Tags
ALM
blog-o-sphere
Business Central
C/SIDE
cleanup
communities
DDC
Dynamics
external blog
Help
how-to
NAV
NAV 2009
NAV 2009 R2
NAV 2013
NAV 2015
NAV 2016
RTC
Team Foundation Server
TechDays
test
testability
testability features
test-driven development
Tools
Subscribe by email
Posts RSS
More
Cancel
Most recent posts
Tags
About
Contact author
Subscribe by email
More
Cancel
By date
By view count
By comment count
Descending
Ascending
Luc van Vugt
2012-11-18
Mirror post
Error
NAV
Codeunit
CODEUNIT.RUN #3
All...
(Continue reading)
4421 views
2 comments
over 8 years ago
More
Cancel
Luc van Vugt
2012-11-17
Mirror post
License
NAV 2013
ISV Insert Rights Available for NAV 2013 Licenses
...
(Continue reading)
4662 views
1 comments
over 8 years ago
More
Cancel
Luc van Vugt
2012-11-6
Mirror post
Tools
NAV 2013
testability features
Application Test Toolset for Microsoft Dynamics NAV 2013 - Available Now
Just...
(Continue reading)
6387 views
9 comments
over 8 years ago
More
Cancel
Luc van Vugt
2012-11-4
Mirror post
IF-THEN-ELSE
conditional statement
NAV 2013
NAV2013 Beta to RTM - Some Striking Code Changes #8: IF-THEN-ELSE
This...
(Continue reading)
5407 views
6 comments
over 8 years ago
More
Cancel
Luc van Vugt
2012-11-3
Mirror post
conditional statement
CASE
NAV 2013
NAV2013 Beta to RTM - Some Striking Code Changes #7: CASE Layout
...
(Continue reading)
3030 views
0 comments
over 8 years ago
More
Cancel
Blog - Monthly Archive List
March 2021
(1)
February 2021
(1)
January 2021
(1)
November 2020
(2)
October 2020
(1)
July 2020
(2)
June 2020
(1)
May 2020
(1)
April 2020
(1)
March 2020
(2)
February 2020
(2)
December 2019
(1)
November 2019
(1)
July 2019
(1)
May 2019
(2)
March 2019
(1)
January 2019
(1)
December 2018
(1)
September 2018
(2)
July 2018
(1)
May 2018
(1)
April 2018
(1)
March 2018
(1)
January 2018
(1)
December 2017
(1)
June 2017
(4)
April 2017
(1)
March 2017
(2)
February 2017
(2)
October 2016
(1)
August 2016
(1)
March 2016
(3)
December 2015
(4)
November 2015
(2)
October 2015
(3)
July 2015
(2)
June 2015
(7)
May 2015
(5)
April 2015
(4)
March 2015
(2)
February 2015
(1)
January 2015
(6)
December 2014
(2)
November 2014
(9)
October 2014
(6)
September 2014
(11)
June 2014
(2)
April 2014
(3)
March 2014
(1)
January 2014
(4)
December 2013
(3)
November 2013
(8)
October 2013
(3)
September 2013
(1)
August 2013
(1)
July 2013
(2)
June 2013
(6)
April 2013
(5)
March 2013
(4)
January 2013
(2)
December 2012
(1)
November 2012
(5)
October 2012
(13)
September 2012
(4)
July 2012
(7)
June 2012
(17)
April 2012
(5)
March 2012
(2)
February 2012
(7)
January 2012
(8)
December 2011
(4)
November 2011
(7)
October 2011
(6)
September 2011
(5)
August 2011
(4)
July 2011
(2)
May 2011
(1)
April 2011
(6)
March 2011
(4)
February 2011
(6)
January 2011
(6)
December 2010
(9)
November 2010
(8)
October 2010
(4)
September 2010
(9)
August 2010
(3)
July 2010
(2)
June 2010
(6)
May 2010
(2)
April 2010
(6)
March 2010
(2)
February 2010
(3)
January 2010
(11)
December 2009
(9)
November 2009
(6)
Blog Post List
Tags
About
Contact author
Subscribe by email
More
Cancel
By date
By view count
By comment count
Descending
Ascending
CODEUNIT.RUN #3
Luc van Vugt
All good things come in threes, as they say. So here is 3. Codeunit 50000: OnRun() ShipMethod.INIT; ShipMethod.INSERT; ShipMethod.INSERT; // This duplicate statement has been put here intentionally Codeunit 50001: OnRun() IF CODEUNIT.RUN(50000) THEN MESSAGE('OK') ELSE MESSAGE('LASTERRORTEXT: %1', GETLASTERRORTEXT); First "from the bare head", but test it in NAV! Both in classic and RTC. For the latter: easiest: run codeunit 50001 from NAV 2013 DE on NAV 2009: you have to create…
2012-11-18
ISV Insert Rights Available for NAV 2013 Licenses
Luc van Vugt
There has been quite some fuzz about the NAV 2013 partner licenses. Especially about the missing ISV Insert Rights. On one of my previous posts Gary Winter commented that this omission was "a bug in the licensing tool that does not allow partners to download a 2013 license with insert rights." Since then I have been checking VOICE frequently to see if the bug was fixed already, but to no avail. Apparently I did not check for some weeks until today to find out that it has been fixed so that…
2012-11-17
Application Test Toolset for Microsoft Dynamics NAV 2013 - Available Now
Luc van Vugt
Just to spread the news I am copying Simon Ejsing's announcement on mibuso : simonejsing Post subject: Test Toolset for NAV 2013 - 9000 tests for free Posted: Mon Nov 05, 2012 2:31 pm As announced at Directions US 2012, Microsoft recently released the Application Test Toolset for Microsoft Dynamics NAV 2013 at PartnerSource. The supplement is applicable to the following country releases of Microsoft Dynamics…
2012-11-6
NAV2013 Beta to RTM - Some Striking Code Changes #8: IF-THEN-ELSE
Luc van Vugt
This last item in my NAV2013 Beta to RTM - Some Striking Code Changes series is addressing code changes NAV core team made to get IF-THEN-ELSE statements coding standards compliant. If you read the Microsoft Dynamics NAV 2009 Developer and IT Pro Documentation on IF-THEN-ELSE , and also on the use of parentheses , you'll notice that there are quite some conventions to take into account. Quite some to violate, isn't it? Let's take some exemplar code changes that underline these conventions…
2012-11-4
NAV2013 Beta to RTM - Some Striking Code Changes #7: CASE Layout
Luc van Vugt
Although the coding standards are unambiguous about the layout of CASE statements , there has always been practiced an alternative flavor. Both within MS and outside. This is the standard syntax: CASE <Expression> OF <Value set 1>: <Statement 1>; <Value set 2>: <Statement 2>; ... ... <Value set n>: <Statement n>; END; And this is the alternative flavor: CASE <Expression> OF <Value set 1>: <Statement 1>; <Value set 2>: <Statement 2>; ... ..…
2012-11-3