-
Application Errors
I've searched the forum but couldn't find a clear answer, so I'm writing this comment. 'even though “application method” field is set as “apply to oldest” in customer and vendor cards, payment and invoice transactions dont automatically apply to each other.' i am getting error. What could be the source of this problem and…
-
How to remove Microsoft Dynamics NAV name in Menu bar
Dear all, One of my customer wants to remove the Microsoft Dynamics NAV next to company name in menu bar in top in navision 5.0. If anyone knows how to do this , please let me know. Thanks in advance. Regards, Sekar.
-
Item tracking issue
Hi, We have a problem with one item that is on inventory, but when we create the sales order, item tracking for this item is not available (i.e. we can't select serial no.). We tried to insert serial no manually into Tracking Specification table, but again we get "Item Tracking Serial No xxxxx Lot No. for Item no xxx…
-
Report Extension - Modify existing column
Trying to sort the correct syntax for modifying the properties of an existing column thru a report extension. Can this be done thru a report extension?
-
OData web service endpoint with OAuth2
In a BC Cloud demo environment, I'm trying to call an OData web service using OAuth2 bearer token. It's working when calling a service based on a standard BC page, but not when calling a service based on a page added in an extension. I'm able to get the token. Like I said, the OData call works fine if it's for a standard…
-
Sales order using Codeunit
Hi I am new to Navision, how to create sales order with multiple line through the codeunit? (item 1000 to 1001) I would like to create sales order with two items through codeunit. help me Thanks.
-
How to reclass items which are trapped in "In Transit" location
Dear Mibuso Forum, I have been facing for the items which are trapped in "In Transit" location. We have got report from our client, that they found their Transfer Order Receipt was gone. After some checkings, we found that Transfer Order was deleted already, Transfer Shipment was posted first, it affected those items were…
-
Mixed language issue NAV2018 CU38 / CU47
Hello everyone, We recently upgraded to NAV2018 (CU38) from NAV2016. On nav2018 we now have this issue with the system text being in "mixed translation" between english and danish (our language). By system text I mean messages/errors that occur when you for example call: Record.GET('something'); and no record were found or…
-
Unable to Login BC Onpremises Mobile application
I created Self signed certificate. Same certificate installed in Android mobile also. We dont have static IP. when we enter service name as https://192.168.8.100/BC180 we are getting we are getting error as "Could not connect to the server". But the same link if we opened in mobile browser it is working. What could be the…
-
We have to upgrade Microsoft Dynamics BC13 to BC14.
Dear folks, Please help with this upgradation BC13 to BC14 If you have any document relevant to this process please share it would be very helpful for me
-
Is there any option to import data from html to nav xmlport ?
Hi All, I am new to Navision. I know how to import data from Xml to Xmlport but how to import data from html file to Xmlport ? Please Let me know Thanks, Rajan
-
XMLport field delimiter within field delimiter issue
Hi All, Hope some1 can help. I'm doing an xmlport for importing data, however, I've found an issue with field delimiter within field delimiters (FieldDelimiter = '"';): 6864,"Friends Bombas de baño con forma de langosta (2x50g), efervescente y rosa,""Tú eres my langosta""", As you can see this makes it fail (double…
-
Dynamics Users Group
Does anyone know what's going on with the "Dynamics Users Group" website? [ https://dynamicsuser.net/ ] I figure many on this site also use that one. So thought I'd ask.
-
error when Get Posted Document Lines to Reverse
Dear All, anyone have ever experienced this error? Microsoft Dynamics NAV ClassicOne or more return document lines were not inserted or they contain only the remaining quantity of the original document line. This is because quantities on the posted document line are already fully or partially applied. If you want to…
-
Navision MS-Message Queue Bus Adapter error
Greetings to all. I want to make code that will work with MSMQ. I use Nav2009 R2. Communication component (NSComCom2.dll and MSMQBusAdapter.dll) are installed and registered with regsvr32. Then I created private queue "test". Then I wrote simple code in codeunit (SingleInstance = Yes):OnRun()
IF ISCLEAR(ComCom) THEN…
-
Can universal print be used with Business Central 19?
We ave a customer that wants to use universal print in their Business Central 19 on premise solution. In SaaS you have the preinstalled extension called "universal print", I've searched for a very long time but can't find the corresponding solution/extension for on prem? I guess that the newer versions will have this built…
-
Business related books for developers
I am trying to find books that a developer can read to understand business practices better. I don't have business/accounting background. I realized I need to learn more when I was reading NAV manual explaining floor processes when it comes to assembly processes. Please write our suggestions if you read any book that…
-
Business Central access issue
Hi I am having an issue whereby users are receiving the following error when trying to access the V17 Business central web client You do not have access to Dynamics 365 Business Central. Verify that you have been set up as a valid user in Dynamics 365 Business Central. The following extract of the error appears on the IIS…
-
Invoke-NAVApplicationDatabaseConversion error
I am trying to convert a database from BC15 to BC 18. I have followed this guide to Task4: https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/upgrade/upgrade-unmodified-application-to-v18 I get the error: Invoke-NAVApplicationDatabaseConversion : A technical upgrade of database 'MyDB' on server '***\'…
-
The server "server name" was unable to process the request. Close the application and start it again
Hi all, is anyone of you enconter this error before "The server "server name" was unable to process the request. Close the application and start it again."? My users are feedback that they will hit this error sometimes when they post invoice, credit memo and even from service quote conversion to service order. Anyone know…
-
Hello everyone, I am gettting this error when i try to publish my work on al exetension.
You do not have the following permissions on TableData Published on al extensions when I try to publish, My work is onprem.
-
Captions get hidden when Converting BC14 TextFiles to new Syntax
Hi everyone, i am currently trying to convert some BC14 Objects to AL Code. I have noticed that on one (out of about 200) Pages the Captions are now hidden. When looking at the Files i saw that, when converting the Exported BC14 Text Files to NewSyntax, "ShowCaption=false" gets added to all fields on the page. Does anyone…
-
Currency conversion
Hi Experts, I have a field call grant total in report which is defined in C/AL globals as decimal and is use to calculate Grand total for totals. How do you convert this field values which is in foreign currency to a local currency? Thanks.
-
Table lock error while importing BOM list.
While importing BOM list using xmlport, getting table lock error. If I hold SAP integration job then the file is importing successfully. How can I do both at same time?
-
Could not find a part of the path NAV error
One of the users received a new laptop and is now getting the following error message when trying to send invoices through the NAV application. Can anyone please help me identify the source of this error and how could I resolve it? Thank you in advance.
-
Job queue and CodeUnit execution.
Hello EveryOne, I receive an error when I run one CodeUnit who save an XMLport as csv file from Job Queue in Nav 2016: Everything is ok when I run manually the CodeUnit from Development Environment but when I run the CodeUnit from Job Queue, I receive the following error: CodeUnit code is: OnRun() // FileMgt codeunit 419…
-
Send to Excel - Error
Hello, greetings, my name is Jhonny. If I press send to excel button in my client version of nav 2015, my session is closed. I've been checking the event viewer and found this: Message: '', hexadecimal value 0x02, is an invalid character StackTrace: en System.Xml.XmlUtf8RawTextWriter.InvalidXmlChar(Int32 ch, Byte* pDst,…
-
Join the webinar: "Upgrade to SaaS: Overcoming file management Limitations"
Upgrade to SaaS: Overcoming file management Limitations Webinar Date and Time: Thursday, 17th of February, 2022, 04:00 PM CEST (Central European Summer Time). REGISTER HERE: The following topics will be explored during the online webinar: • Universal Code Initiative • The limitations of Business Centrals' cloud environment…
-
Posting Description in Dynamics Nav 2009 R2.
Hello everyone, How I can make "Posting Description" field equals to "Cusomer Name"+ "Sales Invoice Header"."No." when I validate sales order. Tanhk you in advance
-
Why use the GET function with setup tables?
Why does the get function need to be used in this instance: if not SalesReceivableSetup.get() then SalesReceivableSetup.insert(); if SalesReceivableSetup."Order Nos." = ' ' then begin SalesReceivableSetup."Order Nos." := CreateNoSeries(); SalesReceivableSetup.Modify();