SlideShare a Scribd company logo
1 of 60
Roberto Stefanetti,
MVP Business Solutions
Training Session 14/09/2016
Events Technology
- Demo
Extensions Technology
- Demo
Why we did it ?
EVENTS
EXTENSIONS
Why we did it ? EVENTS
“We have introduced a new feature called
C/AL Events, which will enable developers to
change behavior and add functionality without
explicitly modifying source code.”
Events Technology – What ?
How does it work ?
Types
Design Considerations
Design Considerations
Best Videos Microsoft
How Do I: Use Events in Microsoft Dynamics NAV 2016 - Jasminka
https://www.youtube.com/watch?v=Cjt8aQC2aC8
How Do I: Subscribe to CAL database, Page and System Events in
Microsoft Dynamics NAV 2016 - Jasminka
https://www.youtube.com/watch?v=l1H-yMSh13s
Best Videos MVP
Introduction to Eventing and Extensions in Dynamics NAV 2016 by
Mark Brummel
https://www.youtube.com/watch?v=djYR2toCqzE
Deep Dive into Eventing in Dynamics NAV 2016 by Soren Klemmensen
https://www.youtube.com/watch?v=zQHVv7PV8u8
Best Links – Part I
Publish, raise and subscribe
https://robertostefanettinavblog.wordpress.com/2015/10/27/publish-raise-
and-subscribe/
NAV 2016, “ALL” about Events
https://robertostefanettinavblog.wordpress.com/2015/11/01/nav-2016-all-
about-events/
How Do I: Use Events in Microsoft Dynamics NAV 2016 - Jasminka
https://www.youtube.com/watch?v=Cjt8aQC2aC8
Walkthrough: Publishing, Raising, and Subcribing to an Event in
Microsoft Dynamics NAV
https://msdn.microsoft.com/en-
us/library/mt299404%28v=nav.90%29.aspx?f=255&MSPPError=-
2147217396
Best Links – Part II MSDN
Events in Microsoft Dynamics NAV - MSDN
https://msdn.microsoft.com/en-us/library/mt299505(v=nav.90).aspx
Integration Events in Microsoft Dynamics NAV 2016 - NAV Team Blog
https://blogs.msdn.microsoft.com/nav/2015/10/15/integration-events-in-
microsoft-dynamics-nav-2016/
Introducing Events - MSDN
https://msdn.microsoft.com/en-us/library/mt299398(v=nav.90).aspx
Get Started with Eventing - MSDN
https://msdn.microsoft.com/dynamics/nav/mt598589
Best Practices with Microsoft Dynamics NAV Events
https://msdn.microsoft.com/en-us/library/mt299402(v=nav.90).aspx
Best Demo Links
Shiva Teja - Microsoft Dynamics NAV 2016 - Implementing Events and
Subscribers Using Workflow on Customized Pages
http://shivteja.blogspot.it/2015/11/dynamics-nav-2016-implementing-
events.html
Microsoft Dynamics NAV 2016 - How to Use Trigger Events - Part 1
http://saurav-nav.blogspot.it/2015/11/microsoft-dynamics-nav-2016-how-
to-use.html
Event Triggers - Microsoft Dynamics NAV 2016 - How to Use Trigger
Events - Part 1
https://community.dynamics.com/nav/b/sauravdhyanimicrosoftdynamicsna
v/archive/2015/11/19/microsoft-dynamics-nav-2016-how-to-use-trigger-
events-part-1
Live Demo Session
“How to Publish” an event
“How to Publish” raise an event
“How to Subscribe” to and handle an event
REMEMBER !
NAV 2016, “ALL” about Events
https://robertostefanettinavblog.wordpress.com/2015/11/01/nav-
2016-all-about-events/
How Do I: Use Events in Microsoft Dynamics NAV 2016 - Jasminka
https://www.youtube.com/watch?v=Cjt8aQC2aC8
Microsoft Dynamics NAV 2016 - How to Use Trigger Events - Part 1
http://saurav-nav.blogspot.it/2015/11/microsoft-dynamics-nav-2016-
how-to-use.html
NICE DEMOS
http://www.archerpoint.com/blog/Posts/making-upgrades-easier-nav-2016-using-event-subscriber
Another Nice demo here
Development in Dynamics NAV 2016: Events
http://www.dynamicsdc.com/en/blg/development-in-dynamics-nav-2016-events
Making Upgrades in Microsoft Dynamics NAV 2016 Easier:
How to Use the Event Subscriber Functions to Help Eliminate the Need to Modify Base
Objects
ALL PUBLISHED EVENTS
http://www.waldo.be/2015/11/02/nav-2016-eventing-all-published-integration-and-business-events/
NAV 2016 Eventing: All published Integration and Business events – nice powershell
Script from Waldo
Why we did it ? EXTENTS
“Extensions are a new way to extend and
customize a Dynamics NAV deployment
without the need to modify source objects.
Extensions can be installed, upgraded, and
uninstalled in an on-premises deployment as
well as for select tenants in a multi-tenant
deployment.”
“BENEFITS”
“INSTALLABLE”
“CAPABILITY”
“UPGRADE”
“CHOICE: RUN PER TENANT”
“ARE… ALL OF THESE”
How it works
… Only with POWERSHELL !
Powershell CmdLets
Dev and Admin Parts
NAV App Package
Powershell for NavX
Publish NAV App
Install NAV App
Simple “Rules” : IDE
Simple “Rules” : TEST, TEST…
Simple “Rules” : “Hook”
Upgrading an APP
How getting data from archive?
UPGRADE TO EXTENSIONS 1.0 (NAV 2016)
“LIMITATIONS”
ATTENTION !
APP = “Vertical” Solution
Best Videos Microsoft
How Do I Build a Basic Microsoft Dynamics NAV Extension – Waldo,
Vjeko
https://www.youtube.com/watch?v=ZiM4bkHDpJI
How Do I: Create an Extension Package in Microsoft Dynamics NAV
2016
https://www.youtube.com/watch?v=Cjt8aQC2aC8
How Do I Get Started with Building Microsoft Dynamics NAV
Extensions on the Azure Demo – Waldo, Vjeko
https://www.youtube.com/watch?v=Cfwe9F_MbBU
Best Videos Others
Microsoft Dynamics NAV 2016 Extensions Explained
https://www.youtube.com/watch?v=2P2aOsk6Wow
Introduction to Eventing and Extensions in Dynamics NAV 2016
https://www.youtube.com/watch?v=djYR2toCqzE
Best Links – Part I
Some links about NAV 2016 “Extensions” + Videos
https://robertostefanettinavblog.wordpress.com/2016/03/31/some-
links-about-nav-2016-extensions/
New NAV 2016 videos about “extensions”
https://robertostefanettinavblog.wordpress.com/2016/07/14/new-
nav-2016-videos-about-extensions/
Best Links – Part II MSDN
Extending Microsoft Dynamics NAV - MSDN
https://msdn.microsoft.com/en-us/library/hh169423(v=nav.90).aspx
Extending Microsoft Dynamics NAV Using Extension Packages
https://msdn.microsoft.com/en-us/library/mt574417(v=nav.90).aspx
How to: Develop an Extension
https://msdn.microsoft.com/en-us/library/mt574395(v=nav.90).aspx
How to: Create an Extension Package
https://msdn.microsoft.com/en-us/library/mt600264(v=nav.90).aspx
How to: Publish and Install an Extension
https://msdn.microsoft.com/en-us/library/mt600252(v=nav.90).aspx
Extension Packages Capability Support Matrix
https://msdn.microsoft.com/en-us/library/mt574414(v=nav.90).aspx
Best Demo Links
NAV2016 | My first extension (UPDATED) | NAVUG Summit
https://nav-skills.com/2015/10/15/nav2016-my-first-extension-navug-summit/
NICE SAMPLE HERE WITH STEPS
5 Simple steps to create a NAV 2016 Extension
https://www.linkedin.com/pulse/5-simple-steps-create-nav-2016-extension-
mark-brummel
Live Demo Session
“Publish & Install”
NICE DEMOS HERE
https://nav-skills.com/2015/10/20/nav2016-getting-
started-with-extensions-nav-apps/
http://mibuso.com/downloads/nav2016-my-first-extension-
navug-summit
Create extension package
New-NAVAppManifest
Create extension manifest
New-NAVAppPackage -Path MyExtension.navx -SourcePath
DELTA
https://msdn.microsoft.com/en-us/library/mt600264(v=nav.90).aspx
Publish-NAVApp -ServerInstance YourDynamicsNAVServer -
Path MyExtension.navx
Publish ore remove an extension
Unpublish-NAVApp -ServerInstance
YourDynamicsNAVServer -Path MyExtension
Remove an extension
https://msdn.microsoft.com/en-us/library/mt600264(v=nav.90).aspx
Unpublish-NAVApp -ServerInstance
YourDynamicsNAVServer -Path MyExtension
Install an extension
Install-NAVApp -ServerInstance YourDynamicsNAVServer -Name ”My
Extension” –Tenant Tenant1, Tenant3
NICE DEMOS HERE
5 Simple steps to create a NAV 2016 Extension
https://www.linkedin.com/pulse/5-simple-steps-create-nav-2016-
extension-mark-brummel
Getting Started with ExtensionsMy First Extension
https://nav-skills.com/2015/10/20/nav2016-getting-started-with-extensions-nav-apps/
http://mibuso.com/downloads/nav2016-my-first-extension-navug-summit
https://nav-skills.com/2015/10/15/nav2016-my-first-extension-navug-summit/
Some Links About Extensions
https://robertostefanettinavblog.wordpress.com/2016/03/31/some-links-about-nav-2016-
extensions/
Others useful links
NAV 2016 TESTING WORKFLOW
https://robertostefanettinavblog.wordpress.com/2015/10/11/nav-
2016-testing-workflow/
Some links about Powershell “cmdlets” for NAV
https://robertostefanettinavblog.wordpress.com/2016/07/11/some-
links-about-powershell-cmdlets-for-nav/
“Top Reasons” to Upgrade to Microsoft Dynamics NAV 2016
https://robertostefanettinavblog.wordpress.com/2016/03/08/top-
reasons-to-upgrade-to-microsoft-dynamics-nav-2016/
Roberto Stefanetti,
MVP Business Solutions

