Dynamics User Group
Site
Search
User
Site
Search
User
Dynamics 365 Business Central/NAV User Group
Stefano Demiliani's NAV Blog
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)
Stefano Demiliani's NAV Blog
Home
Subscribe by email
More
Cancel
Posts RSS
Atom
More
Cancel
Monthly archive list
January 2021
(4)
December 2020
(4)
November 2020
(4)
October 2020
(5)
September 2020
(6)
August 2020
(3)
July 2020
(9)
June 2020
(10)
May 2020
(4)
April 2020
(7)
March 2020
(10)
February 2020
(6)
January 2020
(5)
December 2019
(6)
November 2019
(7)
October 2019
(8)
September 2019
(7)
August 2019
(7)
July 2019
(3)
June 2019
(3)
May 2019
(3)
April 2019
(5)
March 2019
(4)
February 2019
(4)
January 2019
(6)
December 2018
(6)
November 2018
(3)
October 2018
(8)
September 2018
(5)
August 2018
(8)
July 2018
(6)
June 2018
(3)
May 2018
(5)
April 2018
(18)
March 2018
(30)
February 2018
(19)
January 2018
(8)
November 2017
(2)
September 2017
(2)
August 2017
(1)
March 2017
(4)
July 2016
(2)
June 2016
(2)
November 2015
(3)
October 2015
(8)
September 2015
(6)
Related
Related Tags
.NET
AL
Azure
Azure Functions
Books
Cloud
D365BC
DevOps
Docker
dynamics 365 business central
ERP
Extensions
gdpr
Microsoft
Microsoft Dynamics
MSDyn365BC
MSDynNAV
MVP
NAV
Personal
Powershell
Sandbox
SQL
Uncategorized
Visual Studio Code
Blog post list
Tags
Subscribe by email
More
Cancel
By date
By view count
By comment count
Descending
Ascending
“Azure Functions for Dynamics 365 Business Central Developers” webcast recording
Stefano Demy
The recording of my last webcast for Areopa Academy is available on their YouTube channel . Again, sorry for the initial GotoMeeting problem and sorry for my error during the first demo (function deployed on the wrong subscription) In-depth explanations for some topics will follow soon.
2019-10-31
Mirror post
Webcasts
dynamics 365 business central
Webcast
MSDyn365BC
AL
776 views
0 comments
over 1 year ago
More
Cancel
Dynamics 365 Business Central: Using Azure Traffic Manager to geo-distribute your Azure Functions
Stefano Demy
Some months ago I’ve written this post describing an interesting solution we’ve deployed for a geo-distributed solution that involves Dynamics 365 Business Central SaaS , Azure Functions and Azure CosmosDB as a final backend. I’ve received lots of questions related to this architecture and in this post I want to explain the right part of the above diagram. The problem to solve here is: if I have N client applications geolocated in different countries, is there a way to redirect the incoming call to an Azure Function accordingly to the client location? Here, we have deployed an Azure Function…
2019-10-30
Mirror post
dynamics 365 business central
MSDyn365BC
Traffic Manager
D365BC
Cloud
532 views
0 comments
over 1 year ago
More
Cancel
Dynamics 365 Business Central: debugging the Base Application
Stefano Demy
Yesterday at our “ Dynamics 365 Business Central Wave 2 What’s new ” event in Microsoft Italy we quickly saw hot to debug the Microsoft’s Base Application from Visual Studio Code. I’ve not spent too much time on this topic due to lack of time, but here is a summary of what I’ve done yesterday (answer to a question received after the event). As a first step, you need the Microsoft Base Application source files, available from the Dynamics 365 Business Central on-premise DVD (as a .zip file) or that you can extract from a Docker container in the following way: $alProjectFolder = "C:\SD\BaseApp…
2019-10-25
Mirror post
dynamics 365 business central
MSDyn365BC
Extensions
AL
D365BC
1120 views
0 comments
over 1 year ago
More
Cancel
Dynamics 365 Business Central: TRANSFERFIELDS and Obsolete fields
Stefano Demy
Do you know the wonderful C/AL (ops, now AL) command called TRANSFERFIELDS ? This command permits you to copy all matching fields in one record to another record: Record.TRANSFERFIELDS(FromRecord [, InitPrimaryKeyFields]) TRANSFERFIELDS copies fields based on the Field No. Property of the fields. For each field in Record (the destination), the contents of the field that has the same Field No. in FromRecord (the source) will be copied, if such a field exists. The fields must have the same data type for the copying to succeed (text and code are convertible, other types are not.) There…
2019-10-17
Mirror post
dynamics 365 business central
MSDyn365BC
AL
D365BC
514 views
0 comments
over 1 year ago
More
Cancel
Dynamics 365 Business Central on-premise Wave 2: how to create databases and perform technical upgrades
Stefano Demy
I’ve explained few days ago how to change a license from customer’s one to partner’s one when working with Dynamics 365 Business Central Wave 2 on-premise . This more tricky process occours mainly because now you don’t have the Development Environment available anymore. Another problem that you could have strictly related to this is the following: how can I create a new Dynamics 365 Business Central Wave 2 database now? For creating a new database, now Powershell is again your friend. To create a new Dynamics 365 Business Central database, you need to use the NAV- NAVApplicationDatabase cmdlet…
2019-10-9
Mirror post
SQL
dynamics 365 business central
MSDyn365BC
D365BC
Powershell
990 views
0 comments
over 1 year ago
More
Cancel
Landing to Directions EMEA 2019…
Stefano Demy
This is the meeting’s week for all the european Microsoft Dynamics 365 Business Central partners (and not only them I think) and Vienna for the second time hosts a great 3 days of conference. This is the event to attend to know more about the Microsoft’s strategy for Dynamics 365 Business Central (present and future) and for making interactions with all the great partner’s community. My personal recommendation for the event to all of you: come to Directions EMEA for learning but also for providing constructive feedbacks to Microsoft . Microsoft is here with all the product team and feedbacks…
2019-10-8
Mirror post
Microsoft
Conference
dynamics 365 business central
MSDyn365BC
Personal
623 views
0 comments
over 1 year ago
More
Cancel
Dynamics 365 Business Central on-premise Wave 2: changing license
Stefano Demy
I was sure this was an obvious topic until today, but after receiving so many desperate questions from partners that are unable to change the license for an on-premise Dynamics 365 Business Central Wave 2 database for development purposes, I’ve decided to spent few minutes for sharing this. When you install Dynamics 365 Business Central on-premise Wave 2 (or version 15) release, you’ll see that the setup permits you to select the following things: and when installed you have the following 3 applications: As you can see, there’s no more the classic CSIDE Development Environment but now…
2019-10-4
Mirror post
dynamics 365 business central
MSDyn365BC
Extensions
D365BC
745 views
0 comments
over 1 year ago
More
Cancel
Dynamics 365 Business Central: checking Users Plans in Wave 2 release
Stefano Demy
Checking which plan is assigned to a specific user (Essential, Premium, Team Member) is become a quite different thing with the Wave 2 release (version 15). Users plans are now managed in the System Application via the Azure AD Plan module . The Plan and User Plan tables are now marked as internal, so you must use the methods provided in this module to query them. How can you check if a user is an Essential, Premium or Team Member user with the version 15 release? You now have a query object called Users in Plans and you can use this object to retrieve the plans assigned to your user. For…
2019-10-1
Mirror post
dynamics 365 business central
MSDyn365BC
Extensions
AL
D365BC
646 views
0 comments
over 1 year ago
More
Cancel