0

I have created a view in SQL Server. I'd like to use this view to create a report in Microsoft Dynamics NAV 2009. Is this possible and if so, how can I use the view?

Thanks

Guido Preite
  • 14,905
  • 4
  • 36
  • 65
Bv202
  • 3,924
  • 13
  • 46
  • 80

2 Answers2

1

yes this is possible but you need a new navision table and change the property 'LinkedObject' to Yes.

Further, you need to name the table exactly like the view.

Here are some further hints.. http://msdn.microsoft.com/en-us/library/dd339076.aspx

You then can use that table like any other table in nav with some limitations..

pungggi
  • 1,263
  • 14
  • 25
0

Here's another good tutorial regarding your question:

http://dynamicsuser.net/blogs/waldo/archive/2008/11/08/how-to-display-an-sql-server-view-in-microsoft-dynamics-nav.aspx

gbierkens
  • 151
  • 6