More Related Content

What's hot

Building End To End Lightning Apps - Dreamforce 2014
Building End To End Lightning Apps - Dreamforce 2014Building End To End Lightning Apps - Dreamforce 2014
Building End To End Lightning Apps - Dreamforce 2014Raja Rao DV
 
LightSwitch - different way to create business applications
LightSwitch - different way to create business applicationsLightSwitch - different way to create business applications
LightSwitch - different way to create business applicationsAlex Tumanoff
 
TDX19 - Accelerate DevOps with GitLab and Salesforce
TDX19 - Accelerate DevOps with GitLab and SalesforceTDX19 - Accelerate DevOps with GitLab and Salesforce
TDX19 - Accelerate DevOps with GitLab and SalesforceDoug Ayers
 
Dependency Injection with the Force DI Framework
Dependency Injection with the Force DI FrameworkDependency Injection with the Force DI Framework
Dependency Injection with the Force DI FrameworkDoug Ayers
 
Summer '15 Release Preview: Platform Feature Highlights
Summer '15 Release Preview: Platform Feature Highlights Summer '15 Release Preview: Platform Feature Highlights
Summer '15 Release Preview: Platform Feature Highlights Salesforce Developers
 
Salesforce Lightning Design System
Salesforce Lightning Design SystemSalesforce Lightning Design System
Salesforce Lightning Design SystemDurgesh Dhoot
 
Salesforce API: Salesforce Console Deep Dive
Salesforce API: Salesforce Console Deep DiveSalesforce API: Salesforce Console Deep Dive
Salesforce API: Salesforce Console Deep DiveSalesforce Developers
 
Winter '15 Release-Overview and Highlights
Winter '15 Release-Overview and HighlightsWinter '15 Release-Overview and Highlights
Winter '15 Release-Overview and HighlightsSalesforce Developers
 
7-SilverlightFireStarter-Toolkit and Controls - Marco Matos
7-SilverlightFireStarter-Toolkit and Controls - Marco Matos7-SilverlightFireStarter-Toolkit and Controls - Marco Matos
7-SilverlightFireStarter-Toolkit and Controls - Marco MatosMithun T. Dhar
 
Partner Certification Preparation
Partner Certification PreparationPartner Certification Preparation
Partner Certification PreparationSalesforce Partners
 
Code live with ryan headley code reviews done right
Code live with ryan headley   code reviews done rightCode live with ryan headley   code reviews done right
Code live with ryan headley code reviews done rightJackGuo20
 
Salesforce Apex Hours:- Salesforce DX
Salesforce Apex Hours:- Salesforce DXSalesforce Apex Hours:- Salesforce DX
Salesforce Apex Hours:- Salesforce DXAmit Chaudhary
 
Roadmap Webinar Summer '17 (June 1, 2017)
Roadmap Webinar Summer '17 (June 1, 2017)Roadmap Webinar Summer '17 (June 1, 2017)
Roadmap Webinar Summer '17 (June 1, 2017)Salesforce Partners
 
