-
AppObjectId from event log doesn't exist
Hi, I try to track down some performance issues and found an entry in the event log of the service tier with a long running SQL statement. However, it states AppObjectType: Page AppObjectId: 9599 But this page doesn't exist. What is going on there?
-
File Name with Special Character ~ changed
I am trying to do download file using downloadstream. var
FileName: Text
InS: InStream;
begin
FileName := '01~Jan~2021.txt';
DownloadFromStream(InS, '', '', '', FileName);
end; When the file is downloaded the file name is changed. All ~ is changed to _. In above example downloaded file name will be 01_Jan_2021.txt How to…
-
Upgradation
For one of our Customer we were supposed to upgrade to NAV 2018 from NAV 2013R2. We did the Application code upgrade to latest CU of NAV 2018 but I saw where in Microsoft is saying to upgrade to NAV 2018 CU 2 first. Is that really needed OR I can continue to the latest CU. Eventually we need to move to Business central.…
-
Export File to Azure Storage Location
Hi, From BC on prem, is it possible to export a file to an azure storage location? Regards,
-
Universal Excel Import Export
Universal Excel Import With success of "Universal Data Import Export", we have received a lot of requests from customers and community for importing data from Microsoft Excel as "Universal Excel Importer". It is friendly and very useful that Classic NAV Systems (NAV 2009 earlier) should have. Unfortunately, it hasn't…
-
SharePoint configuration issues in Nav 2017
Hi. I have a problem in Nav 2017 in standard SharePoint connection settings. I configured it a few years ago with my SharePoint site and it had never given me problems, but for a few months, just by hitting the Test connection button, I get the following error: Could not connect to the SharePoint site. SharePoint Server…
-
Null in a function
Hello, i need to use a variant null in a function. The function has 5 parameters, and the first a second have to be null. how i put this null parameters ?
-
I am getting an error message while connecting NAV 2016 and power Bi via oData.
Hi, I am trying to connect power bi to NAV 2016 via odata. While trying i am having the below error. I tried to put below URL but cannot connect: http://<Server>:<OData Port>/<DB instance>/OData It give me below error: Dynamics NAV: Request failed: The remote server returned an error: (503) Server Unavailable. (Service…
-
How to encrypt and decrypt the password using RSA algorithm in NAV 2016
Hi All, I need to encrypt the password which uses "Public Key" and send the same using HttpWebRequest, it will give reponce which is encrypted. I can send and receive the data but cannot encrypt and decrypt. Please help to encrypt and decrypt the data using RSA algorithm. Thanks in Advance, Srinivas.
-
Navision 5.0 Support SQL Server 2019?
Dear all, One of my client want to run navision 5.0 in SQL server 2019. will Navision 5.0 is supported in SQL Server 2019? Please let me know. Thanks in advance. Regards, sekar.
-
How can I prevent the web client from focusing on records that are inserted or modified?
I am building a custom price list page based on a custom temporary price list table. Due to high calculation time on a few price fields, the values of these fields are not calculated prior to the page loading. Instead, these fields are calculated and modified 100 at a time by a page background task. This works fine with…
-
Importing posted invoices in Business Central
Hi folk, We are starting to implement Business Central. We are currently in Navision 4, so the approach we have decided is re-implementation. I am doing a kind of POC for data migration, but I found there is no way to use a configuration package to import posted sales invoices. Is there any way I can do that? We have more…
-
Data Extraction
Hi, In Nav 5.0,Can we extract data to email on daily basis in Excel Format?
-
Download old versions
There used to be a nice archive of old versions on PartnerSource. Now PartnerSource is dead, does anybody know if it's still available somewhere? We have a new customer that wants to upgrade from v4 sp2 and doesn't have the original database... Thanks in advance!
-
Report issue
While i opening a report eg: report 1 using report builder, it automatically creating a new report as "report builder - backup" how to avoid this
-
How to export the Account Schedule data from multicompany
I got a requirement in Nav 2009 classic client, Not RTC, that the users want to export Account Schedule from Multiple companies, do you have some suggestion for that? thank you in advance, I have done some coding, it will change the account schedule description, but it will not change the data(Value), some guy have the…
-
Row not visible until sorted
Hi, I need your help in order to solve a boring issue. I had to migrate some huge data from an old DB (Nav 5) to a new DB (Nav 2017). I used ALTOVA MAPFORCE to open the 2 SQL DB , i choose the tables to migrate, mapped the fields, (created dumb value for the new fields in the new SQL NAV) Run the mapping and everything is…
-
I am faced with a problem when I try to install CU 22 Dynamics 365 Business Central Spring 19 Update
I am faced with a problem when I try to install CU 22 Dynamics 365 Business Central Spring 19 Update EN I have the following error: help me please Microsoft Dynamics 365 Business Central Build 46607 Error Report Server Administration Tool Client Components Fatal error during installation. Error reading from file:…
-
Size of field in mobile version of NAV2018
Hello, I have a problem setting up a development on the tablet version of nav 2018. I need a text field that takes the entire page on the iPad version so that the user can enter their text with the apple pencil. Currently on the Desktop version, the control takes up the entire page but not on the mobile version (check…
-
Reverse Finished Production Order
Hello, Please teach me how to reverse the effects of an erroneously finished production order. User accidentally posted more output and consumption than was necessary. We are running version 17. Thanks.
-
Workflow for multiplies levels of approves in NAV 2018
Hi Team, Please have similar issues where I have the following users 3 users - sequence 1,1,2 one approver per sequence, 4 users - sequence 1,1,2,2 one approver per sequence, 5 users - sequence 1,1,2,3,3 one approver per sequence, 6 users - sequence 1,1,2,2,3,3 one approver per sequence, 7 users - sequence 1,1,2,2,3,4,4…
-
Can we change Action Button Colour in NAV 2017?
How can we change Action Button Colour in Navision 2017? User wants same button in different colours for different operations.
-
Service "" was not found!
When I visit the local webservice page http://SERVER:7047/PROD/WS/ I get an error that service "" was not found. I went to each individual web service and did not find any errors. The error only is in our PROD instance, TEST (a copy of prod) works. I cannot see a blank service name or any other obvious problem. Do you have…
-
AL/Visual Studio Code/OnPrem: Debug Invoke-NAVCodeunit from Administration Shell
Hey there, hope you're all doing fine! I need to debug code that is been triggered by a "Invoke-NAVCodeunit" command from the Business Central Administration Shell. Neither my launch configuration with "breakOnNext": "Background", nor "WebServiceClient" is catching my breakpoints :-( When I publish the codeunit as SOAP…
-
UPDLOCK when using a ISEMPTY
Hi, Recently one of our customers is having deadlock issues on their NAV 2018 environment. In one specific case we captured the deadlock trace using SQL Profiler. The victim process was trying to get an exclusive lock for performing a DELETE. The other process had this SQL command: SELECT TOP 1 NULL FROM "some…
-
REST Webservice
Hi, I am new to NAV developments. I have a third party application which has exposed REST webservice which has a ~100 records with 4 fields. I need to consume that webservice in NAV and read those records and import in NAV table. I tried to use the SOAP application to invoke the GET method and can view the ~100 records.…
-
BC365 An Internal Error has occured
Hello Guys. Im currently working on BC365 and still newbie. Im trying to publish my work to a remote server. see error below Any idea ? Thanks and God Bless
-
NAV 2018 Encryption Keeps Getting Enabled
Hi, We are upgrading from NAV 2016 to NAV 2018 (Business Central 14). Every time I reboot the server machine, the Encryption is being enabled, and I have to manually Disable it. I am wondering if anyone else has encountered this problem. I am wondering if it is because I had encryption enabled on the test database that we…
-
Creating Versions for different items
I want to create versions for different Items in Prod BOMs. If Version1 is existing, It should insert value as Version2. If Version2 is also existing insert Version3 and so.on.... Please help me with code how I can do this
-
Using OpenFileDialog to select multiple files (Multiselect)
I couldn't find a solution for this here on Mibuso, so now that I have one I wanted to share. As some may know, the problem with multiselect is that Dialog.FileName then only returns the path as it's actually a <NULL> separated list and NAV can't handle the <NULL> (considers it to be the end of the string). However there…