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
LAPI and custom LL subtypes
William__Li_(scoruser4_-_(deleted))
I think I know the answer to this question, but would like to confirm with someone else who would know...Let's say I created a custom item type (subtype) in a Livelink module. Could I then create new items of this type via LAPI? If so, what functions would I use?I have a feeling I can't, because only certain subtypes appear to be supported in LAPI.
Find more posts tagged with
Comments
eLink User
Message from Vinit Kulkarni via eLinkI think you should be able to create new items in the new subtype. Through LAPIusing CreateObjectEx pass the integer of the new subtype instead ofLAPI_DOCUMENTS.DOCUMENTSUBTYPE ...etc.HTHVinit Kulkarni
Heribert_Kaczmarek_(HeitecAGAdmin_(Delete)_2577202
> I think you should be able to create new items in the new > subtype. Through LAPI > using CreateObjectEx pass the integer of the new subtype > instead of > LAPI_DOCUMENTS.DOCUMENTSUBTYPE ...etc. I tried it, but it didn