Navision Reports.

NavNewBieNavNewBie Member Posts: 15
Hi,

Can anyone tell me how to customize Navision Reports for the users? We're using SQL for the database portion.

Also which data table should I download sales stastic information from SQL? Would be using Access thru ODBC.


Thanks a million. :)

Comments

  • kinekine Member Posts: 12,562
    Reports are customized and developed in Navision Object designer. Please, look into documentation which is available on the product CD. There is Application Designer Guide (w1w1adg.pdf).

    Sales statistics: it depend on what you need - Customer entries are in Customer entry table, info about item movement is in Item ledger entry. Financial info is in General Ledger Entry table etc.
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • NavNewBieNavNewBie Member Posts: 15
    Thanks for the tips. Just that there are so many tables in NaVision its difficult to extract information if you're not familiar.

    I'm looking into sales information. Just found out that I could get the information from Invoice Header and Lines tables. But now i need to get customer information and item information.

    Would be helpful if someone could point me to the right tables. i.e. name of the tables containing the information or are the names of my tables diffrent from yours?

    :)
  • themavethemave Member Posts: 1,058
    A good way to approach it would be to look at the design of some of the navision built in reports, see which tables they are access for the information. then if possible, just redisign the built in report.

    but even if you just want to design your own reports using codbc link, you still can learn a lot from the built in reports.

    browse through them and then hit CTRL F2 while you are on a report, it will open it in the report designer and you can see how it is built.
  • NavNewBieNavNewBie Member Posts: 15
    Learning for an existing report is a good way to learn. Thanks for the tip. :)

    Just one question. I've setup 2 companies under the same database using SQL. Are the reports diffrent between the 2 companies? If I modify 1, does it change the other?
  • themavethemave Member Posts: 1,058
    yes, there is only one report, as long as your companies are in the same database, they share reports, you can create company specific reports and such as invoices, and then assign them to the different companies through the report selection setup.

    but the report is the same through out the database, no matter what company is accessing it. You can make text in the report change depending on the company accessing it. by having the report pull info from the company table. such as name and address and even logo.
  • NavNewBieNavNewBie Member Posts: 15
    thanks. that's very helpful to know.

    guess i should be reading the documentation on Application Designer Guide to get myself started. :)
Sign In or Register to comment.