Salesforce.com API Series: Service Cloud Console Deep Dive
Salesforce.com API Series: Service Cloud Console Deep DiveSalesforce.com API Series: Service Cloud Console Deep Dive
Salesforce.com API Series: Service Cloud Console Deep DiveSalesforce Developers
 
Bypassing Validation Rules Through Automation, Aaron Crear
Bypassing Validation Rules Through Automation, Aaron CrearBypassing Validation Rules Through Automation, Aaron Crear
Bypassing Validation Rules Through Automation, Aaron CrearCzechDreamin
 
Press Release 0076
Press Release 0076Press Release 0076
Press Release 0076smiller257
 
Make Your App Lightning Ready with Winter '17 (December 8, 2016)
Make Your App Lightning Ready with Winter '17 (December 8, 2016)Make Your App Lightning Ready with Winter '17 (December 8, 2016)
Make Your App Lightning Ready with Winter '17 (December 8, 2016)Salesforce Partners
 

What's hot (20)

DF14 Partner Session Guide
DF14 Partner Session GuideDF14 Partner Session Guide
DF14 Partner Session Guide
 
Building End To End Lightning Apps - Dreamforce 2014
Building End To End Lightning Apps - Dreamforce 2014Building End To End Lightning Apps - Dreamforce 2014
Building End To End Lightning Apps - Dreamforce 2014
 
LightSwitch - different way to create business applications
LightSwitch - different way to create business applicationsLightSwitch - different way to create business applications
LightSwitch - different way to create business applications
 
TDX19 - Accelerate DevOps with GitLab and Salesforce
TDX19 - Accelerate DevOps with GitLab and SalesforceTDX19 - Accelerate DevOps with GitLab and Salesforce
TDX19 - Accelerate DevOps with GitLab and Salesforce
 
Dependency Injection with the Force DI Framework
Dependency Injection with the Force DI FrameworkDependency Injection with the Force DI Framework
Dependency Injection with the Force DI Framework
 
Summer '15 Release Preview: Platform Feature Highlights
Summer '15 Release Preview: Platform Feature Highlights Summer '15 Release Preview: Platform Feature Highlights
Summer '15 Release Preview: Platform Feature Highlights
 
Salesforce Lightning Design System
Salesforce Lightning Design SystemSalesforce Lightning Design System
Salesforce Lightning Design System
 
Salesforce API: Salesforce Console Deep Dive
Salesforce API: Salesforce Console Deep DiveSalesforce API: Salesforce Console Deep Dive
Salesforce API: Salesforce Console Deep Dive
 
Winter '15 Release-Overview and Highlights
Winter '15 Release-Overview and HighlightsWinter '15 Release-Overview and Highlights
Winter '15 Release-Overview and Highlights
 
7-SilverlightFireStarter-Toolkit and Controls - Marco Matos
7-SilverlightFireStarter-Toolkit and Controls - Marco Matos7-SilverlightFireStarter-Toolkit and Controls - Marco Matos
7-SilverlightFireStarter-Toolkit and Controls - Marco Matos
 
SFDC Visual Flow
SFDC Visual FlowSFDC Visual Flow
SFDC Visual Flow
 
Partner Certification Preparation
Partner Certification PreparationPartner Certification Preparation
Partner Certification Preparation
 
Code live with ryan headley code reviews done right
Code live with ryan headley   code reviews done rightCode live with ryan headley   code reviews done right
Code live with ryan headley code reviews done right
 
Salesforce Apex Hours:- Salesforce DX
Salesforce Apex Hours:- Salesforce DXSalesforce Apex Hours:- Salesforce DX
Salesforce Apex Hours:- Salesforce DX
 
Roadmap Webinar Summer '17 (June 1, 2017)
Roadmap Webinar Summer '17 (June 1, 2017)Roadmap Webinar Summer '17 (June 1, 2017)
Roadmap Webinar Summer '17 (June 1, 2017)
 
Salesforce.com API Series: Service Cloud Console Deep Dive
Salesforce.com API Series: Service Cloud Console Deep DiveSalesforce.com API Series: Service Cloud Console Deep Dive
Salesforce.com API Series: Service Cloud Console Deep Dive
 
Bypassing Validation Rules Through Automation, Aaron Crear
Bypassing Validation Rules Through Automation, Aaron CrearBypassing Validation Rules Through Automation, Aaron Crear
Bypassing Validation Rules Through Automation, Aaron Crear
 
Press Release 0076
Press Release 0076Press Release 0076
Press Release 0076
 
Dreamforce Developer Recap
Dreamforce Developer RecapDreamforce Developer Recap
Dreamforce Developer Recap
 
Make Your App Lightning Ready with Winter '17 (December 8, 2016)
Make Your App Lightning Ready with Winter '17 (December 8, 2016)Make Your App Lightning Ready with Winter '17 (December 8, 2016)
Make Your App Lightning Ready with Winter '17 (December 8, 2016)
 

Viewers also liked

Extending Dynamics NAV 2016 with Power BI and Microsoft Office | Diana Bird
Extending Dynamics NAV 2016 with Power BI and Microsoft Office | Diana BirdExtending Dynamics NAV 2016 with Power BI and Microsoft Office | Diana Bird
Extending Dynamics NAV 2016 with Power BI and Microsoft Office | Diana BirdKatie Elliott
 
Living a fullfiled life
Living a fullfiled lifeLiving a fullfiled life
Living a fullfiled lifeReu Sausa
 
Power BI for Dynamics - AJ Ansari - NAVUG Webinar -v3
Power BI for Dynamics - AJ Ansari - NAVUG Webinar -v3Power BI for Dynamics - AJ Ansari - NAVUG Webinar -v3
Power BI for Dynamics - AJ Ansari - NAVUG Webinar -v3AJ Ansari
 
Choosing the Right Microsoft BI Tool for the Job
Choosing the Right Microsoft BI Tool for the JobChoosing the Right Microsoft BI Tool for the Job
Choosing the Right Microsoft BI Tool for the JobSenturus
 
Microsoft Dynamics NAV 2017 - Complete list of client enhancements for end users
Microsoft Dynamics NAV 2017 - Complete list of client enhancements for end usersMicrosoft Dynamics NAV 2017 - Complete list of client enhancements for end users
Microsoft Dynamics NAV 2017 - Complete list of client enhancements for end usersSolution Systems, Inc.
 
Microsoft Dynamics NAV 2016 - "A users guide"
Microsoft Dynamics NAV 2016 - "A users guide"Microsoft Dynamics NAV 2016 - "A users guide"
Microsoft Dynamics NAV 2016 - "A users guide"Christos Pittis
 
