Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
How to 'Edit' a document thru LAPI?
Roland_Smith_(rsmith@cvps.com_-_(deleted))
I am able to use LL_FetchVersion to extract a document to disk and then I load it into it's application.I want to be able to open the document in 'Edit' mode and have Word or Excel know that it came from Livelink and have it save it back to Livelink via the Word/Excel integration.
Find more posts tagged with
Comments
Daniel__Morgan_(danielmorgan_-_(deleted))
Hi Roland,Do you have a code snippet that shows how to do the fetch. I want to pull an xmldocument (blog rss feed) from LiveLink to use in my web app. I am at Day 1 using the LAPI.I assume it would be something like:documents.FetchVersion(para)However, how does one identify Volume ID, Node ID, Version ID etc.ThanksDan
Roland_Smith_(rsmith@cvps.com_-_(deleted))
I am doing this from PowerBuilder so I couldn't be much help. Sorry.I have discovered I can use the Livelink Explorer SDK which is the COM object used by Word, Outlook & Excel for their integration.