-
Hi, I have a webservice which send msg to a queue for interacting to nav db ...but its not sending the response msg to the response queue .... please help me... i did surf the net it has mentioned to edit the codeunit 1 ,99 etc..what and how to edit .. how to start the nave server programatically......
-
Hi, I am working on Nav 4.0 sp3 Inventory setup - > Average calculation type = Item & location & variant In item card we have 3 fields 1. Average cost 2. Unit cost 3. Last Direct cost I created a new item A . Costing method = Fifo Purchase Transaction details : I st Purchase : Date :25/01...
-
Hi, IF I created the Purchase Invoice through purchase order then when the 3 fields ( Qty, Qty received, Qty Invoiced) have the same value then automatically Purchase order will delete. But when I create the Purchase Invoice from Using the function “Get receipt lines “ Even the 3 fields are...
-
Hi, I have a webservice which send msg to a queue for interacting to nav db ...but its not sending the response msg to the response queue .... please help me... i did surf the net it has mentioned to edit the codeunit 1 ,99 etc..what and how to edit .. how to start the nave server programatically......
-
Hi, I am working on Nav 4.0 sp3 Inventory setup - > Average calculation type = Item & location & variant In item card we have 3 fields 1. Average cost 2. Unit cost 3. Last Direct cost I created a new item A . Costing method = Fifo Purchase Transaction details : I st Purchase : Date :25/01...
-
Hi, IF I created the Purchase Invoice through purchase order then when the 3 fields ( Qty, Qty received, Qty Invoiced) have the same value then automatically Purchase order will delete. But when I create the Purchase Invoice from Using the function “Get receipt lines “ Even the 3 fields are...
-
Another nice trick: If you know the field numbers of the table but not surely the field names, you can write your code based on the field numbers: SalesLine.SETRANGE(Field1,SalesHeader.Field1); SalesLine.SETRANGE(Field3,SalesHeader.Field3); If you save and close this code and open the object in Design...
Posted to
Dynamics NAV / Navision - Developers Forum
(Forum)
by
Timo Lässer
on
Aug 22, 2008
Filed under: NAV 5.0, NAV 4.0 SP3, NAV 4.0, Navision 3.01, Navision 3.70, Navision 2.60, NAV 4.0 SP2, Navision 3.60, navision, Dynamics NAV, undocumented feature, Tips & Tricks
-
We are using Navision 4.0(SP3). I am new to Navision and Database Administartion. I got restored the Navision production database backup (SQL Server 2005) in to our testing environment. Everything works fine from when I setup the application from the restored database but I am not able to execute any...
-
I've a problem, who can help me? I've a SQLServer table sorted by a type code field that show the following records A A2 A3 B B2 C Why the same table called like a temporary table, containing the same record and ordered with the same key, show records ordered like the following? A B C A2 A3 B2...
-
Hi friends I have changed the back end from Nav native DB to SQL sever 2005 . I open the sql DB and check the flow fields in customer ledger ex:- Amount, Original Amt. (LCY), Remaining Amt. (LCY), Original Amt. (LCY) . there are not there where can I find them . how this fields are exsist . for the purpose...