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
info about createInfo.request in CreateObjectEx()
JohnL
Hello, I'm wondering if there is any way to know what parameters a subtype requires when an object of its type is created via the CreateObjectEx() method. It seems that the createInfo.request assoc should be populated by the fields that were specified in the Prototype() method for that object's create action, is there a way to request this information? I don't see any way mentioned in the LAPI documentation. If there was a way it would be extremely helpful!Thanks!Dawn
Find more posts tagged with
Comments
Claudia_Meyer
Message from chris meyer via eLinkHi,The parameters for each subtype are documented on the same page as the CreateObjectEx() method.cheers,chriseLink Discussion: LAPI Discussion wrote:>info about createInfo.request in CreateObjectEx()>Posted by VIZDOMAdmin on 09/21/2004 07:52 PM>>Hello, >I'm wondering if there is any way to know what parameters a subtype requires when an object of its type is created via the CreateObjectEx() method. It seems that the createInfo.request assoc should be populated by the fields that were specified in the Prototype() method for that object's create action, is there a way to request this information? I don't see any way mentioned in the LAPI documentation. If there was a way it would be extremely helpful!>Thanks!>Dawn>>[To reply to this thread, use your normal E-mail reply function.]>>============================================================>>Discussion: LAPI Discussion>
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=765428&objAction=view>>Livelink
Server:>
https://knowledge.opentext.com/knowledge/livelink.exe>>>
; >-- --------------------------------------------------------------------------------Christopher Meyer, BMath, MScTechnical ConsultantOpen Text AGPh: +41 (0) 71 272 1500 Fax: +41 (0) 71 272 1515Email: cmeyer@opentext.com--------------------------------------------------------------------------------Join us for LinkUp Phoenix 2004!Open Text User ConferencePhoenix, Arizona, USANovember 15-18, 2004Find out why Open Text is the market leader in providing Enterprise Content Management (ECM) solutions.
http://linkup-phoenix.opentext.com
JohnL
Hi Chris, I guess I should clarify my question, while it's true the parameters are documented for some of the Livelink standard types, I'm looking for a general solution that will handle custom types. For example, if the system had a custom subtype that was derived from a document, with a couple extra fields that were to be filled out at the create time, I'm looking for a method that would return to me what needed to be in createInfo.request (the names of those fields, their type, etc. just like you would find in Prototype().) I suspect no such method exists, but it certainly would be useful.
Claudia_Meyer
Message from chris meyer via eLinkHi,I can't think of a way to expose the interface with the LAPI classes or within Livelink. The parameters are not defined in a common way (i.e., with a Prototype). Access to these variables usually happen in the llnode.NodeCreateSubclassPre() or llnode.NodeCreateSubclassPost() functions, so this is a good place to look for a node in question. What you propose, of course, would be ideal.Sorry I can't be of more help, chriseLink Discussion: LAPI Discussion wrote:>Hi Chris,>Posted by VIZDOMAdmin on 09/22/2004 11:48 AM>>Hi Chris, >I guess I should clarify my question, while it's true the parameters are documented for some of the Livelink standard types, I'm looking for a general solution that will handle custom types. For example, if the system had a custom subtype that was derived from a document, with a couple extra fields that were to be filled out at the create time, I'm looking for a method that would return to me what needed to be in createInfo.request (the names of those fields, their type, etc. just like you would find in Prototype().) I suspect no such method exists, but it certainly would be useful. >>[To reply to this thread, use your normal E-mail reply function.]>>============================================================>>Topic: info about createInfo.request in CreateObjectEx()>
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=3693065&objAction=view>>Discussion
: LAPI Discussion>
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=765428&objAction=view>>Livelink
Server:>
https://knowledge.opentext.com/knowledge/livelink.exe>>>
; >-- --------------------------------------------------------------------------------Christopher Meyer, BMath, MScTechnical ConsultantOpen Text AGPh: +41 (0) 71 272 1500 Fax: +41 (0) 71 272 1515Email: cmeyer@opentext.com--------------------------------------------------------------------------------Join us for LinkUp Phoenix 2004!Open Text User ConferencePhoenix, Arizona, USANovember 15-18, 2004Find out why Open Text is the market leader in providing Enterprise Content Management (ECM) solutions.
http://linkup-phoenix.opentext.com