Dynamics User Group
Site
Search
User
Site
Search
User
Dynamics 365 Business Central/NAV User Group
Mohana's Dynamics NAV Blog
Change in sandboxName in Launch.json
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)
Mohana's Dynamics NAV Blog
Post Details
Mohana
2020-10-16 6:09 AM
0 comments
295 views
Mirror post
dynamics 365 business central
Launch.json
Home
Posts RSS
More
Cancel
Share
Subscribe by email
All blogs RSS
Atom
More
Cancel
Most recent posts
Tags
Subscribe by email
More
Cancel
By date
By view count
By comment count
Descending
Ascending
Mohana
2020-11-4
Mirror post
What Code Analyzers are right for you?
A code analyzer is a library that builds on the compiler's functionality to offer enhanced analysis of the syntax and semantics of your code at build time. The AL Language extension for Visual Studio...
(Continue reading)
244 views
0 comments
3 months ago
More
Cancel
Mohana
2020-10-16
Mirror post
dynamics 365 business central
Launch.json
Change in sandboxName in Launch.json
I was delivering a D365 Business Central training to a client today and was explaining about Launch.json and mentioning that the launch.json file contains information about the server that the extension...
(Continue reading)
295 views
0 comments
4 months ago
More
Cancel
Mohana
2020-7-2
Mirror post
Update Marketplace Apps/ AppSource Apps
dynamics 365 business central
How to upgrade AppSource/Marketplace Apps without uninstalling and installing again
With latest Business Central Admin center, we can check if there are any latest version of app available in AppSource/Marketplace. 1. Go to Business Central Admin Center 2. Click on environment that you...
(Continue reading)
412 views
0 comments
7 months ago
More
Cancel
Mohana
2020-7-2
Mirror post
How to upgrade AppSource/Marketplace Apps without uninstalling and installing again
With latest Business Central Admin center, we can check if there are any latest version of app available in AppSource/Marketplace. 1. Go to Business Central Admin Center 2. Click on environment that you...
(Continue reading)
312 views
0 comments
7 months ago
More
Cancel
Mohana
2020-7-1
Mirror post
MVP
MVP (Microsoft Most Valuable Professional) 2020
I am happy to announce that I was awarded by Microsoft, with the Microsoft Most Valuable Professional (MVP) Award for 2020-2021 in the category Microsoft Business Applications (D365 Business Central/Dynamics...
(Continue reading)
414 views
0 comments
7 months ago
More
Cancel
>
Change in sandboxName in Launch.json
Mohana
2020-10-16
I was delivering a D365 Business Central training to a client today and was explaining about Launch.json and mentioning that the
launch.json file contains information about the server that the extension launches on.
And if we have multiple sandbox environments then we must specify which sandbox to be used in property called “
sandboxName
”
Tried to add the parameter and not able to find it.
Shocked for a second and noticed 2 new properties in the Launch.json
environmentType: Specifies environment to use to connect to Business Central.
Ex: Sandbox: Specifies a sandbox environment
environmentName : Specifies which production, or sandbox environment to use.
Looks like Microsoft has replaced
sandboxName
with environmentName and provided option to select the environmentType.
Did not use Production option yet.
Go to the (full) original post and its comments.
Comment List
Related
Recommended