Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...Thank you for the best reply I've ever had to a forum question - it's extremely comprehensive and legible and answers my query thoroughly..."

Geography

Where in the world do Tek-Tips members come from?

Creating FORM and adding new version via LAPI

xcerv (IS/IT--Management)
9 Aug 12 10:20
Hello,

I would like to add a FORM object via LAPI and also I would like to add new versions to this form via LAPI.
I mean a form outside of workflow.
Is that possible?

Thanks,
xcerv
ggriffit (Programmer)
9 Aug 12 11:21
You would have to check if the API supports this via the LL_CreateObjectEx method, am sure AppNair will know ;), if not you may have to extend it to do so, see http://communities.opentext.com/communities/llisap... for a starter on how to do this.

The other option is to use WebServices on newer versions of Livelink/Content Server as LAPI is being discountinued.

Greg Griffiths
Livelink Certified Developer & ECM Global Star Champion 2005 & 2006
http://www.greggriffiths.org/livelink/

xcerv (IS/IT--Management)
9 Aug 12 11:50
Hello Greg,

thanks for the information. Since you mention the services, is it possbile to create and add version of form via the web services? Can you be more specific how?

Thanks a lot,
xcerv
appnair (Programmer)
9 Aug 12 13:41
Old LAPI you would have to install the FormsAPI as well in your lapi to do so.WebForms is not currently supported for OT vended WebServices code but webservices is supposed to be extended by anybody who needs it so if you know oscript you can write your own support for webservices and forms.

Well, if I called the wrong number, why did you answer the phone?
James Thurber, New Yorker cartoon caption, June 5, 1937
Certified OT Developer,Livelink ECM Champion 2008,Livelink ECM Champion 2010
http://www.tek-tips.com/faqs.cfm?fid=2884
http://www.linkedin.com/in/appunair

xcerv (IS/IT--Management)
10 Aug 12 3:33
Hello Appu,

I know it is a question for OT, but do you know if they are going to support the forms in web services in some future version?
Will the Forms API work in the current version of CS10?

Thanks,
xcerv
ggriffit (Programmer)
10 Aug 12 7:03
I expect that they will, WebServices were added to the stack in 9.7.1 and have really been expanded and enhanced in CS10, so look out for future service packs etc. I'd recommend logging a support call / feature request with OT on this so that have the tickets to help drive this up the priority list for the next patch/SP etc.

Creating your own WebService interface is relatively simple to do yourself or you can get someone in for a few days to do it for you.

Greg Griffiths
Livelink Certified Developer & ECM Global Star Champion 2005 & 2006
http://www.greggriffiths.org/livelink/

blabla17 (Programmer)
16 Aug 12 5:55
Hello All.
I want to extend the previous question. Greg has a sample of a tutorial code which creates a new attachment in workflow. I need help with updating the code. I would like to add the created node not as an attachment, but as a new version of exist Node type Form (NodeId as attribute in WF) which is somewhere in Livelink.
My code now creates a new version through lNode.NodeUpdate(formNode, UNDEFINED, False) but this version doesn't have any data from workflow.
ggriffit (Programmer)
16 Aug 12 8:48
blabla, suggest you create a new thread for your question as the topic is not the same as this thread.

Greg Griffiths
Livelink Certified Developer & ECM Global Star Champion 2005 & 2006
http://www.greggriffiths.org/livelink/

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close