-
BizTalk with Multiple companies MAJOR ISSUE
I have a client that has 2 companies set up in the Navision (3.60) database. They receive sales orders from their BizTlak Partner for both companies. I have both companies talking to the NAS andBizTalk. How do I configure BizTalk to talk back to each company?? The issue is that the BizTlak Partner is really only one…
-
Corrupted database!!!
Hello! Some time ago I started procedure of database backup and recieved message, that I had Corrupted Database. I tried to restore my backup and Navision show the same error. The database test doest work. It crashes on GLEntries, Cust. Ledger Entries and Item LE. Now I even cant archive my base with WinZip and RAR,…
-
Can we Print a flow feild in a report?
In a report we want to get the value of inventory feild from stockkeeping unit table based on few conditions. In stock keeping unit table ,the inventory feild is a flow feild. when we get the inventory value based on few condition like item no in item card,and some specified location, the value of inventory is not printing…
-
Undoing a released order
Is it possible to undo the effect of a released order? Or maybe if we want to redo the firm plan and releasing of the order, is there a way to delete the record in the released orders table and replan (firm plan) the order over again?
-
Can I select a printer for my report from navision?
:?: The problem occurs when we have 2 printers. For example, one for generic printing and one special printer for price lists.. How can I choose a printer for my reports? Can each report have it's own printer to be printed in. :?:
-
Navision Attain 3.01 B and C/ODBC problem
Hi there I have a problem using C/ODBC with Navision 3.01 B. I can install it without problems, but when I enter Microsoft Query and open the system DSN, and the "Getting data" popup comes up, I get an error saying, that there has been a problem with the odbc.dll module, which caused this error. I'm using Office 2003 and…
-
How do you set up an automatic filter on reports?
Is there an easy way to set up automatic filters on reports? Presently when we go in to print a purchase order, the No. field is automatically filled in by the last purchase order that was processed. We have another report that is an Unloading Checklist we must print along with the Purchase Order. This report does not pull…
-
Is it possible to print reports in this format
Is it possible in a report to get the following format based on Locations These are various locations and there datas (column wise) Bangalore Madurai Madras value1 value1 value1 value2 value2 value2 value3 value3 value3 In navision for these kind of location reports only this way its printing, like (row wise) Bangalore…
-
Order PreClosure
Hi, Consider the following Scenario - Say a Customer Orders for 20 units of item number 1000. A sales order is generated for 20 units. Later 10 units are shipped and invoiced to the customer. After this the customer says he needs only 10 units instead of 20. Now the sales order has to be closed as the requested quantity is…
-
Report Printing
Hello All How do you access the code or functionality behind the print button on reports? I know if you set the report to processing only, the button disappears but I need to automatically send the print to another printer that is part of a third party software package. i.e. I want to disable the usual printing dialog box…
-
invoice line no.
hi ppl, can you tell me how do i display the line numbers in the invoice report (206) and make it pick up where it left off on the next page.. i have managed to display the line number but if the invoice has more than one page the variable somehow resets and starts from zero... thanks in advance.. Mada.
-
How to run Dataport with more than one record?
I made a dataport, exporting few tables. Problem: How to run it with recordfilters I need? (I want ot export only record changed from startdate) If in dataport was only one record parameter there would be no problem. record1.SETFILTER("Last Date Modified",'>04.05.04'); DATAPORT.RUN(ID,FALSE,record1); But if there are few…
-
Navision Database Failure
Hi everyone, After a power failure (pretty common here in Florida), I think my server shut down unexpectedly and it seems like it corrupted the database. This has actually happened twice now. I've been able to recover the backup every time, but I was wondering if anyone else ever had that problem. The first time Navision…
-
[REPORTS] Dynamically setting the ProcessingOnly property
I want to let the user choose between creating output on screen (with sections), or creating a CSV-file with the data. If the user selects the CSV-option, the sections should not be printed. Should I do this with setting the ProcessingOnly to False, and if so, how should I do it in OnPreReport? If not, how should I let the…
-
User not known in the menu security!
Hi, does anybody knows why the following message appears? (And how you can solve it) "This user is not known in the menu security!" (--> the message appears when we log in with the "Super"-user!) Thanks a lot! Greets, Rob.
-
How to get ( Page of Pages) in Reports
Dear Friends, I am generating a report. How to get page numbers as we used to get in MS-Word like ( Page of Pages). Suppose the total report is of 10 pages then on 1st page it should display 1 of 10 and so on.... Nune Naresh.
-
Where can I find good consultants?
Our client is in the process of rolling out Navision and is looking for someone to help with the roll out at the plant level. This position is a consultant position. They need someone for periods of six to nine months to participate in supporting users in the implementation of Navision Attain. Navision Attain expertise is…
-
Amyuni
Hello All I am currently working with Amyuni to integrate with Navision. (Well testing anyway) I have registered the required DLL and can access a number of automation server objects. Where can I get an explanation on what the various properties/methods of each of those objects mean? Also, has anyone ever used it, can…
-
Performance Problem with MBS Navision 3.70 and Lotus Notes
Since installation of Navision 3.70 we have a problem with CPU efficiency from 95 % on Lotus Notes on PCs (sometimes). Have anyone an idea?
-
Print archive customer order
Hello, It is possible to print the archive customer orders. I did not find a report corresponding to my wishes. Somebody among it would have developed you such a report. I will be very happy to take note of it, thank you. Ben_ bdurand@euro-parts.com
-
Help with fax please
Hi, When printing a report to Small Business Server 2003 Fax as printer, the fax client comes up with a screen for entering fax number and so forth. However Windows return focus for the current window to Navision. Clicking on to the Fax client does not help. Foxus is immediately returned back to Navision. Hence the detail…
-
Commerce Portal setup error
Hi I am setting up commerce portal for the first time, I am getting the following error when I try to run the demo company.:x Error Type: Server object, ASP 0177 (0x800401F3) Invalid class string /CommercePortal/global.asa, line 78 Any advice would be apprecited
-
Outlook 2003, Navision & Mapi
Hi, We use Navision to send orders and quotes like most people do but now we have upgraded to office 2003, when we launch a new message in outlook 2003 the signature does not appear in it. Navision will open the new message but won’t insert the signature. It works fine with Office 2000. If anyone is using Office 2003 &…
-
Export system objects by C\AL
Hi Does anybody know how to EXPORT system object (e.g. Table 18) from navision using C\AL? :?: I try to do next: Table Object 200000000001; Object.CALCFIELDS("BLOB Reference"); NewFOB = Object."BLOB Reference".EXPORT('', TRUE); But after this I can't IMPORT NewFOB through Object Designer :cry: Best reguards. :lol:
-
Automated report scheduling (autoit - scheduled_tasks)
I'm working on automating several aspects of Navision system maintenance. The work is progressing nicely. However I'm having serious trouble getting a navision client started using ScheduledTasks. In the past we have been using the tools from ExpandIt. These are just not flexible enough. So after some research I discovered…
-
Is it possible to create a GUID with a unique constraint?
We are using SQL Server 2000 and are having problems with Navision duplicating GUIDS. We need the guids to be unique to interface with an external system. We tried to modify the SQL table behind the scenes but when adding records PK violations kept happening forcing us to disable the additional Index with unique…
-
Special Charecter in Navision 3.6 on SQL
Navision is not recognising £ symbol. its replacing it with a special charecter something like 'oe'. Any ideas y???? te pagecode and local setings are fine.
-
List of Internal Errors
Hi, Is there a list of all common internal errors in Navision Attain and the meaning of them. If there is, where can i find it?? Can someone please help?
-
Programatically Setting the TimerInterval Property
Hi, Wanted to know if there is a way to Programatically set the TimerInterval property of a form in which I'm using the On-Timer trigger to do evening processing every so often (Navision Attain 3.0). In the C/Side Object Browser currForm.Properties I don't see anything that helps me out. Thanks, j
-
How to find out who is connected to database?
Navision Attain 3.60 on SQL 2000. Sometime I need to restart server where SQL is installed. How to find out users connected by Navision Client to call them and say something like "don't worry, be happy" server.RESET :D May be somewhere in Navision is a tool to send messages to active users like in Axapta?