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
Adding customview from LAPI
Anquoc_Tran
Hi,Does anyone know if it is possible to add a customview.html file to a folder via LAPI so that the UI shows a banner.From the UI, you can add an item of type "customview" but there doesn't seem to be a LAPI object subtype to match. If you add a file called "customview.html" as a document Livelink won't treat it as a banner?Thanks,Thom
Find more posts tagged with
Comments
eLink User
Message from Carsten Kulms via eLinkIt is possible to add a customview by LAPI. A specialized "Customview"object is available since LES 9.5. Use the subtype 146 with theCreateObjectEx function. In previous LES versions you simply add adocument with the name "customview.html" to the folder.I'm not sure what you want to achieve ("UI shows a banner"), however,please read the notes about what is possible and what not withcustomviews in the LES online help (for >=9.5 in section CustomizingLivelink: Working With Custom Views).