You can use this cool functionality if you perform a technical upgrade of your database. This means only using the new runtime (fin.exe and server.exe) on your old business logic.
These are the steps to take after the runtimeupgrade
Implement Office XML in a Technical Upgrade
Codeunit 1
Copy the 3 functions from a 5.0 database
Name ID
LaunchApp 116
SelectStyleSheet 117
ManageStyleSheets 118
Objects
Copy these opbjects from 5.0 to your database
Type ID Name
Form 690 Manage Style Sheets
Form 691 Send-to Programs
Form 692 Import Style Sheet
Form 693 Program Selection
Form 694 Style Sheets
Codeunit 403 Application Launch Management
System Tables
Copy the values from system tables
2000000065 Send-To Program
2000000066 Style Sheet
2000000067 User Default Style Sheet
From a 5.0 database to your database
And your GO
One other advantage of doing a runtime upgrade is having support for Windows Vista.
A good step after this runtime upgrade is to do a functional upgrade to be fully prepared for 5.1.
Good Luck
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Does anyone know if it is :
a). A separate granule
b). A bug in the licensemodule
c). Something else
Otherwise you can always renumber. :-$
1) it means, that there is no granule for this but you need to request refresh of license
2) It is in the list but I didn't found it
3) It is part of other granule
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
http://www.mibuso.com/forum/viewtopic.php?t=17452
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Did not read this post. Stupid me. At least we follow the same steps.
See that the appropriate security settings are added as well (for the new objects ... being:
Table 2000000065 Send-To Program
Table 2000000066 Style Sheet
Table 2000000067 User Default Style Sheet
Table 2000000068 Record Link
Form 690 Manage Style Sheets
Form 691 Send-to Programs
Form 692 Import Style Sheet
Form 693 Program Selection
Form 694 Style Sheets
Codeunit 403 Application Launch Management
8)
I was working on a blog post before I saw this thread ... ... luckily I didn't waste too much time .
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
Thanks for this great manual.
I tried it with an 4.00 SP3 database which we run with NAV 2009 SP1 client. Everything worked but as soon I add the new functions to CU1 the client crashed completly. Any ideas?
Best regards
May be the function-id's don't align (should be the same)?
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Hi Alsol,
Same thing happened with me. Did you find a solution for this?
Greetz
LD
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
I added the functions by copying the whole function. And the function ID were the same. Unfortunately it still does not work.
Any ideas?
Best regards,
Felix
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n