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)
CSIDE and OScript
How can I create a Physical Object (custom node from Livelink) using oscript
Manju_Joshi_(pmuser26_-_(deleted))
I want to create a physical object a custom node from optional module Physical Object from OpenText. I could create other object like folder. But dont know what paramenter I need to pass for creating physical object. Please help.
Find more posts tagged with
Comments
David_Caughell
Message from David Caughell via eLinkWhat version of the Physical Objects module are you using? Are youcreating these objects in OScript? LAPI? If you are in Builder, youcould always take a look at the NodeCreateSubclassPost() script in thePhysical Object's LLNode.Regards,David.> How can I create a Physical Object (custom node from > Livelink) using oscript Posted by Joshi, Manju on 08/19/2005 05:21 PM> > How can I create a Physical Object (custom node from > Livelink) using oscript Posted by Joshi, Manju on 08/19/2005 05:21 PM> > I want to create a physical object a custom node from > optional module Physical Object from OpenText. I could create > other object like folder. But dont know what paramenter I > need to pass for creating physical object. Please help.
Manju_Joshi_(pmuser26_-_(deleted))
Hi David, Thanks for your reply. I am using Physical Objects 2.8.2 version. Yes, I am creating object using Oscript (General Event Script). I have tried by inserting break point in builder and looking at request recieved from livelink web interface create Physical Item and found that I receives lots of additional info around 43 parameters (including Array, Record). I like to know what are the minimum no of paramenters requried in order to create physical item. Attached document will show what all parameters I got.
Hans Stoop
Message from Hans Stoop via eLinkHi Manju,Most of the time it is a bit of trial and error. Normally th eplaces Ilook for are:1. the fPrototypeCreate2 feature of the webNode.2. The HTML file with the form that you need to fill out when you createthe item.Hans > -----Original Message-----> From: eLink Discussion: Livelink Builder Discussion > [mailto:componentbuilder@elinkkc.opentext.com] > Sent: dinsdag 23 augustus 2005 17:12> To: eLink Recipient> Subject: thanks David> > thanks David> Posted by Joshi, Manju on 08/23/2005 11:08 AM> > Hi David,> Thanks for your reply. I am using Physical Objects 2.8.2 > version. Yes, I am creating object using Oscript (General > Event Script). I have tried by inserting break point in > builder and looking at request recieved from livelink web > interface create Physical Item and found that I receives lots > of additional info around 43 parameters (including Array, > Record). I like to know what are the minimum no of > paramenters requried in order to create physical item. > Attached document will show what all parameters I got.> > [To reply to this thread, use your normal E-mail reply function.]> > ============================================================> > Attachment link: Parameters for Box Records (Physical Item).txt>
https://knowledge.opentext.com/knowledge/livelink.exe/open/4119792>
; > ============================================================> > Topic: How can I create a Physical Object (custom node > from Livelink) using oscript>
https://knowledge.opentext.com/knowledge/livelink.exe/open/4146015>
; > Discussion: Livelink Builder Discussion>
https://knowledge.opentext.com/knowledge/livelink.exe/open/765419>
; > Livelink Server:>
https://knowledge.opentext.com/knowledge/livelink.exe>
; > To Unsubscribe from this Discussion, send an e-mail to > unsubscribe.componentbuilder@elinkkc.opentext.com.> > >
Manju_Joshi_(pmuser26_-_(deleted))
Thanks for the replay Hans, Do you know if there is any documentation for APIs related for Physical Objects that may have method for creating Physical Objects.
Hans Stoop
Message from Hans Stoop via eLinkThere is a document that describes the LAPI calls for RM and it has alsoinformation on how to create a physical object(
https://knowledge.opentext.com/knowledge/llisapi.dll?func=ll&objId=3862762)
. Via Oscript you can create a physical object via theLLNode.NodeCreate() function.Hans > -----Original Message-----> From: eLink Discussion: Livelink Builder Discussion > [mailto:componentbuilder@elinkkc.opentext.com] > Sent: dinsdag 23 augustus 2005 22:17> To: eLink Recipient> Subject: thanks Hans> > thanks Hans> Posted by Joshi, Manju on 08/23/2005 04:14 PM> > Thanks for the replay Hans,> Do you know if there is any documentation for APIs related > for Physical Objects that may have method for creating > Physical Objects.> > > [To reply to this thread, use your normal E-mail reply function.]> > ============================================================> > Topic: How can I create a Physical Object (custom node > from Livelink) using oscript>
https://knowledge.opentext.com/knowledge/livelink.exe/open/4146015>
; > Discussion: Livelink Builder Discussion>
https://knowledge.opentext.com/knowledge/livelink.exe/open/765419>
; > Livelink Server:>
https://knowledge.opentext.com/knowledge/livelink.exe>
; > To Unsubscribe from this Discussion, send an e-mail to > unsubscribe.componentbuilder@elinkkc.opentext.com.> > >
Manju_Joshi_(pmuser26_-_(deleted))
Hi, Thanks for your reply. Here is what I am getting, when click on the link that you sent reply.Livelink Error: Error processing request. [Sorry, the item you requested could not be accessed. Either it does not exist or you do not have permission to access it. If you were sent a link to this item, please contact the sender for assistance.]