-
Not able to edit transaction in web client business central
I am not able edit the transaction like edit a value in field in one company but the same company's field is editable when i use RTC, it works well in other companies on web client issue only in one company. Thanks in advance.
-
Filter on Customer Table with Fields from Customer 2
Hi, maybe someone have an Idea how to use this problem: I created a Table "Customer 2" (PK: Cust No (of Course)). In this table I added different Fields and show this Fields in the customer list (Page 22). Now I want to Filter on this fields. It unfortunately does not work because I have two different source Tables. I…
-
Create note - Record Link formatting problem when saving
With the same code and only changing the text it produces different results procedure FillNote() var Customer: Record Customer; RecordLink: Record "Record Link"; outStr: OutStream; MyInStream: InStream; begin Customer.GET('00000006'); Clear(RecordLink); RecordLink.Init(); RecordLink."Record ID" := Customer.RecordId();…
-
How to set permission to a field (super user)
Hello, Using Nav 2018, I'm trying to assign a field to be modified and edited by only super users. Not editable by other users Can you please share with me the code of how I can do this. Thank you in advance.
-
The G/L Entry already exists. Identification fields and value:
Dear Friends, I am getting this error in NAV 2016 India database while trying to apply a payment to purchase invoice. The GL Entry No. in the Error is sometimes the 2nd last entry in the system or the next available entry number. Any idea why? Thanks Vineeth
-
Creating a second docker container for NAV2018
Hi, I have a BC 2020 wave 1 sandbox container up and running in my local docker. I would like to create another container for NAV2018. May I know what parameter I should specify so that the new container gets a different IP and it won't get messed up with my BC container?. I am using the following script to create the…
-
NAS suddenly stopped using events
Hi folks I have a strange problem in Dynamics NAV 2018 CU27 (11.0.41203.0) until june 11 it worked as supposed but after that... We have (from a ISV) configured a separate instance that are running a special codeunit (cod123456), startupMethod = NAShandler and a startupparameter. for the selected parameter a second…
-
Find Engine
Hi Mibuso.com World :) ! In the Dev Environment - Object Designer - Find Functionality.... If I have Find as you Type switched on - I can find an Object one character at a time. So in my screenshot, typed in 'sta' and it has automatically found the Standard Text Table without adding an Enter Option or Pressing the Find…
-
Preferred connection cache hit rate very low
Hi The preferred connection cache hit rate on our NAV 2015 application server is very low. The data cache size on the service is 12, so 4GB cache for around 45 ursers. Our application server and sql server are both VM's hosted on a onprem VxRail. Any idea how we can improve this rate?
-
Workflow User Group
Hi, We have setup a workflow user group where we added four users to the group, all with sequence 1. This now means that when the document is sent for approval any one of the four users can approve the document and it is then released. It does not have to be approved by all four users. I changed the Workflow step instance…
-
Document approval release before reaching the approver
hi i have problem with document approval in nav 2009, the system is releasing the document before reaching the approver
-
Insert data to MySQL-Server with assembly MySql.Data ADO.NET
Hello, I want to write data to a MySQL-Database with C/AL and assembly MySql.Data. This code works very fine: ... ADOMySQLCommand.CommandText := 'INSERT INTO t_ado VALUES(NULL,@PLZ)'; ADOMySQLCommand.Prepare(); ADOMySQLCommand.Parameters.AddWithValue('@PLZ', '99999'); ADOMySQLCommand.ExecuteNonQuery(); ... The code above…
-
records from 2 tables shown in 1 page
Hello everyone, Can anyone tell me if it is possible to make a temporary page with records from 2 different tables? And if so, how to do this? If it is not possible to do this, does anyone have a good idea too get records from 2 different tables into 1 page. My best idea is to use a temporary page or table, but I don't…
-
Can i catch error message without "GETLASTERRORTEXT" ?
I would like to track every error message and time of error message and save result into my table without GETLASTERRORTEXT, Can i do it?
-
How to catch changing of the variable?
Is it possible to realize smth like: IF (value changed) then ...
-
Report output is .CSV if you file the file it appears to be garbage
I have a NAV report (2017 on-Prem) that is set to save to a CSV file and placed on a seperate server from the NAV servers. When I run it manually it is fine. When we run the code unit that was created to run the Report the output looks like garbage. Towards the top of this garbage I have found the below bit of info that I…
-
SAVEASEXCEL in old format
Hi there I have client which is working on Dynamics NAV 2017. There is one function which is creating one of the reports in excel and send on their customer e-mail. The problem starts when some of the customers use old xls formats and they can open only xls formats. When I'm using SAVEASEXCEL function the format by default…
-
How to prevent closing the page after error?
Why page is closing after error and how to prevent this scenario?
-
adding report to Role Center Ribbon
Hello. I'm trying to figure out why some reports, when you right click on them, offer you "Add to Actions on Role Center Ribbon", some reports offer you "Add to Reports on Role Center Ribbon", and I even found one that offers "Add to Navigation Pane". What setting on a report is responsible for this? Or is this a setting…
-
Open Excel File Saved by reporting services, on BC14
Good Morning I can't open Excel files saved in xlsx format from Reporting services, it gives the attached error ExcelBuffer.OpenBook fails If I open the file manually with Excel and save it in xlsx format then the OpenBook does not give an error Anyone know if something can be done? Thanks in Advance
-
DecimalPlaces Property
I need to have only 2 decimal places. I tried to change DecimalPlaces Property in "Unit Price" field from 5 to 2 (0:5 --> 2:2). But it does not work. Why DecimalPlaces Property does not work ?
-
Open a Sales invoice page when open a database
Hi everyone, I need to open a sales invoice page automatically when i open a database from file database open. Please suggest me some answer Thanks in Advance
-
PopulateAllFields issue
Hi! I need help with PopulateAllFields property. I have a group of filters on a record and PopulateAllFields is active on page, but only automatically fill in a single field. None of the fields is part of the key. My code is: myrecord.FILTERGROUP(2); myrecord.SETRANGE(Type,Rec.type); myrecord.SETRANGE(code,Rec.code);…
-
Pictures and Labels
Hi Mibuso.com World :) ! Is it possible on a Label Report (NAV 2018) to have an Image side by side? In NAV 2009 Reports they lived together no problems... But converting to NAV 2018 they're being pushed to the right? Thanks for your help :) !
-
NAV2018 System Tables modification
hello I am running a NAV2018 database with side-by-side development. I added a boolean field in the Company table through c/side (since these cannot be extended through Extensions). However when I am referencing to it through an extension, it is not visible. I've already generated symbols and tried with different tables,…
-
CSV file from a Report
I am trying to develop a report that the End User can initiate so that the Check Ledger Entry table is sorted by Check Date. I have all of my columns needed by the Bank, and I have been able to get all of the data exactly the way I want it. The issue I am having is I cannot figure out how to get the code written to export…
-
Report on Microsoft Dynamics NAV 2016
Hello Everyone, I'm a student currently doing my internship at an IT consulting company and I have to develop a new report on the system. Is there a posibility to track the number of user logged on per day via a report on NAV 2016?? If yes, grateful if you can guide me through the steps to do so. Thank you :)
-
Data Exchange Transformation Rule
Hello All, Setting up a Data Exchange Definition two transformation rules do not seem to work. Initially I want to remove - from the Bank Account Sort Code for example 20-55-77 should be set to 205577. Please can someone review the setup and give any suggestions to correct it. When I do a Test on the transformation rule it…
-
Blog Series Part 10: Automize process for Sales Transaction in MSDYN365BC
Hi Readers, I am sure you might be able to create the functionality in below mentioned blog.If you have not seen my previous blogs I have mentioned the links Continue reading Blog Series Part 10: Automize process for Sales Transaction in MSDYN365BC →
-
Blog Series Part 9: Developing Matrix Report in AL for MSDYN365BC
Hi Readers, This blog describes how to create Matrix report in Microsoft Dynamics Business Central.. Continue reading Blog Series Part 9: Developing Matrix Report in AL for MSDYN365BC→