質問

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

役に立ちましたか?

解決

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..

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top