Dynamics User Group
Dynamics User Group
  • User
  • Site
  • Search
  • User
Dynamics 365 Business Central/NAV User Group
Dynamics 365 Business Central/NAV User Group
Van Vugt's dynamiXs
  • Forums
  • Blogs
  • Resources
  • Wikis
  • Events
  • Leaderboards
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Dynamics 365 Business Central/NAV User Group requires membership for participation - click to join
Van Vugt's dynamiXs
All around NAV dev and test
  • Home
  • About
  • Contact author
  • More
  • Cancel
  • Subscribe by email
  • Posts RSS
  • More
  • Cancel
Van Vugt's dynamiXs
  • Luc van Vugt
    NAV ALM with Team Foundation Server | A Day in the Life of ...
    over 4 years ago
  • Luc van Vugt
    Christmas Eve: Merry, Merry Xmas
    over 4 years ago
  • Luc van Vugt
    The Next Generation PartnerSource/CustomerSource?
    over 4 years ago
More Content
Recommended blogs and forums
  • Views on Dynamics 365 Business Central and NAV
  • Gunnar's Blog on NAV
  • Van Vugt's dynamiXs
  • More
  • Cancel
Blog - Monthly Archive List
  • 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)
Related Tags
  • ALM
  • blog-o-sphere
  • C/AL
  • 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
  • Tools
  • translation