Learn Power BI with Power Pivot, Power Query, Power View, Power Map and Q&A
Learn Power BI with Power Pivot, Power Query, Power View, Power Map and Q&ALearn Power BI with Power Pivot, Power Query, Power View, Power Map and Q&A
Learn Power BI with Power Pivot, Power Query, Power View, Power Map and Q&AVishal Pawar
 
Microsoft Power BI Overview
Microsoft Power BI OverviewMicrosoft Power BI Overview
Microsoft Power BI OverviewNetwoven Inc.
 
Power BI Made Simple
Power BI Made SimplePower BI Made Simple
Power BI Made SimpleJames Serra
 
Introduction to Microsoft Power BI
Introduction to Microsoft Power BIIntroduction to Microsoft Power BI
Introduction to Microsoft Power BIExilesoft
 

Viewers also liked (12)

Extending Dynamics NAV 2016 with Power BI and Microsoft Office | Diana Bird
Extending Dynamics NAV 2016 with Power BI and Microsoft Office | Diana BirdExtending Dynamics NAV 2016 with Power BI and Microsoft Office | Diana Bird
Extending Dynamics NAV 2016 with Power BI and Microsoft Office | Diana Bird
 
Living a fullfiled life
Living a fullfiled lifeLiving a fullfiled life
Living a fullfiled life
 
Power BI for Dynamics - AJ Ansari - NAVUG Webinar -v3
Power BI for Dynamics - AJ Ansari - NAVUG Webinar -v3Power BI for Dynamics - AJ Ansari - NAVUG Webinar -v3
Power BI for Dynamics - AJ Ansari - NAVUG Webinar -v3
 
Choosing the Right Microsoft BI Tool for the Job
Choosing the Right Microsoft BI Tool for the JobChoosing the Right Microsoft BI Tool for the Job
Choosing the Right Microsoft BI Tool for the Job
 
NAV 2017 What's New
NAV 2017 What's NewNAV 2017 What's New
NAV 2017 What's New
 
PMBoK and Scrum: can we be friends?
PMBoK and Scrum: can we be friends?PMBoK and Scrum: can we be friends?
PMBoK and Scrum: can we be friends?
 
Microsoft Dynamics NAV 2017 - Complete list of client enhancements for end users
Microsoft Dynamics NAV 2017 - Complete list of client enhancements for end usersMicrosoft Dynamics NAV 2017 - Complete list of client enhancements for end users
Microsoft Dynamics NAV 2017 - Complete list of client enhancements for end users
 
Microsoft Dynamics NAV 2016 - "A users guide"
Microsoft Dynamics NAV 2016 - "A users guide"Microsoft Dynamics NAV 2016 - "A users guide"
Microsoft Dynamics NAV 2016 - "A users guide"
 
Learn Power BI with Power Pivot, Power Query, Power View, Power Map and Q&A
Learn Power BI with Power Pivot, Power Query, Power View, Power Map and Q&ALearn Power BI with Power Pivot, Power Query, Power View, Power Map and Q&A
Learn Power BI with Power Pivot, Power Query, Power View, Power Map and Q&A
 
Microsoft Power BI Overview
Microsoft Power BI OverviewMicrosoft Power BI Overview
Microsoft Power BI Overview
 
Power BI Made Simple
Power BI Made SimplePower BI Made Simple
Power BI Made Simple
 
Introduction to Microsoft Power BI
Introduction to Microsoft Power BIIntroduction to Microsoft Power BI
Introduction to Microsoft Power BI
 

Similar to NAV 2016 Events and Extensions

