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
Limit the number of documents
***_****_(citlon01admin_-_(deleted))
We had a constant problem of limiting the number of documents per folder. It was a common experience at the last Conference. So her it is. It required us to change a few settings in Livelink using the SDK kit.Refer to attached document for the full program changes required. Further versions of this program will always allow a customview.html to be passed through.The following line is the key. It gives to the number specified per folder and if the object is a folder.contents = DAPI.ListContents( prgCtx.DapiSess(), \ request.node.pVolumeId, \ request.node.pId, \ "WebNodes", \ "rownum <= " + numberofdocs + " or subtype =0" ) We are using Livelink 9.1 SP2.Thanks ... David LoffhagenCity of Londondloffhag@city.london.on.ca
Find more posts tagged with
Comments
There are no comments yet