Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Office integration and customized commands
archer9
Hi,
I was hoping someone might be able to tell me whether the Office integration supports the iCommand interface for calling customized Edit Profile command and dialog.
I have tried adding an entry to:
HKEY_LOCAL_MACHINE\Software\Interwoven\WorkSite\Add-Ins\Commands\Online\EditProfile
but this does not seem to work with Microsoft Word.
Has anyone had any luck with being able to call a custom edit profile command within the Office integration?
Any help would be appreciated.
Regards,
Roger
Find more posts tagged with
Comments
Migrateduser
You can do this with a Word macro that gets the iManDocument object from the currently open Word document, then does whatever you want within WorkSite with the iManDocument. The macro, of course, can be launched through the existing Office Integration events as well if you like.
archer9
Thanks for the reply. I will give it a go.