-
Directory Size
Hello, is there an easy way to find out the size of directory? I was looking all over the forum and cant find an answer. Currently I have an not so elegant solution through the File Table, but the folders I have to scan have several layers of subfolders, so with this way Ill never get a correct value. Thanks a lot :-)…
-
Alternative development tools like Navision
Hello, I have a somewhat strange question: our backoffice is currently running a native Navision environment, which is perfectly fine for our needs. Our salespersons however, about 16 of them, need an offline application on their laptops to access some basic backoffice information like item- and customer information.…
-
The Type 5032 was not defined for the Function
Navision 3.7 Table 745 VAT Report Error Log I cannot export the table to txt, I get the error message: The Type 5032 was not defined for the Function This does not seem to be related to the usual problem with the Key, I have deleted the key and replaced it but this has not helped. I suspect it is due to the local partner…
-
Status of Purchase Header is not updated in Change Log Entry
Hi all, My client faced an issue with Change Log entry. They are using NAV 6.0SP1. With Change Log Setup, they already set All Fields for 3 types: insert, modify and delete. However, when they change Status of P.O, modification is not updated as expected. I already checked code 423, but nothing has been pointed out. Does…
-
Form Runmodal Error in list form or table field
Hi, I have put the below coding in a table field column validation in list form. Clear(frmInput); If frmInput.RUNMODAL = ACTION::LookupOK THEN; Error pop up when I compile code saying 'LookupOK' is not an option. Existing options are: New, Modify, Delete Any hints? #-o
-
How to calculate delivery time for purchased items
Hi, I'm using NAV5.01 and I would like to know how can I calculate actual delivery time for items I have purchased and received from the vendor... any idea?
-
Unapplying one line of payment
When I go to Customer's Navision which is Classic client 2009 went go to Customer Ledger entries and then select a Payment entry. Then when I go to unapply entries window and unapply the payment the whole payment gets unapplied. but I do not want that, I want to unapply single payment on an Invoice but the system unapplies…
-
Check, Acccount and Routing Numbers Not Printing Bar Codes
Without any apparrent changes to our network, operating system, or to NAV itself, our checks suddenly stopped printing the special characters that appear on the left and right sides of check numbers, routing numbers, and account numbers in the MICR text at the bottom of the checks. I assumed it was a font issue, but I am…
-
Qty having diff behavior in diff preview % and print out
I try search through whole forum but I can't find any post is related to my topic and I not sure which category I should post. Pls let me know if got similar post. My situation is : When generate report, the quantity is having different behavior during the preview in 100% , 70% and print to printer(physical print out). The…
-
NAV Integration with Oracel Advanced Queuing
Hello Everyone, I need help in integrating Oracle AQ with Navision. I am using NAV 2009 R2. The scenario is as follows: There is a third party application writing messages to Oracle AQ. It is now expected from NAV, to listen to the queue and write the data in Navision and return back a status message. I have seen something…
-
Using related No. Series when importing with Data Migration.
When import vendors using RapidStart's Data Migration (in NAV 7.1), is there a way to use a related No. Series instead of the default No. Series for vendors? I've tried including the name of the related No. Series in the No. Series field of the Vendor table, but it doesn't seem to get validated upon import, so the system…
-
How to send XML in POST method in $_POST['xml_request']
Hello Who knows how to send XML in POST method as variable? Direct send, don't work: ============================================= XMLDoc Automation 'Microsoft XML, v6.0'.DOMDocument locautXmlHttp Automation 'Microsoft XML, v6.0'.ServerXMLHTTP60 ============================================= IF ISCLEAR(XMLDoc) THEN…
-
Cant Post SO
We have a client that is having issues posting SO. They receive the following error. "Posting date is not within your range of allowed posting dates in Item Journal Line Journal Template Name='',Journal Batch Name='',Line No. ='0'." I debugged this issue and this error occurs when the system is trying to create an…
-
Warehouse Shipment vs. No Warehouse Shipment
Hi Guys, Can anyone shed some light on when a company is not able to run an efficient warehouse without using a the Warehouse Shipment? Or put in another way: What is the reason for using a Ship+Pick setup in a location as opposed to simply a Pick setup? In some documentation it says that with the warehouse shipment you…
-
key limit has reached
My customer uses Customer ledger Entries form very frequently and do the filteration on some of the specific fields. So what I have done I have created one key for those fields in cust. ledger entry table as: Key : field1,field2,field3,field4,field5,field6,field7,field8 This makes the search faster. Now customer has…
-
Kitting in NAV 2009 R2
Is the Kitting available in NAV 2009 R2 W1 version? If not, what is the work around to buy in parts, assemble and sell scenarios? Thank you Maluwa
-
next control in Navision 4.0
Hi in the form include 20 fields , i want to arrange the field sequence while user entering the data, the cursor jump to last field and not in same sequence in the table . i try to use next control from properties, but its doesn't work . is there any other solution to manage this task..
-
Not Getting the report title
I have created a report I have a problem when i print multiple copies then for 1st copy it should print Original for 2nd it should Print duplicate and more then 2 it will print Extra copies I have created a code and every things working fine but the it prints the First Value on each Copy that is original on all the Copies…
-
NAV 5.0 SQL vs. ODBC
Hi, Experts! I have a NAV 5.0 SP1 SQL-based Installation running on a 64-bit Server 2008 R2 backend that I am trying to set-up the NAV ODBC Driver, but to no avail. It seems like the Driver Setup gives lip-service to working with a Server-Based Database; but it really DOESN'T (???) Everything goes fine on the Driver…
-
File handle 2009 SP1 Classic
Hi all Stuck in a little problem: Creating a mail - and via a report creating a PDF-file in Temp-dir and then attach the PDF to the mail. Mail.SEND is done Then make the following: Ok := FILE.EXISTS(PDFfilename); IF Ok = TRUE THEN FILE.ERASE(PDFfilename); This gives an error saying that file is open in FIN.EXE How to…
-
Strange behaviour of Dimensions in NAV 2013
While doing Bank Payment, I am putting Dimensions as Employee - E014 and Branch - West. After closing the Edit Dimension Set Entry form, dimensions in the journal line automatically gets changed to Employee - E027 and Branch - East. In other words, system is assigning incorrect Dimension SET ID to the voucher instead of…
-
Not Running Auto Adust Cost
Hi all, can someone explain what is the impact if i turn off the automatic cost adjustment ( turn to never)? right now, our company set the auto cost adjustment to Always, but this make posting really slow. when posting can take up to 20-30 minutes. so i want to know what is the impact if i change the setting to never,…
-
Locking/Blocking/Concurrency
Hi, could someone please briefly explain the idea behind this line in Codeunit 80 (NAV 2013): SortLines(SalesLine); I understand it has to do with locking/blocking and concurrency, but I would like to understand this a bit better. Has this function/line been added to prevent DEADLOCKS, i.e. does this correspond to the…
-
Item Ledger Entry Entry no. '0' does not exist
Please help me,,, I have trouble when I tried to posting invoice and have a massage like this : "Item Ledger Entry Entry no. '0' does not exist" Please can anyone to help me resovle this problem :cry: :cry: :cry:
-
Copy File by selection to specific folder
Hi .. i create small form to collect some data for applicant , i add browse button to allow them for upload CV ... (not that meaning of upload ) i just want the applicant to browse the attached USB or any drive to select the CV document ( *.PDF or *.DOC) then the command will automatic make copy to specific folder (…
-
quantity wise sorting
hi experts I have created a sales report using product group code wise . Now I want to sort the data quantity wise descending order . please suggest me how can i do this.
-
Business scenarios for Transfer Orders in NAV 2013
I hope that some people can help with providing a solution when a Transfer Order doesn't go according to plan. NAV works great when it is a perfect scenario but not so great when things doesn't go according to plan. 1) Warehouse ship stock but only part is received So a Transfer Order is created for 10 pieces of item A and…
-
C/AL Dimension Value
Hi I need to be able to use C/AL to test if a Dimension Value is Blocked and If So UnBlock It Which Code Units and Functions do I need to Use or Do I simply Read Write from the Dimension Values Table? Thanks for your help
-
Client hangs when wanting to design COD5763
Did any of encounter a similar issue as I am having now? Any hint on how to fix it? I am working on code that calls COD5763 (Whse.-Post Shipment). Using Go To Definition on statement WhsePostShipment.RUN(WarehouseShipmentLine); it first did open COD5763, but since some point in time it hangs my client every time again.…
-
Count in FlowField - display the results in a Group Footer
Hello all! Im new here and also to Navision scene. My problem is the following: I have created a field in a table, type FlowField with the CalcFormula = Count("Domestic Declaration Line" WHERE (Type=CONST(Purchase),Posting Date=FILTER(01/11/12..30/11/12),VAT Registration No.=FIELD(VAT Registration No.))) Now, this field in…