[Azure Council Experts (ACE) 第14回定例会] Microsoft Azureアップデート情報 (2015/10/22-201...
[Azure Council Experts (ACE) 第14回定例会] Microsoft Azureアップデート情報 (2015/10/22-201...[Azure Council Experts (ACE) 第14回定例会] Microsoft Azureアップデート情報 (2015/10/22-201...
[Azure Council Experts (ACE) 第14回定例会] Microsoft Azureアップデート情報 (2015/10/22-201...Naoki (Neo) SATO
 
[Azure Council Experts (ACE) 第20回定例会] Microsoft Azureアップデート情報 (2016/10/14-201...
[Azure Council Experts (ACE) 第20回定例会] Microsoft Azureアップデート情報 (2016/10/14-201...[Azure Council Experts (ACE) 第20回定例会] Microsoft Azureアップデート情報 (2016/10/14-201...
[Azure Council Experts (ACE) 第20回定例会] Microsoft Azureアップデート情報 (2016/10/14-201...Naoki (Neo) SATO
 
NAV 2018 and NAV New Technology - Fast Tracks - 14 dicembre 2017
NAV 2018 and NAV New Technology - Fast Tracks - 14 dicembre 2017NAV 2018 and NAV New Technology - Fast Tracks - 14 dicembre 2017
NAV 2018 and NAV New Technology - Fast Tracks - 14 dicembre 2017Roberto Stefanetti
 
Community Resources
Community ResourcesCommunity Resources
Community ResourcesSam Kumar
 
[Azure Council Experts (ACE) 第18回定例会] Microsoft Azureアップデート情報 (2016/06/17-201...
[Azure Council Experts (ACE) 第18回定例会] Microsoft Azureアップデート情報 (2016/06/17-201...[Azure Council Experts (ACE) 第18回定例会] Microsoft Azureアップデート情報 (2016/06/17-201...
[Azure Council Experts (ACE) 第18回定例会] Microsoft Azureアップデート情報 (2016/06/17-201...Naoki (Neo) SATO
 
WSO2 Platform Introduction - Why,What and How
WSO2 Platform Introduction - Why,What and How WSO2 Platform Introduction - Why,What and How
WSO2 Platform Introduction - Why,What and How WSO2
 
NAV 2018 What's new, December 14, 2017, Milan
NAV 2018 What's new, December 14, 2017, MilanNAV 2018 What's new, December 14, 2017, Milan
NAV 2018 What's new, December 14, 2017, MilanRoberto Stefanetti
 
[Azure Council Experts (ACE) 第16回定例会] Microsoft Azureアップデート情報 (2016/02/19-201...
[Azure Council Experts (ACE) 第16回定例会] Microsoft Azureアップデート情報 (2016/02/19-201...[Azure Council Experts (ACE) 第16回定例会] Microsoft Azureアップデート情報 (2016/02/19-201...
[Azure Council Experts (ACE) 第16回定例会] Microsoft Azureアップデート情報 (2016/02/19-201...Naoki (Neo) SATO
 
[Azure Council Experts (ACE) 第13回定例会] Microsoft Azureアップデート情報 (2015/08/20-201...
[Azure Council Experts (ACE) 第13回定例会] Microsoft Azureアップデート情報 (2015/08/20-201...[Azure Council Experts (ACE) 第13回定例会] Microsoft Azureアップデート情報 (2015/08/20-201...
[Azure Council Experts (ACE) 第13回定例会] Microsoft Azureアップデート情報 (2015/08/20-201...Naoki (Neo) SATO
 
Copy of Buyers Journey v1.0.2.docx - Presentation.pptx
Copy of Buyers Journey v1.0.2.docx - Presentation.pptxCopy of Buyers Journey v1.0.2.docx - Presentation.pptx
Copy of Buyers Journey v1.0.2.docx - Presentation.pptxSoFl2
 
Big Data Seminar: Analytics, Hadoop, Map Reduce, Mongo and other great stuff
Big Data Seminar: Analytics, Hadoop, Map Reduce, Mongo and other great stuffBig Data Seminar: Analytics, Hadoop, Map Reduce, Mongo and other great stuff
Big Data Seminar: Analytics, Hadoop, Map Reduce, Mongo and other great stuffMoshe Kaplan
 
WSO2 Platform Introduction : Why, What and How
WSO2 Platform Introduction : Why, What and How WSO2 Platform Introduction : Why, What and How
WSO2 Platform Introduction : Why, What and How WSO2
 
ZenTao and Scrum roles
ZenTao and Scrum rolesZenTao and Scrum roles
ZenTao and Scrum rolesFei TENG
 
Web Systems Architecture by Moshe Kaplan
Web Systems Architecture by Moshe KaplanWeb Systems Architecture by Moshe Kaplan
Web Systems Architecture by Moshe KaplanMoshe Kaplan
 
Sustainability Challenge, Postman, Rest sheet and Anypoint provider : MuleSof...
Sustainability Challenge, Postman, Rest sheet and Anypoint provider : MuleSof...Sustainability Challenge, Postman, Rest sheet and Anypoint provider : MuleSof...
Sustainability Challenge, Postman, Rest sheet and Anypoint provider : MuleSof...Angel Alberici
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Intégrez vos applications métiers dans Microsoft Teams
Intégrez vos applications métiers dans Microsoft TeamsIntégrez vos applications métiers dans Microsoft Teams
Intégrez vos applications métiers dans Microsoft TeamsGuillaume Meyer
 

Similar to NAV 2016 Events and Extensions (20)

[Azure Council Experts (ACE) 第14回定例会] Microsoft Azureアップデート情報 (2015/10/22-201...
[Azure Council Experts (ACE) 第14回定例会] Microsoft Azureアップデート情報 (2015/10/22-201...[Azure Council Experts (ACE) 第14回定例会] Microsoft Azureアップデート情報 (2015/10/22-201...
[Azure Council Experts (ACE) 第14回定例会] Microsoft Azureアップデート情報 (2015/10/22-201...
 
[Azure Council Experts (ACE) 第20回定例会] Microsoft Azureアップデート情報 (2016/10/14-201...
[Azure Council Experts (ACE) 第20回定例会] Microsoft Azureアップデート情報 (2016/10/14-201...[Azure Council Experts (ACE) 第20回定例会] Microsoft Azureアップデート情報 (2016/10/14-201...
[Azure Council Experts (ACE) 第20回定例会] Microsoft Azureアップデート情報 (2016/10/14-201...
 
NAV 2018 and NAV New Technology - Fast Tracks - 14 dicembre 2017
NAV 2018 and NAV New Technology - Fast Tracks - 14 dicembre 2017NAV 2018 and NAV New Technology - Fast Tracks - 14 dicembre 2017
NAV 2018 and NAV New Technology - Fast Tracks - 14 dicembre 2017
 
Community Resources
Community ResourcesCommunity Resources
Community Resources
 
[Azure Council Experts (ACE) 第18回定例会] Microsoft Azureアップデート情報 (2016/06/17-201...
[Azure Council Experts (ACE) 第18回定例会] Microsoft Azureアップデート情報 (2016/06/17-201...[Azure Council Experts (ACE) 第18回定例会] Microsoft Azureアップデート情報 (2016/06/17-201...
[Azure Council Experts (ACE) 第18回定例会] Microsoft Azureアップデート情報 (2016/06/17-201...
 
WSO2 Platform Introduction - Why,What and How
WSO2 Platform Introduction - Why,What and How WSO2 Platform Introduction - Why,What and How
WSO2 Platform Introduction - Why,What and How
 
NAV 2018 What's new, December 14, 2017, Milan
NAV 2018 What's new, December 14, 2017, MilanNAV 2018 What's new, December 14, 2017, Milan
NAV 2018 What's new, December 14, 2017, Milan
 
[Azure Council Experts (ACE) 第16回定例会] Microsoft Azureアップデート情報 (2016/02/19-201...
[Azure Council Experts (ACE) 第16回定例会] Microsoft Azureアップデート情報 (2016/02/19-201...[Azure Council Experts (ACE) 第16回定例会] Microsoft Azureアップデート情報 (2016/02/19-201...
[Azure Council Experts (ACE) 第16回定例会] Microsoft Azureアップデート情報 (2016/02/19-201...
 
[Azure Council Experts (ACE) 第13回定例会] Microsoft Azureアップデート情報 (2015/08/20-201...
[Azure Council Experts (ACE) 第13回定例会] Microsoft Azureアップデート情報 (2015/08/20-201...[Azure Council Experts (ACE) 第13回定例会] Microsoft Azureアップデート情報 (2015/08/20-201...
[Azure Council Experts (ACE) 第13回定例会] Microsoft Azureアップデート情報 (2015/08/20-201...
 
Copy of Buyers Journey v1.0.2.docx - Presentation.pptx
Copy of Buyers Journey v1.0.2.docx - Presentation.pptxCopy of Buyers Journey v1.0.2.docx - Presentation.pptx
Copy of Buyers Journey v1.0.2.docx - Presentation.pptx
 
External Webinars
External WebinarsExternal Webinars
External Webinars
 
Big Data Seminar: Analytics, Hadoop, Map Reduce, Mongo and other great stuff
Big Data Seminar: Analytics, Hadoop, Map Reduce, Mongo and other great stuffBig Data Seminar: Analytics, Hadoop, Map Reduce, Mongo and other great stuff
Big Data Seminar: Analytics, Hadoop, Map Reduce, Mongo and other great stuff
 
WSO2 Platform Introduction : Why, What and How
WSO2 Platform Introduction : Why, What and How WSO2 Platform Introduction : Why, What and How
WSO2 Platform Introduction : Why, What and How
 
Code Dojo for Product Owners
Code Dojo for Product OwnersCode Dojo for Product Owners
Code Dojo for Product Owners
 
ZenTao and Scrum roles
ZenTao and Scrum rolesZenTao and Scrum roles
ZenTao and Scrum roles
 
Web Systems Architecture by Moshe Kaplan
Web Systems Architecture by Moshe KaplanWeb Systems Architecture by Moshe Kaplan
Web Systems Architecture by Moshe Kaplan
 
Sustainability Challenge, Postman, Rest sheet and Anypoint provider : MuleSof...
Sustainability Challenge, Postman, Rest sheet and Anypoint provider : MuleSof...Sustainability Challenge, Postman, Rest sheet and Anypoint provider : MuleSof...
Sustainability Challenge, Postman, Rest sheet and Anypoint provider : MuleSof...
 
6th Salesforce Developer Group - Bilbao
6th Salesforce Developer Group - Bilbao6th Salesforce Developer Group - Bilbao
6th Salesforce Developer Group - Bilbao
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Intégrez vos applications métiers dans Microsoft Teams
Intégrez vos applications métiers dans Microsoft TeamsIntégrez vos applications métiers dans Microsoft Teams
Intégrez vos applications métiers dans Microsoft Teams
 

More from Roberto Stefanetti

Microsoft Azure - Passaggio al Cloud
Microsoft Azure - Passaggio al CloudMicrosoft Azure - Passaggio al Cloud
Microsoft Azure - Passaggio al CloudRoberto Stefanetti
 
Dynamics 365 Business Central Wave 2 - Fast Tracks
Dynamics 365 Business Central Wave 2 - Fast TracksDynamics 365 Business Central Wave 2 - Fast Tracks
Dynamics 365 Business Central Wave 2 - Fast TracksRoberto Stefanetti
 
Microsoft Power BI - Concetti base
Microsoft Power BI - Concetti base Microsoft Power BI - Concetti base
Microsoft Power BI - Concetti base Roberto Stefanetti
 
Microsoft Dynamics 365 Business Central - ITA
Microsoft Dynamics 365 Business Central - ITAMicrosoft Dynamics 365 Business Central - ITA
Microsoft Dynamics 365 Business Central - ITARoberto Stefanetti
 
Business Central CRM Module (ITA)
Business Central CRM Module (ITA)Business Central CRM Module (ITA)
Business Central CRM Module (ITA)Roberto Stefanetti
 
MSDYN365 Business Central On-premise Vs Cloud SaaS
MSDYN365 Business Central On-premise Vs Cloud SaaSMSDYN365 Business Central On-premise Vs Cloud SaaS
MSDYN365 Business Central On-premise Vs Cloud SaaSRoberto Stefanetti
 
Microsoft Dynamics 365 Business Central April'19 release
Microsoft Dynamics 365 Business Central April'19 releaseMicrosoft Dynamics 365 Business Central April'19 release
Microsoft Dynamics 365 Business Central April'19 releaseRoberto Stefanetti
 
Implementing Microsoft Dynamics 356 Business Central On-Premise
Implementing Microsoft Dynamics 356 Business Central On-PremiseImplementing Microsoft Dynamics 356 Business Central On-Premise
Implementing Microsoft Dynamics 356 Business Central On-PremiseRoberto Stefanetti
 
Microsoft Dynamics 365 Business Central - Overview October 2018
Microsoft Dynamics 365 Business Central - Overview October 2018Microsoft Dynamics 365 Business Central - Overview October 2018
Microsoft Dynamics 365 Business Central - Overview October 2018Roberto Stefanetti
 
Microsoft Dynamics 365 Business Central
Microsoft Dynamics 365 Business CentralMicrosoft Dynamics 365 Business Central
Microsoft Dynamics 365 Business CentralRoberto Stefanetti
 
GDPR Microsoft Strategies - Topics & Links
GDPR Microsoft Strategies - Topics & LinksGDPR Microsoft Strategies - Topics & Links
GDPR Microsoft Strategies - Topics & LinksRoberto Stefanetti
 
ForNAV la nostra soluzione per i reports con Dynamics NAV
ForNAV la nostra soluzione per i reports con Dynamics NAVForNAV la nostra soluzione per i reports con Dynamics NAV
ForNAV la nostra soluzione per i reports con Dynamics NAVRoberto Stefanetti
 
NAV 2013 Cost Accounting Module
NAV 2013 Cost Accounting ModuleNAV 2013 Cost Accounting Module
NAV 2013 Cost Accounting ModuleRoberto Stefanetti
 
Document Management Systems con GLOBE e Dynamics NAV addon
Document Management Systems con GLOBE e Dynamics NAV addonDocument Management Systems con GLOBE e Dynamics NAV addon
Document Management Systems con GLOBE e Dynamics NAV addonRoberto Stefanetti
 
Dynamics NAV Warehouse Management System (WMS)
Dynamics NAV Warehouse Management System (WMS)Dynamics NAV Warehouse Management System (WMS)
Dynamics NAV Warehouse Management System (WMS)Roberto Stefanetti
 
Dynamics NAV con IEM - evento SEDP Cavaglià 2015
Dynamics NAV con IEM - evento SEDP Cavaglià 2015Dynamics NAV con IEM - evento SEDP Cavaglià 2015
Dynamics NAV con IEM - evento SEDP Cavaglià 2015Roberto Stefanetti
 

More from Roberto Stefanetti (20)

Microsoft Azure - Passaggio al Cloud
Microsoft Azure - Passaggio al CloudMicrosoft Azure - Passaggio al Cloud
Microsoft Azure - Passaggio al Cloud
 
Dynamics 365 Business Central Wave 2 - Fast Tracks
Dynamics 365 Business Central Wave 2 - Fast TracksDynamics 365 Business Central Wave 2 - Fast Tracks
Dynamics 365 Business Central Wave 2 - Fast Tracks
 
Microsoft Power BI - Concetti base
Microsoft Power BI - Concetti base Microsoft Power BI - Concetti base
Microsoft Power BI - Concetti base
 
Microsoft Dynamics 365 Business Central - ITA
Microsoft Dynamics 365 Business Central - ITAMicrosoft Dynamics 365 Business Central - ITA
Microsoft Dynamics 365 Business Central - ITA
 
Business Central CRM Module (ITA)
Business Central CRM Module (ITA)Business Central CRM Module (ITA)
Business Central CRM Module (ITA)
 
MSDYN365 Business Central On-premise Vs Cloud SaaS
MSDYN365 Business Central On-premise Vs Cloud SaaSMSDYN365 Business Central On-premise Vs Cloud SaaS
MSDYN365 Business Central On-premise Vs Cloud SaaS
 
Dynamics NAV Concetti Base
Dynamics NAV Concetti BaseDynamics NAV Concetti Base
Dynamics NAV Concetti Base
 
Microsoft Dynamics 365 Business Central April'19 release
Microsoft Dynamics 365 Business Central April'19 releaseMicrosoft Dynamics 365 Business Central April'19 release
Microsoft Dynamics 365 Business Central April'19 release
 
Python for dummies
Python for dummiesPython for dummies
Python for dummies
 
Implementing Microsoft Dynamics 356 Business Central On-Premise
Implementing Microsoft Dynamics 356 Business Central On-PremiseImplementing Microsoft Dynamics 356 Business Central On-Premise
Implementing Microsoft Dynamics 356 Business Central On-Premise
 
Microsoft Dynamics 365 Business Central - Overview October 2018
Microsoft Dynamics 365 Business Central - Overview October 2018Microsoft Dynamics 365 Business Central - Overview October 2018
Microsoft Dynamics 365 Business Central - Overview October 2018
 
Microsoft Dynamics 365 Business Central
Microsoft Dynamics 365 Business CentralMicrosoft Dynamics 365 Business Central
Microsoft Dynamics 365 Business Central
 
GDPR Microsoft Strategies - Topics & Links
GDPR Microsoft Strategies - Topics & LinksGDPR Microsoft Strategies - Topics & Links
GDPR Microsoft Strategies - Topics & Links
 
ForNAV la nostra soluzione per i reports con Dynamics NAV
ForNAV la nostra soluzione per i reports con Dynamics NAVForNAV la nostra soluzione per i reports con Dynamics NAV
ForNAV la nostra soluzione per i reports con Dynamics NAV
 
C/SIDE-C/AL Vs VS Code-AL
C/SIDE-C/AL Vs VS Code-ALC/SIDE-C/AL Vs VS Code-AL
C/SIDE-C/AL Vs VS Code-AL
 
MRP and Planning Overview
MRP and Planning OverviewMRP and Planning Overview
MRP and Planning Overview
 
NAV 2013 Cost Accounting Module
NAV 2013 Cost Accounting ModuleNAV 2013 Cost Accounting Module
NAV 2013 Cost Accounting Module
 
Document Management Systems con GLOBE e Dynamics NAV addon
Document Management Systems con GLOBE e Dynamics NAV addonDocument Management Systems con GLOBE e Dynamics NAV addon
Document Management Systems con GLOBE e Dynamics NAV addon
 
Dynamics NAV Warehouse Management System (WMS)
Dynamics NAV Warehouse Management System (WMS)Dynamics NAV Warehouse Management System (WMS)
Dynamics NAV Warehouse Management System (WMS)
 
Dynamics NAV con IEM - evento SEDP Cavaglià 2015
Dynamics NAV con IEM - evento SEDP Cavaglià 2015Dynamics NAV con IEM - evento SEDP Cavaglià 2015
Dynamics NAV con IEM - evento SEDP Cavaglià 2015
 

Recently uploaded

Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsAndrey Dotsenko
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfjimielynbastida
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Neo4j
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 

Recently uploaded (20)

Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdf
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 

NAV 2016 Events and Extensions

  • 1. Roberto Stefanetti, MVP Business Solutions Training Session 14/09/2016
  • 3. Why we did it ? EVENTS EXTENSIONS
  • 4.
  • 5. Why we did it ? EVENTS “We have introduced a new feature called C/AL Events, which will enable developers to change behavior and add functionality without explicitly modifying source code.”
  • 7. How does it work ?
  • 11. Best Videos Microsoft How Do I: Use Events in Microsoft Dynamics NAV 2016 - Jasminka https://www.youtube.com/watch?v=Cjt8aQC2aC8 How Do I: Subscribe to CAL database, Page and System Events in Microsoft Dynamics NAV 2016 - Jasminka https://www.youtube.com/watch?v=l1H-yMSh13s
  • 12. Best Videos MVP Introduction to Eventing and Extensions in Dynamics NAV 2016 by Mark Brummel https://www.youtube.com/watch?v=djYR2toCqzE Deep Dive into Eventing in Dynamics NAV 2016 by Soren Klemmensen https://www.youtube.com/watch?v=zQHVv7PV8u8
  • 13. Best Links – Part I Publish, raise and subscribe https://robertostefanettinavblog.wordpress.com/2015/10/27/publish-raise- and-subscribe/ NAV 2016, “ALL” about Events https://robertostefanettinavblog.wordpress.com/2015/11/01/nav-2016-all- about-events/ How Do I: Use Events in Microsoft Dynamics NAV 2016 - Jasminka https://www.youtube.com/watch?v=Cjt8aQC2aC8 Walkthrough: Publishing, Raising, and Subcribing to an Event in Microsoft Dynamics NAV https://msdn.microsoft.com/en- us/library/mt299404%28v=nav.90%29.aspx?f=255&MSPPError=- 2147217396
  • 14. Best Links – Part II MSDN Events in Microsoft Dynamics NAV - MSDN https://msdn.microsoft.com/en-us/library/mt299505(v=nav.90).aspx Integration Events in Microsoft Dynamics NAV 2016 - NAV Team Blog https://blogs.msdn.microsoft.com/nav/2015/10/15/integration-events-in- microsoft-dynamics-nav-2016/ Introducing Events - MSDN https://msdn.microsoft.com/en-us/library/mt299398(v=nav.90).aspx Get Started with Eventing - MSDN https://msdn.microsoft.com/dynamics/nav/mt598589 Best Practices with Microsoft Dynamics NAV Events https://msdn.microsoft.com/en-us/library/mt299402(v=nav.90).aspx
  • 15. Best Demo Links Shiva Teja - Microsoft Dynamics NAV 2016 - Implementing Events and Subscribers Using Workflow on Customized Pages http://shivteja.blogspot.it/2015/11/dynamics-nav-2016-implementing- events.html Microsoft Dynamics NAV 2016 - How to Use Trigger Events - Part 1 http://saurav-nav.blogspot.it/2015/11/microsoft-dynamics-nav-2016-how- to-use.html Event Triggers - Microsoft Dynamics NAV 2016 - How to Use Trigger Events - Part 1 https://community.dynamics.com/nav/b/sauravdhyanimicrosoftdynamicsna v/archive/2015/11/19/microsoft-dynamics-nav-2016-how-to-use-trigger- events-part-1
  • 18. “How to Publish” raise an event
  • 19. “How to Subscribe” to and handle an event
  • 20.
  • 22. NAV 2016, “ALL” about Events https://robertostefanettinavblog.wordpress.com/2015/11/01/nav- 2016-all-about-events/ How Do I: Use Events in Microsoft Dynamics NAV 2016 - Jasminka https://www.youtube.com/watch?v=Cjt8aQC2aC8 Microsoft Dynamics NAV 2016 - How to Use Trigger Events - Part 1 http://saurav-nav.blogspot.it/2015/11/microsoft-dynamics-nav-2016- how-to-use.html
  • 23. NICE DEMOS http://www.archerpoint.com/blog/Posts/making-upgrades-easier-nav-2016-using-event-subscriber Another Nice demo here Development in Dynamics NAV 2016: Events http://www.dynamicsdc.com/en/blg/development-in-dynamics-nav-2016-events Making Upgrades in Microsoft Dynamics NAV 2016 Easier: How to Use the Event Subscriber Functions to Help Eliminate the Need to Modify Base Objects
  • 24. ALL PUBLISHED EVENTS http://www.waldo.be/2015/11/02/nav-2016-eventing-all-published-integration-and-business-events/ NAV 2016 Eventing: All published Integration and Business events – nice powershell Script from Waldo
  • 25.
  • 26. Why we did it ? EXTENTS “Extensions are a new way to extend and customize a Dynamics NAV deployment without the need to modify source objects. Extensions can be installed, upgraded, and uninstalled in an on-premises deployment as well as for select tenants in a multi-tenant deployment.”
  • 31. “CHOICE: RUN PER TENANT”
  • 32. “ARE… ALL OF THESE”
  • 34. … Only with POWERSHELL !
  • 36. Dev and Admin Parts
  • 42. Simple “Rules” : TEST, TEST…
  • 43. Simple “Rules” : “Hook”
  • 45. How getting data from archive?
  • 46. UPGRADE TO EXTENSIONS 1.0 (NAV 2016) “LIMITATIONS”
  • 49. Best Videos Microsoft How Do I Build a Basic Microsoft Dynamics NAV Extension – Waldo, Vjeko https://www.youtube.com/watch?v=ZiM4bkHDpJI How Do I: Create an Extension Package in Microsoft Dynamics NAV 2016 https://www.youtube.com/watch?v=Cjt8aQC2aC8 How Do I Get Started with Building Microsoft Dynamics NAV Extensions on the Azure Demo – Waldo, Vjeko https://www.youtube.com/watch?v=Cfwe9F_MbBU
  • 50. Best Videos Others Microsoft Dynamics NAV 2016 Extensions Explained https://www.youtube.com/watch?v=2P2aOsk6Wow Introduction to Eventing and Extensions in Dynamics NAV 2016 https://www.youtube.com/watch?v=djYR2toCqzE
  • 51. Best Links – Part I Some links about NAV 2016 “Extensions” + Videos https://robertostefanettinavblog.wordpress.com/2016/03/31/some- links-about-nav-2016-extensions/ New NAV 2016 videos about “extensions” https://robertostefanettinavblog.wordpress.com/2016/07/14/new- nav-2016-videos-about-extensions/
  • 52. Best Links – Part II MSDN Extending Microsoft Dynamics NAV - MSDN https://msdn.microsoft.com/en-us/library/hh169423(v=nav.90).aspx Extending Microsoft Dynamics NAV Using Extension Packages https://msdn.microsoft.com/en-us/library/mt574417(v=nav.90).aspx How to: Develop an Extension https://msdn.microsoft.com/en-us/library/mt574395(v=nav.90).aspx How to: Create an Extension Package https://msdn.microsoft.com/en-us/library/mt600264(v=nav.90).aspx How to: Publish and Install an Extension https://msdn.microsoft.com/en-us/library/mt600252(v=nav.90).aspx Extension Packages Capability Support Matrix https://msdn.microsoft.com/en-us/library/mt574414(v=nav.90).aspx
  • 53. Best Demo Links NAV2016 | My first extension (UPDATED) | NAVUG Summit https://nav-skills.com/2015/10/15/nav2016-my-first-extension-navug-summit/ NICE SAMPLE HERE WITH STEPS 5 Simple steps to create a NAV 2016 Extension https://www.linkedin.com/pulse/5-simple-steps-create-nav-2016-extension- mark-brummel
  • 55. “Publish & Install” NICE DEMOS HERE https://nav-skills.com/2015/10/20/nav2016-getting- started-with-extensions-nav-apps/ http://mibuso.com/downloads/nav2016-my-first-extension- navug-summit
  • 56. Create extension package New-NAVAppManifest Create extension manifest New-NAVAppPackage -Path MyExtension.navx -SourcePath DELTA https://msdn.microsoft.com/en-us/library/mt600264(v=nav.90).aspx Publish-NAVApp -ServerInstance YourDynamicsNAVServer - Path MyExtension.navx Publish ore remove an extension Unpublish-NAVApp -ServerInstance YourDynamicsNAVServer -Path MyExtension
  • 57. Remove an extension https://msdn.microsoft.com/en-us/library/mt600264(v=nav.90).aspx Unpublish-NAVApp -ServerInstance YourDynamicsNAVServer -Path MyExtension Install an extension Install-NAVApp -ServerInstance YourDynamicsNAVServer -Name ”My Extension” –Tenant Tenant1, Tenant3
  • 58. NICE DEMOS HERE 5 Simple steps to create a NAV 2016 Extension https://www.linkedin.com/pulse/5-simple-steps-create-nav-2016- extension-mark-brummel Getting Started with ExtensionsMy First Extension https://nav-skills.com/2015/10/20/nav2016-getting-started-with-extensions-nav-apps/ http://mibuso.com/downloads/nav2016-my-first-extension-navug-summit https://nav-skills.com/2015/10/15/nav2016-my-first-extension-navug-summit/ Some Links About Extensions https://robertostefanettinavblog.wordpress.com/2016/03/31/some-links-about-nav-2016- extensions/
  • 59. Others useful links NAV 2016 TESTING WORKFLOW https://robertostefanettinavblog.wordpress.com/2015/10/11/nav- 2016-testing-workflow/ Some links about Powershell “cmdlets” for NAV https://robertostefanettinavblog.wordpress.com/2016/07/11/some- links-about-powershell-cmdlets-for-nav/ “Top Reasons” to Upgrade to Microsoft Dynamics NAV 2016 https://robertostefanettinavblog.wordpress.com/2016/03/08/top- reasons-to-upgrade-to-microsoft-dynamics-nav-2016/