Showing posts with label NAV. Show all posts
Showing posts with label NAV. Show all posts
Thursday, 2 June 2016
Sunday, 11 October 2015
How to Set filters on factbox through code
Monday, 5 October 2015
Microsoft Dynamics NAV 2016 System Requirements
You can find the below system requirements
Client components
- Microsoft Dynamics NAV Windows Client Requirements
- Microsoft Dynamics NAV Development Environment Requirements
- Microsoft Dynamics NAV Web Client Requirements
- Microsoft Dynamics NAV Tablet Client and Phone Client (in a Browser) Requirements
- Microsoft Dynamics NAV Universal App Requirements
Server components
- Microsoft Dynamics NAV Server Requirements
- Microsoft Dynamics NAV Web Server Components Requirements
- Microsoft Dynamics NAV Database Components for SQL Server Requirements
- Microsoft Dynamics NAV Help Server Requirements
Additional components and features
Thursday, 12 March 2015
Thursday, 19 February 2015
Subscribe to:
Posts (Atom)
Shared currentgroup as Object
If Not (group = currentgroup)
offset = pagenumber - 1
currentgroup = group
End If
Return pagenumber - offset
End Function