-
Dynamics NAV 2015 APP Mobile
Hey guys, Is there any way to have NAV 2015 on the APP Mobile? Tried to Download Dynamics NAV from Play Store however it gives warning "The Server Is Not Compatible". From what I saw the APP Dynamics NAV in Mobile versions only works from NAV 2016 and up. Does anyone know of any way to get NAV 2015 up and running in APP…
-
Is it possible to get a licence for education personal purposes?
Hi to everybody. This is my first post. Apart from what I have described in the question category, I'd like to know if it is possible to reach my purpose. Thanks to everyone who might reply.
-
Nah 2013/2017 devolper licence
Hello I was wondering if someone can help me with a lab 2013 or 2017 dev licence. Thank you in advance!
-
DataItemTableView, DataItemLink, OnPreDataItem - priority?
Hi. Anybody know priority of filters in DataItemTableView, DataItemLink, OnPreDataItem? Would be key "First Field","Second field","Third Field" the best in this example : Property DataItemTableView in report item have filter on "First Field" Property DataItemLink in report item have link on "Second field"=FIELD("Field from…
-
How to make changes to the MICR
Hello, I need help because my checks arent printing the MICR on the bottom of my checks for some reason, I am using NAV classic 2009 it was working previously but I set up a new pc and now I don't know how to get it to print again or if it perhaps is a bug, any help will help me. Thank you in advance
-
NAV 2009 - Possible object cache issue
I'm not very familiar with the NAV webservices, so forgive any ignorance on terminology and such. I have a client who is using NAV 2009 with both the classic client and with a website connected to the NAV server through webservices. We applied a fix to our software (codeunit modified) on the server. The fix is working when…
-
Best Practise -Insert and Modify, or Insert
Hi All, After having few issues when insert code block did not triggered some field validations - form instance when insertiung sales header and setting document date, and also on sales lines and UOM, I came to the conclusion that it is always better to first insert with Key fields and then update. Am I wrong here? and I'm…
-
Text encoding in NAV 2009 classic client?
I am working on a solution where i get response from an external API but the Danish characters are not properly encoded. I get response in the InStream and then further store it in Big Text object. How to encode my response in 'ISO-8859-1' Thanks in advance :smile:
-
Create Pick from Sales Order - i get "There is nothing to create".
In a new test install .. 1) I create a Sales Order, enter a Line Item and qty 2 for an Item which we have qty 2 in inventory (in a bin location). 2) I release the order. 3) Form the Sales Order window, i click on the ACTIONS tab -> Create Inventory Put-away/Pick 4) I put a check mark only on "Create Invt. Pick" and "Show…
-
SMTP Error sending email 5.2.0 SendAsDeniedException with Office365
Hello, I searched the forum and I do not see any error like the one that appears in NAV. I have configured my Office365 account on the SMTP page and when I push send test emails button and send it to the same email address that i configured, no error appears. But if I push the test button again and send it to other address…
-
Upgrade NAV 2009 R2 to Business central.
Hi Team/Expert, I am going to upgrade NAV 2009R2 to Business central. Here, me and my team going to handle this project. In this part of the project, i am going to take care of the part of custom code/part(Customization) upgrade. So, For this application code upgradation, have search some link: they are suggesting to use…
-
Calculate Production Start dates/End Dates
I'm hoping someone can point me in the right direction I have built external to Nav a production order scheduling board to manipulate production orders. Where companies use routings this is very straight forward however this particular company do not use routings and cannot due to some custom code relating to outputs. So…
-
Automation translate in DotNet Help Me!
Hi all, I'm new in this area, in my company we are making a full migration from NAV2009 to NAV2018. There are some automations but as you well know they have been abandoned. One of them is the following : Microsoft ActiveX Data Objects 2.8 Library.Stream we would like to replace it with the DotNet does anyone know how to…
-
Credential Types | ExchangeIdentity and TaskScheduler
Hello guys, Do any of you know what these types of authentication are for on the Administration Server? (ExchangeIdentity and TaskScheduler) In the microsoft documentation it just says "or internal use only, and should not be used." Thanks!
-
A how-to question
Hi everyone, I wonder if it’s possible to make a phone call using URL? If so, how can I do that? Thanks in advance.
-
Activating "SN Warehouse Tracking" afterwards
Hi all, this has been asked before, but with no real answer. We have just one Item Tracking Code with "SN Specific Tracking", "SN Purchase Tracking", "SN Transfer Tracking" and "SN Sales Tracking" enabled assigned to many items. No we want to use bins for some locations, and in order to create Warehouse Entries with the…
-
Barcodes in Business Central
Good morning. We have a customer, with Business Central, who has in a list of orders a field created to save the text of a barcode for each product. How should I do to read the barcode and enter the text read in that field created from a tablet? Best regards!
-
Business Central: Payments in international currency
Good morning! I am a developer for a Spanish Microsoft partner company and I have a question: How could I export a payment file with international currency? It would have to be a file similar to SEPA, but as I mentioned, it has to be in international currency. Best regards!
-
Navision V4 SP3 Update 6 (Windows Vista Support)
Does anyone know where to find a copy of Navision V4 SP3 Update 6? A customer of ours is still running V4 SP3 on a failing server and we need to install it on another server. Upgrading is unfortunately not an option as they plan to move to another product and ideally we would like the new server to be later than Windows…
-
Update Automatic Dimensión Employee
Hi, I have a doubt You would need to know how to carry out an automatic loading of a series of employees with their dimensions through a process (report or CodeUnit). When you manually register a dimension of an employee, the standard executes a series of processes so that the dimensions are created in the different…
-
Fail to run bat file for ftp upload
Hi Expert, I have 2 machines, both running NAV 2009 SP1, classic client with same version, and pointing to same database. There is a NAV report created for generating a bat file which pointing to another ftp script file. Machine A Machine B Manually run report in NAV OK Fail Manually run the NAV created bat file in window…
-
How to prevent XMLHTTP to get client-side cached result?
NAV2009 R2 Classic - I am downloading an XML file using this code:l_XMLHTTP: Automation 'Microsoft XML, v6.0'.XMLHTTP60
l_XMLDomDoc: Automation 'Microsoft XML, v6.0'.DOMDocument60
l_InStream: InStream…
-
Lock Table & Job Queue
Hi All, I have a job (Job1) that runs every minute in a Job Queue which posts journal entries. There is another job (Job2) that runs at the end of the day which locks the ledger table. When that happens Job Queue for Job1 crashes and the Job Queue Status gets updated to Error. I'd like Job1 to run only if it the ledger…
-
XLPivot .SubTotals
Hi, In excel vba - i can turn subtotals off for a field in a pivot table.. e.g. below.. For Each pt In ActiveSheet.PivotTables For Each pf In pt.PivotFields 'First, set index 1 (Automatic) to True, 'so all other values are set to False pf.Subtotals(1) = True pf.Subtotals(1) = False Next pf Next pt but in NAV - ( First 2…
-
Create/Import Blanket Sales Order using dataport from csv file in NAV 2009 R2.
Hi Everyone, I tried to create 'Blanket Sales order' using one dataport from csv file. In csv file suppose: have 8 mandatory column in one row, 3 from sales header and remaining 5 from sales line. How will i linked each other so that data will import from single row that is from two different table? or, can be exported the…
-
GS1 Datamatrix in NAV classic report
Hi, does anyone know solution for generating 2D GS1 Datamatrix code on classic report?
-
SFTP for NAV 2009
Hi, I was using FTP on classic client which was working fine Now it has been changed to SFTP can you please tell me how can I use SFTP WinSCP does not work on classic client 2009 Any other standard/free api/automation ? Thanks
-
Installl NAV 5.0 SP1 CSIDE Client on Server 2019 (x64)
Goodmorning, Question: is there way to install NAV 5.0 SP1 CSIDE Client on Server 2019 (x64)? I try to install this "download" https://mibuso.com/downloads/microsoft-dynamics-nav-w1-50-sp1 And i'm using the setup icon: I constantly get the Error: I think i have installed all the redistributables: Does anyone know if this i…
-
Methods of this automation are not listed in Navision.
Please Help Me I added the dll ( WinSCP for SFTP) to windows. I created a new automation. But the methods of this automaition are not listed. Don't see metod list.
-
The configuration could not be loaded.
I am having difficulty installing NAV Classic Client using a configuration file. I get the following error: The configuration could not be loaded. There is no other error message and the installation then continues as if no config file were designated. I want to use the config file for a remote installation.