Blog Post List
  • Tags
  • About
  • Contact author
  • Subscribe by email
  • More
  • Cancel
  • NAV ALM with Team Foundation Server | A Day in the Life of ...

    Luc van Vugt
    Luc van Vugt

    After our exploratory talk a couple of weeks ago, I was booked for yesterday by a Dutch NAV partner to help them out on their first steps 'into' TFS. Using Visual Studio Online we did setup a collection and a team project, drafted and implemented a branch structure and discussed the use of work items in relation to code check-ins and scrum methodology.

    And among this all these basic questions recurred: what does it basically mean to be a NAV developer in a TFS environment? What are the specific task to be executed?

    So here we go for a typical day in the life of … Luc, NAV developer happily using TFS.

    1. My Work
    2. Sync my TFS workspace
    3. Sync my NAV "workspace" - Import
    4. Do my "thing"
    5. From NAV to TFS workspace - Export
    6. Inspect pending changes
    7. Check-in change

    1. My Work

    Having had our stand-up with my team, I pour myself another cup of tea - yes, tea, as after half a century I still abhor coffee - and start up my laptop. I open my Visual Studio client and in the Team Explorer Home pane I click My Work to see what tasks are desperately waiting for me to get finished.

    Nearing the end of our sprint unsurprisingly not very much. Some unfinished work (suspended work > participants) and two development tasks.

    As one of my colleagues had pointed out during the stand-up that the … error when adding seminars … issue needs to be finished first to allow it to be tested, it's clear what I need to pick up. So I drag and drop 109 from available work items to in progress work

    2. Sync my TFS workspace

    But before I can start I need to make sure that my local development environment is in sync with TFS.

    Get Latest

    So I right click on the add-on node in the Source Explorer and select Get Latest Version. Any code change that has been checked into TFS by others will also now reside in workspace.

    Forward integrate (optional)

    If we are using a branching strategy with separate branches for each developer, like in the DTAP setup in my branching strategy post, I might also need to perform a forward integration (FI) - and check-in - to incorporate the latest changes in the beta/test branch into your own.

    3. Sync my NAV "workspace" - Import

    Now that I have updated my TFS workspace I need to make sure that my NAV "workspace" is synced too; i.e. import the updated objects into my local NAV development database.

    I can do this per object, which makes sense when it concerns only a handful of objects. Or I could use some tricks to get this done more efficiently. I will dive into this in another post.

    4. Do my "thing"

    Now I can go ahead to do my "thing". Looking at the info the already resides on work item 109 (and the accompanying bug) I see that it's a simple issue due to an incomplete table relation definition, fix it in a couple of minutes and verify the fix with some straightforward unit tests.

    5. From NAV to TFS workspace - Export

    As the change has been implemented, it has to be exported to my TFS workspace.

    6. Inspect pending changes

    As I overwrite the existing version of the object in my TFS workspace TFS automatically checks it out for me appending it to the pending changes list to which I already have added the work item.

    But before I will check-in this change I make sure I provide (1) some useful description of this change, (2) add the bug work item and (3) …

    …, last but not least, will inspect the changes I made. This is one of these TFS features that makes me feel happy every time I am using it. I just have to right click on a changed object and select Compare with Latest Version to get a comparison between the current version on the server and the (changed) version in my workspace:

    A simple, efficient and powerful way to check whether the changed objects do contain the fix or feature I implemented. Or did I forget to export the latest version from NAV?

    7. Check-in change

    Now that check, double-check proved me that all changes reside in my workspace I can check it in.

    Using a branching strategy, like in the DTAP setup in my branching strategy post, I probably should propagate my changes to the consolidation branch beta/test. For this I need to perform:

    1. forward integration (FI), including a check-in, to incorporate the latest changes in the beta/test branch into my branch
      note that this is needed to make the next action simpler as it will first handle any changes in beta/test separate from mine
    2. a backward integration (BI), also including a check-in, to incorporate my change in the beta/test branch

    Ouch …

    … you might say as this seems typically more actions than you might be used in a traditional NAV setup where all devs code in a centralized database. You might be right, but we should not forget the broader picture of the setup we are in now.

    • Linking each check-in to the relevant work items ensures that code changes and information like requirements and design decisions are bounded
    • Each changeset can be propagated in a controlled way from one branch to another
    • I have current and previous versions of each objects at hand that can help me to easily check my changes against
    • ...
    • 2013-12-31
    • Original post
    • NAV
    • ALM
    • merging
    • Team Foundation Server
    • 4422 views
    • 0 comments
    • over 4 years ago
    • More
    • Cancel
  • Christmas Eve: Merry, Merry Xmas

    Luc van Vugt
    Luc van Vugt

    Christmas Eve. Rain outside and moderate temperature. Cosy inside, having set the tree and decorated it with silver, red and gold, and the old electric candles that I inherited from days gone. Haven't used them for ages and still shining bright. Preparing our Kerststol with the dough to rise and now waiting for it. Wife and children gathering in our kitchen for some bread and setting up Smallworld. And urging me to join them.

    So have to keep it short and thus remains to wish you all a merry Xmas!

    • 2013-12-24
    • Original post
    • Xmas
    • 2023 views
    • 0 comments
    • over 4 years ago
    • More
    • Cancel
  • The Next Generation PartnerSource/CustomerSource?

    Luc van Vugt
    Luc van Vugt

    Did you see this communication on PartnerSource/CustomerSource?

    Having been harsh on MS various times with respect to PartnerSource I must admit I was quite astounded by this news. I really had to overcome some disbelief and force myself to read the article and let go of my prejudice. Yes, I still have to wait to January 11 before I will be able to believe my eyes. And yes, I will do my utmost best to be positively surprised and fiercely hope this promise will stand.

    And as the Microsoft Dynamics Community Team writes:

    Let us know your thoughts!

    Again, this is just the first step in a longer journey. At launch in January, we’ll provide a detailed 2014/2015 roadmap and show you a list of the capabilities we’re shooting for, not just in PartnerSource, but also in how we evolve the customer journey. We also recommend reviewing the Next Generation PartnerSource and CustomerSource FAQ to help alleviate some general questions you may have. If you’d like to submit questions or comments prior to launch, please contact us at mbsexp@microsoft.com and we’ll get back to you quickly.

    • 2013-12-2
    • Original post
    • PartnerSource
    • customersource
    • 2858 views
    • 3 comments
    • over 4 years ago
    • More
    • Cancel
  • DUG Home
    • Contact DUG
  • Dynamics 365 for Finance and Operations/AX User Group
    • Forums
    • Blogs
    • Events
    • Documentation, videos and downloads
    • AX Partners Group
  • Dynamics 365 Business Central/NAV User Group
    • Forums
    • Blogs
    • Wikipedia
    • Events
    • Books
    • NAV partners group
    • NAV freelancers group
  • Dynamics 365 Sales/CRM User Group
    • General Discussion Forum
    • Blogs
  • Dynamics GP User Group
    • GP Discussion Forum
    • Blogs
  • Microsoft Dynamics 365 User Group
    • Forums
    • Blogs
    • Documentation, videos and downloads
  • About DUG
    • Announcements
    • Frequently asked questions about DUG
    • Suggestions to DUG
    • Membership service
    • Advertise on DUG
    • Become a DUG sponsor
    • Follow us on LinkedIn
    • Follow us on Facebook
    • Follow us on Twitter
  • More
  • Cancel
  • Microsoft Dynamics 365 User Groups

  • Dynamics 365 User Group
  • Dynamics 365 for Finance and Operations User Group
  • Dynamics 365 Business Central User Group
  • Dynamics 365 for Sales User Group
  • Microsoft Dynamics User Groups

  • Dynamics AX User Group
  • Dynamics NAV User Group
  • Dynamics GP User Group
  • Dynamics CRM User Group
  • About DUG
  • Terms of use
  • Privacy Policy
  • Frequently asked questions
Copyright 1995-2018 Dynamics User Group, all rights reserved.