-
Automatically updating Assembly Order due date when posting warehouse shipment
We currently use NAV 2016 without WMS functionality but a significant part of our business relates to ATO orders. We have found the the assembly order due date defaults to the sales order shipment date when the assembly order is first created. However, unlike standard sales order lines' shipment date, the assembly order…
-
Business central Sandbox Publishing Error
Dear all, When I try to download symbols in visual studio editor before publishing an app in Business central , I am getting error as follows. The I/O operation has been aborted because of either a thread exit or an application request.. The I/O operation has been aborted because of either a thread exit or an application…
-
Is it possible to exclude production orders and sales orders when running MRP?
Hello, Is there any way to run MRP without looking at production orders and sales orders?
-
Page Testing Delete purchase invoice
I want to run a page testing to delete a purchase invoice. I could not able to find any option such as "DELETE.INVOKE". Can someone suggest me, how I can execute this test?
-
A DotNet Variable has not been instantiated.Attempting to call System.Xml.XmlNode.ChildNodes
Hi All I have created some Dot Net Variable . There details are as below. Also i have attached the error. Name DataType SubType 1. ChildNode DotNet System.Xml.XmlNode.'System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' 2. ChildNodeList DotNet System.Xml.XmlNode.'System.Xml, Version=2.0.0.0,…
-
Navision Client is crashing when using NavUserPassword for Dynamics NAV 2016
Hi, When I use NavUserPassword for authentication in Dynamics NAV 2016 my client is Crashing but can login with the same user name and password in Server. Can someone please help out to solve the error. And I'm attaching the error reports which are generated in Event Viewer. Thanks in advance. Srinivas
-
Automate page testing attach files
I want to automate the testing of attaching file purchase order. The process of attaching file to purchase order as follow: 1. Click action File attachment from purchase order list 2. It will open file attachment fact box. In file attachment fact box click import: 3. When clicks on import, it will open file dialog box to…
-
Copy Text to the Clipboard
Hi mibuso.com In NAV 2009 R2 I used the Automation routine 'CSIDEClipboard'.Text to copy Text out of NAV to the Clipboard. This works great but now want to do the same thing in NAV 2018 - how is this possible please?
-
System Application definition is not shown in Visual Code
Hi all, I have a simple question (I think). When trying to open the definition (code) of a System Application object (e.g. table Language) in visual code it shows the following screen: When trying to open any other object from the Base Application or System works just fine. I spent quite some time trying to figure out why…
-
Upgrading from 2013 to 2017, Error: Modification not allowed, item record already exists
Upgrading from 2013 to 2017 During the data upgrade, I get the following error below. Does anyone know what is the solution to this problem? or how to debug? I looked at the Item records and I don't see a blank record. SessionId : 500
CodeunitId : 104000
FunctionName : UpdateItem
CompanyName : ABC
StartTime : 4/22/2020…
-
Override OnValidate trigger on table field
There I a way to skip onvalidate trigger in table filed?
-
How to get Printername in Reports?
hi, does anybody know a solution how to get the printername after printing reports? I am using NAV 2018 and want to print a pdf file on the same printer after running a report.
-
Page Testing Error when Create New Vendor Bank Account
I'm defining a page test to create new vendor bank account as below: 1. Go to Vendor List and find a particular vendor 2. Open bank account list page for that vendor 3. Click new and create vendor I have written the code as below: VendorList.OPENEDIT; VendorBankAccountList.TRAP; VendorList."Page Vendor Bank Account…
-
Ü in Export
I am trying to make a CSV export but somehow the Ü is not exporting. Any tips?
-
Temp Blob codeunit advise
Hi with the pending removal of the TempBlob table I believe the advice is to use the Temp Blob codeunit. How would I use this codeunit to get data out of a blob field and assign it to a text variable in the same way that I would have used the ReadAsText function in the TempBlob record Thanks
-
Browse for Folder in BC V15
Hi is there a way to programmatically browse for a folder on the users PC and return the path from the web client in AL? Codeunit 410 File Management had the BrowseForFolderDialog function however this codeunit is no longer available. Thanks
-
Blog Series Part 5 Calling Base Function for AL in MSDYN365BC.
Hi Readers, I am sure everyone was able to develop an XML Port in AL based on the Previous article. If you haven’t read the earlier article Blog 01 – Customer Requirement for AL Development Blog 02 – How to Develop Table for AL in MSDYN365BC. Blog 03 – How to Develop List Page for AL in MSDYN365BC. Blog … Continue reading…
-
The value of Decimal parameter is outside of the permitted range.
Good day, We are experiencing issues in NAV and currently cant generate any cash receipt; Error : The value of Decimal parameter is outside of the permitted range. The current value is: 4,534,602,003,201,000. The permitted range is: from -999,999,999,999,999.99 to 999,999,999,999,999.99. Please help
-
i need to add incoming document feature in the Physic inventory journal. it doesn't work !!
i need to add incoming document feature in the Physic inventory journal. it doesn't work Any help please
-
'Windows Script Host Object Model'.WshShell .NET
Does anybody know if there is a .NET assembly equivalent to the 'Windows Script Host Object Model'.WshShell. component? I'd appreciate any suggestion. Thanks.
-
Hide rectangle in report Visual Studio
Hi all, Within a report I added a rectangle and within this rectangle a table with rows from SalesLine table. I want to hide the rectangle when the table does not have 20000 as No_ For this rectangle I have this part of code in the Rectangle properties - Visibility: =IIF(Fields!No2_SalesLine.Value<>20000,True,False)…
-
"Could not load file or assembly ‘Txt2AlConverter, Version=14.0.0....." Business Central v14 On Prem
Hello All, I am trying to run this command for Business central On Prem V14. finsql.exe Command=generatesymbolreference, Database=”Demo Database NAV (14-0)”, ServerName=Server1 I follow this link https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-running-cside-and-al-side-by-side It…
-
Extending “Sales Line Type” enum in Business Central 16.0
i am working on BC version 16.0, as in BC 16.0 option field is replaced with enum, as you can see here ( ) that i am extending a "Sales Line Type" enum and adding a new value to it. But when i inspect the "Sale Line" table it is showing that the field Type is option and not an enum ( ). So the value i have added to enum is…
-
AL post data to external API
Hi, I'm new here and I hope that someone can help with my problem. It is possible to post data from AL BC 15 to external API but as multipart/form-data not JSON? Thanks,
-
Subscribing to changes in sales order total changes
Hi All Fairly new to Nav Extension Development (using AL) I need to figure out when the total before tax changes for a sales order (seems to be a flow field). When the total (or any line total would work) changes, I need to get the current total of all lines that are not freight (a specific set of item nos) and update the…
-
NAV 2013 to Business Central Upgrade
Hi, I just upgraded the 2013 object into AL code. But i can't compile and publish the code due to security error. I am not sure if it is code related because it didn't generate an app file first. What i am using is just an sqlexpress 14 only for testing purpose. here is the screenshot of the error:
-
How to link newly created page to help NAV help topic.
Hi Member. I have created new customized Page(for Instance 99009510) in Nav 2016 & related help file (T_3021.htm) for user to understand purpose of page. T_3021.htm is already link to ToC file. i wants to automatically open T_3021.htm file when user click ? blue over new page that 99009510. As shown in below image. Please…
-
Timestamp of data in NAV (what timezone it follows when saving data)
Hi, Our Nav is set to Central time and when looking at Creation DateTime for example in Item Ledger Entries, the timestamp is shown in Central Time. However, when I exported data to excel via Prin&Send >MS Excel, the timestamp on the spreadsheet is an hour ahead which is Eastern Timezone which I believe that's where our…
-
NAV 2013 dotnet Exchange Web Services (EWS)
Hi I'm new to using dotnet types to make development, so i'm trying to see/learn from examples which i'm finding. In this case I can't find anything that seems to be useable and therefor I'm asking the forum. My task is to (via NAV code - in NAV 2013) 1. loop through an Exchange mailbox folder 2. extract the attachements…
-
[BC15] Event Recorder - No events have been recorded
Hello everyone, I've problem with event recorder. When I try record any events I always see message "No events have been recorded": The proper scenario (I hope): Of course I've tried many scenarios like open new window (not tab), start record when 2 session windows are already open etc.. I've tried on BC15 OnPrem with…