Dynamics User Group
Site
Search
User
Site
Search
User
Dynamics 365 Business Central/NAV User Group
Roberto Stefanetti'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)
Roberto Stefanetti's NAV Blog
Home
Subscribe by email
More
Cancel
Posts RSS
Atom
More
Cancel
Monthly archive list
March 2021
(1)
February 2021
(4)
January 2021
(7)
December 2020
(3)
November 2020
(3)
October 2020
(7)
September 2020
(5)
August 2020
(4)
July 2020
(9)
June 2020
(5)
May 2020
(8)
April 2020
(5)
March 2020
(6)
February 2020
(6)
January 2020
(10)
December 2019
(5)
November 2019
(1)
May 2018
(6)
April 2018
(15)
March 2018
(9)
February 2018
(9)
January 2018
(10)
December 2017
(9)
November 2017
(9)
October 2017
(6)
September 2017
(8)
August 2017
(5)
July 2017
(9)
June 2017
(5)
May 2017
(5)
April 2017
(5)
March 2017
(5)
February 2017
(12)
January 2017
(16)
December 2016
(8)
November 2016
(9)
October 2016
(8)
September 2016
(7)
August 2016
(11)
July 2016
(11)
June 2016
(13)
May 2016
(17)
April 2016
(9)
March 2016
(7)
February 2016
(7)
January 2016
(13)
December 2015
(15)
November 2015
(15)
October 2015
(25)
September 2015
(7)
June 2015
(1)
May 2015
(3)
April 2015
(2)
March 2015
(2)
January 2015
(1)
November 2014
(1)
October 2014
(1)
September 2014
(2)
July 2014
(9)
April 2014
(1)
February 2014
(1)
June 2013
(6)
May 2013
(8)
April 2013
(2)
March 2013
(3)
February 2013
(3)
January 2013
(9)
December 2012
(1)
November 2012
(4)
October 2012
(5)
September 2011
(2)
August 2011
(1)
July 2011
(4)
May 2011
(13)
February 2011
(1)
January 2011
(3)
December 2010
(3)
November 2010
(2)
October 2010
(2)
Related
Related Tags
365 Business Central
AL
Business Central
Cloud
CU
cumulative update
DYN365BC
dynamics 365 business central
Dynamics NAV
dyndev365
General
Microsoft
MSDyn365BC
MSDynNAV
NAV
NAV 2013
NAV 2015
NAV 2016
NAV 2017
NAV 2018
News
News & Events
Senza categoria
SQL Server
What's New
Blog post list
Tags
Subscribe by email
More
Cancel
By date
By view count
By comment count
Descending
Ascending
Custom images in Business Central List Pages
Roberto Stefanetti
CUSTOM IMAGES IN BUSINESS CENTRAL LIST PAGES The ideal would be a mediaset field, unfortunately, the display from the web client in the lists is not perfect, you need to use brickview to view; in this case, we can still use the old technology based on blob fields (deprecated). “Hi, do you know if there is any way of displaying Mediaset fields in list pages without using brickview ?” What is the alternative (NOT using brickview) in the WebClient using Media fields instead of BLOBS (without using external components such as Meta UI)?” https://github.com/Microsoft/AL/issues/3406 Example…
2021-3-4
Mirror post
dyndev365
DYN365BC
Brick
images
MSDyn365BC
46 views
0 comments
1 day ago
More
Cancel
Business Central oAuth2 Authentication
Roberto Stefanetti
Business Central oAuth2 Authentication Steps to activate the OAuth2 authentication method, this type of connection can be used to connect to Business Central WebServices-APIs ; it will soon be the only method available as access with WebService key is deprecated . The system to access the exposed services uses a token issued by the access procedure (see details at the links below), it is possible to use different ways to get the token released. Docs https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/webservices/authenticate-web-services-using-oauth https:/…
2021-2-23
Mirror post
Token
Web Services
dyndev365
DYN365BC
Authentication
75 views
0 comments
10 days ago
More
Cancel
DYNAMICS NAV TABLE RELATIONSHIP DIAGRAMS
Roberto Stefanetti
“Browse through the Microsoft Dynamics NAV (Navision) Data Model Great-looking table relationship diagrams which will help you learn the Dynamics NAV (Navision) Architecture” interesting site related to table relationship diagrams, updated to NAV 2018 and very useful. I want to point it out because it could be useful. https://dynamicsdocs.com/ NAV2018W1 https://dynamicsdocs.com/nav/2018/w1/ ex Jobs Filter https://dynamicsdocs.com/nav/2018/w1/#jobs L'articolo DYNAMICS NAV TABLE RELATIONSHIP DIAGRAMS proviene da Roberto Stefanetti Blog - Microsoft Dynamics…
2021-2-22
Mirror post
Uncategorized
61 views
0 comments
11 days ago
More
Cancel
Business Central OnPremise – DotNet assembly integration in Microsoft AL
Roberto Stefanetti
Business Central OnPremise – DotNet assemby integration in Microsoft AL This short post to show you how to use DotNet assemblies in Business Central OnPremise , it might be useful to declare and use them in Microsoft AL. STEPS First of all it is necessary to set the target in the app.json file, in this case is target is “ OnPrem” (for Cloud (for Cloud/SaaS I will test Blazor shortly in a future post) After this, it’s necessary to modify the settings.json of VsCode in order to integrate the paths where the dotNet assemblies reside. Example File – Preferences – Settings – Extensions…
2021-2-18
Mirror post
dyndev365
DYN365BC
.NET
On-Premise
MSDyn365BC
93 views
0 comments
15 days ago
More
Cancel
Business Central Cloud renaming a PDF report using FileManagement.BLOBExport
Roberto Stefanetti
Business Central Cloud renaming a PDF report using FileManagement.BLOBExport On the Business Central Cloud, to save a report in PDF format and change its name while saving, you can use a STREAM BLOB through the “ Temp blob ” codeunit. Once this is done, use the function then the BLOBExport function present in the “ File Management ” codeunit to export the report created with the “ REPORT.SAVEAS ” command, changing its name during saving. Example: Code pageextension 50001 SalesInvoiceext extends "Sales Invoice" { layout { } actions { addafter("Test…
2021-2-4
Mirror post
BC Cloud
dyndev365
DYN365BC
SAVEASPDF
reporting
98 views
0 comments
29 days ago
More
Cancel
Business Central “View the last know error” page
Roberto Stefanetti
Business Central “View the last know error” page Sometimes it can happen that Business Central does not report an error on the screen (or reports it minimally) making it difficult for the user to understand what went wrong or why a procedure was not successful. Without debugging in sandbox copy, etc. and without disturbing the partner, the tenant administrator, it is always possible to view the last error detected; the system stores them all and allows you to always consult the latest. You need to recreate the error, open the guide and then select help and support , you will be able to…
2021-1-29
Mirror post
365 Business Central
DYN365BC
Get Last Error
MSDyn365BC
Cloud
126 views
0 comments
1 month ago
More
Cancel
Business Central 2021 Wave1 What’s New and Planned
Roberto Stefanetti
Business Central 2021 Wave1 What’s New and Planned Always keeping in mind these notes: “Some of the functionality described in this release plan has not been released. Delivery timelines may change and projected functionality may not be released”, today the document “ Business Central 2021 Wave1 What’s New and Planned ” was made public. You can find all the features declared to date at this link: https://docs.microsoft.com/it-it/dynamics365-release-plan/2021wave1/smb/dynamics365-business-central/planned-features In this short post, I would like to point out only one feature for…
2021-1-27
Mirror post
365 Business Central
dyndev365
2021 wave1
DYN365BC
dynamics 365 business central
279 views
0 comments
1 month ago
More
Cancel
Business Central enhanced emails
Roberto Stefanetti
Business Central enhanced emails This feature provides powerful and easy to set up email capabilities . It is possible to activate different scenarios such as support for multiple accounts, distribution groups and use better attachment management. It’s possible: – Activate different scenarios and assign them to different email accounts – Create manual emails – See the log of emails sent (Log) – Reopen sent mails It’s like using Outlook within Business Central ENHANCED EMAILS FEATURES You can find all the features in the Search menu Microsoft Docs Link https:/…
2021-1-20
Mirror post
Scenario
Email
365 Business Central
BC Cloud
dyndev365
102 views
0 comments
1 month ago
More
Cancel
Restoring environments in Business Central admin center
Roberto Stefanetti
Restoring environments in Business Central admin center TOPICS Considerations and limitations Environments can only be restored if the customer has a paid Business Central subscription. Each environment can be restored up to 10 times in a calendar month . An environment can only be restored within the same Azure region and country (Business Central localization) as the original environment. A production environment can be restored to either a Production or Sandbox type environment. A sandbox environment can only be restored a Sandbox type environment. NOTE It’s not…
2021-1-13
Mirror post
BC Cloud
dyndev365
DYN365BC
MSDyn365BC
Business Central
130 views
0 comments
1 month ago
More
Cancel
Business Central “free to use” Graphical Scheduler
Roberto Stefanetti
Business Central “free to use” Graphical Scheduler APP by Insight Works APP TOPICS Graphical Scheduler is an app for Business Central (free to use to date) that can be used to view and schedule on the time line (a Gantt Analysis) p roduction orders, resources allocated to both Assembly and Orders , reading also from various other data sources and the possibility of activating a customized source to retrieve other data. There are still some functionalities in experimental mode but I must say that it is very interesting, I have done some tests which I illustrate below. Obviously there are…
2021-1-11
Mirror post
scheduling
Visual Scheduling
Schedule
dyndev365
app
138 views
0 comments
1 month ago
More
Cancel
>