-
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…
-
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…
-
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…
-
How to check if table is locked or not.
Dear All, Is there a way to find whether a table is locked before doing any update operation on it? For eg before I go on updating the records in the Table MyREC, I would like to know before hand whether the table is locked or not IF MyREC.FINDSET(TRUE, FALSE) THEN REPEAT ...... UNTIL MyREC.NEXT = 0 Thanks.
-
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
-
How to check the number of the cumulative update that is installed
Hello, is there a way to check the number of the cumulative update that is installed as for the navision version (About microsoft Dynamics Nav) ? ( version Navision 2018) 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→
-
CDS (16.2) RegisterTableConnection
Good morning, after creating a table of type CDS as described here If we try to access the table through a simple list page, we receive this error: Table connection for table type CRM must be registered using RegisterTableConnection or cmdlet New-NAVTableConnection before it can be used. Is this a bug or are we missing…
-
Error while Executing the "Refresh Production Order" report.
Hi all, I'm getting error when I run the "Refresh Production Order" Report from codeunit. Code which I'm executing: Error: Thanks in advance, Srinivas :) .
-
Prevent cursor from jumping to next field
I am working on barcode code. i want my cursor to b fixed at input field so that i can scan barcode continously.
-
How to add new Custom Module in Business Central.
Dear All, Can some one please explain me how add custom module in Business Central.
-
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);…
-
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
-
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 :)
-
I cannot open an Item!
I have a problem with an Item in Dynamics NAV 2018. When I want to register it in a sales order it tells me that the product does not exist, and I go to the Items table to create it, but it tells me that it already exists. When filtering by the Item number, it does not give me a result in the search. I decided to look for…
-
how to put page link in cues using extension
hi guys. how do I add these in my cues page, using an extension in AL?
-
[NAV 2017] ODATA Web Service - POST Json Body with root
Hello community, I have a problem with above topic. I published a simple page as ODATA Web Service. If I test the web service with postman it works with a simple JSON body as POST statement: { "Field1":"Value1", "Field2":"Value2" } But if I change the JSON body to the following, it don't work: { "JSONBodyRoot" [ {…
-
BC/VSCode: Build package and download symbols in Powershell
Hi! Does anybody know if there is any possibility to build an app-package from Powershell and download symbols from Powershell, instead of from VSCode? I am playing around with automatically updating dependency version numbers via Powershell in order to have all dependency versions updated in all apps when a new version of…
-
Factbox with ProviderID and Code
Hello, I have a page (page is not based on any table) that contains 2 subpages. Related to one of these Suppage I want to access an factbox by code. if the user switches the line in the subpage the infobox has to change accordingly. UpdateProgagation = Both seems to be not enough, cause it seems that it doesnt call an…
-
Business Central 14 upgrade to 16.2, error during upgrade.
Hey I'm trying to upgrade a BC 14 to BC 16.2 and got stuck at the process, where i need to sync the base application. I am following the steps in "https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/upgrade/upgrade-unmodified-application-v14-v16". When I run this command below: Sync-NAVApp…
-
Microsoft Dynamics 365 Business Central On-premises on Windows 10 Home
Hi, Is Microsoft Dynamics 365 Business Central On-premises (demo installation) compitable with Windows 10 Home ? Kindly inform. Rgds, navuser1
-
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…
-
Report Only Modify in Buisness Central with AL
How is it possible to Modify the default Report's Only if there is no Extensions ?
-
Error message when running Aged Accounts Receivable report - Nav2016
Hello all, When running the Aged Accounts Receivable report (R120), I am getting the below error message: Please note that I am running the report with the parameters Aging by: Posting Date and period length: 30D Can you please tell me why I am getting this error message? Thanks Liizz
-
Cannot use web services in Business Central cloud
Hi, I have a Business Central cloud where I try to use a web service that connects to page 21 (Customer Card). The web service is public but when I take the SOAP URL from BC and use it in Chrome, it asks for username and password again and again and again. There are no error messages and when I have entered the information…
-
Txt2Al Conversion Tool --tableDataOnly parameter
In this page txt2al there are instructions for using the txt2al tool with the tabledataonly parameter. Unfortunately, this parameter is not available in any version of BC14 and in subsequent versions the tool is not available. Where am I wrong?