-
LIcense file - 365 BC FALL release
Hi, does anybody know how to download a new partner license file for 365 Business Central Fall release (Version 15). VOICE does not have the option . Only for vesions 13 and 14. Thanks in advance. Bent Korsgaard, NAVEKSA
-
Set checkbox to true by default
I want on a page that a checkbox should be checked by default. I tried on page's OnInit() trigger: "Prices on Invoice" := TRUE; but the checkbox is still not checked
-
Remove unnecessary spaces on a report
I'd like to remove the space which is marked with a sad smile. Any tips? Thanks
-
Is there a way to fill title bar better?
I want to show the title of these elements to be readable as many of them as possible. There are a lot of unused space at the right side. Is it possible somehow? Thanks.
-
When running "About this page" on the RTC Client, the Client crashes immediately
Hi Friends I would like to share that right now I'm experiencing issue on Dynamics 365 Business Central. When running "About this page" on the RTC Client, the Client crashes immediately. The event log shows the error message as described below. Type: System.UriFormatException Message: Invalid URI: The hostname could not be…
-
Webinar: How to Install Dynamics 365 Business Central Development Environment using Docker
We talked about Dynamics 365 Business Central Docker some time ago in one of our blog posts, and since a lot of people found it helpful, we are doing the webinar this time! The webinar is today at 04:00 PM CEST, so don’t wait until the last minute – save your spot and register here -> http://bit.ly/2lHMLco
-
Dynamics 365 Business Central Wave 2 release: What happens now?
Hi guys, do you have any insights on Dynamics 365 Business Central Wave 2 release (October release)? I would like to share our article by Stefano Demiliani on this topic, I hope you will find this useful: https://simplanova.com/blog/dynamics-365-bc-wave-2-release/
-
Join September webinars on Docker, and C/SIDE Reports to AL Reports conversion
Simplanova invites to join the webinars on: How to Convert Automatically C/SIDE Reports to AL Reports. Date and time: Thursday, 19th of September, 04:00 PM CEST (Central European Summer Time). Register HERE. The following topics will be explored during the online webinar: • Demonstration of how to convert C/SIDE reports to…
-
ERROR in hybrid environment 'Symbol reference generation failed in application object'
Hi Everybody, for the people who have issues regarding compiling objects in a hybrid environment (eg: NAV2018 C/AL & AL), and are getting the following error: 'Symbol reference generation failed in application object xxxxx, line xx, message Begin expected'. This error happens due to the 'generatesymbolreference=yes'…
-
[SOLVED] Too Slow Integration Between Dynamics NAV 2016 And Dynamics 365 (On Premise)
Hello everyone, Please I have a too slow integration with integration Dynamics NAV 2016 CU2 And Dynamics 365 (On Premise). Everything looks good on the server and network side, but when I check the input frequency at the CRM Integration Record table (T 5331), I noticed that it is too slow (1record per 20 seconds and more).…
-
Why Send to Excel is not enabled in few pages of Dynamics NAV?
Hi All, We have been facing an issue on Send to Excel functionality of Dynamics NAV. For few few pages, Microsoft Excel option is grayed out where as word, print and attachment options are fine. Mostly, worksheet type pages are missing the Send to Excel option. But the same worksheet page in Cronus database is absolutely…
-
Webinar: How to convert automatically C/SIDE reports to AL reports
Have you ever wanted to know how Simplanova Report Converter works? Use your chance to see a live demonstration and ask questions during the webinar on Thursday, 19th of September, 04:00 PM CEST. The webinar on How to convert automatically C/SIDE reports to AL reports will be presented by Domas, Simplanova Head of Sales.…
-
session timeout expired
Hello everyone I created a custom DLL that I use to transfer files between two Nav clients The file transfer work fine for small files, However when the size is large, the following error occurs: ‘The timeout for the operation has expired’ According to some research that I have done, I am supposed to make the following…
-
Calculate Birthday - Age and Days
Enter in your birthday into a form field name "Birth Date" and it will return Agrstr = Your age. Age1 = Days since your last birthday. “Birth Date” - OnValidateIF "Birth Date" <>0D THEN BEGINAge:= TODAY -"Birth Date" ; //Returns number of days oldAge2:=(Age/365.2364); //Returns number of years old as Decimal - Takes into…
-
Timer For a particular page in Navision
A particular page in navision should close automatically after 10 mins
-
Setting up a BC Sandbox
I'd like to set up a sandbox environment to start playing around with AL, but I can't seem to be able to even find where to create it. I tried to follow a link in some other articles, and I got an error that I had to be an Office 365 Global Administrator? Is that correct? Thanks in advance!
-
report that uses several tables as a source of data
hello I'm on a report that uses several tables as a source of data I have a table like dataItems I wanted to know how to use other tables without adding them as dataItems
-
hide lines in report Builder
hi, I wanted to know how to hide empty lines in report
-
nav books
hello i want to learn nav better, as of consultants point of view. Could you reccomend any books or courses you have done that might be helpful? TIA
-
keep field constantly updated with values from another table even if it changes
I am feeding a field with the sum of the quantities of another table, however, I need to know how to keep this field updated if the field of the table that feeds it changes its value? because after it is full and it changes, it does not update. I still don't have code for this, I just want to know how to perform this…
-
Dynamics 365 Business Central October Release Features You Haven’t Heard Before
With the upcoming MSDyn365BC October release, all of you probably wondering what kind of new changes it will bring. In our blog post, we will review new features of October release, that you possibly haven't heard about before➡ http://bit.ly/2Z89PCu
-
Dimension Set Entry Not Update after Upgrade From NAV 2009 to NAV 2016
Hello Guys, Please help me out to solve this situation. I have upgraded NAV 2009 Database to NAV 2016 successfully without any major problems. I have followed all the steps given by microsoft from here :…
-
How to consume a webservice with XMLports and HTTP POST
I know the subject of consuming web services has been covered elsewhere in posts and documents. However, all of them seem to either use a simple string for the XML message or build it element by element. The problem is that the former is no good for large messages and the latter is a bit unwieldy, especially when we have…
-
Join the webinar on How to convert automatically Classic NAV reports to AL
Did you know that a new version 2.07 of Simplanova Tools was released this week? We invite you to take a closer look at what new features were added by attending our webinar on 'How to convert automatically Classic NAV reports to AL' on 31th of July, 4:00 PM CEST. Save your spot for tomorrow, register HERE ->…
-
The review of Microsoft Inspire 2019 news
Microsoft Inspire 2019 has gathered more than 15,000 people from 180 countries to one place to connect and learn. Have you missed it? Find all MSInspire insights in one place reviewed by our Founder Petras ➡ http://bit.ly/2MaLo0G
-
Dynamics 365 Business Central AL Automated Tests: How to Start?
Are you interested in AL automated tests? This time we broadly reviewed everything you need to know about it. Find a way how to write an efficient AL test by reading our latest blog posts here: http://bit.ly/2xSomDa
-
HOW TO CREATE MULTIPLE CUSTOMERS FROM CONTACT TABLE USING C/SIDE CODE IN NAVISION2016
hai, am fresher to MSDN I want to right a code for creating multiple customers from contact table can any any one explain with example I wrote code for single customer below is the code customer2rec.INIT; customer2rec.GET('20000'); contact2rec."No." := customer2rec."No."; contact2rec.Name := customer2rec.Name;…
-
Can we see customers fields (C/Side) from extensions?
Hi All! I have field in table below with one cust field "test" Can I refers to him from Extension v2??? Even if I download symbols for create this fields I get error
-
Join webinar: How to convert automatically Classic NAV reports to AL
Mark the date on the calendar, because we invite you to join our webinar on How to convert automatically Classic NAV reports to AL! Webinar date and time: Wednesday, 31st of July, 04:00 PM CEST. Register now -> http://bit.ly/2Jsdl27 The following topics will be explored during the online webinar: • A review of the new…
-
Can I use the reference in VS Code intelligently?
I've started looking at Extensions (again) :smile: and I am wondering if there is any method of jumping to the explanation from Microsoft; either on the ms page, github or elsewhere? For instance last time I had time to play with extensions you still had to make Multilanguage captions directly in the code. Now when I do…