Home
Extended ECM
API, SDK, REST and Web Services
Auto-numbering documents in Livelink
Dimitri__Vanderheyde_(x-efsbruadmin_-_(deleted))
One of my end-users would like some kind of a sequential auto-numbering of documents (dealing with scientific questions) he places in Livelink. He would like to be able to see this number displayed. Should we just write a LAPI application to do this? Any ideas/suggestions are welcome. Thanks.
Find more posts tagged with
Comments
Claudia_Meyer
Message from chris meyer via eLinkHi Philippe,I'm a bit puzzled how a LAPI application would help you given that users will also be adding documents to Livelink through the web interface. This might be best handled by writing a module that implements the create callback and places the incremented number in either a new table or perhaps a category attribute. The next step would be to modify the browse html pages such that this number is displayed when listing the contents of containers.cheers, chriseLink Discussion: LAPI Discussion wrote:>Auto-numbering documents in Livelink>Posted by Loopuyt, Philippe on 06/20/2003 07:10 AM>>One of my end-users would like some kind of a sequential auto-numbering of documents (dealing with scientific questions) he places in Livelink. He would like to be able to see this number displayed. Should we just write a LAPI application to do this? Any ideas/suggestions are welcome. Thanks. >>>[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>>>
; >
Dimitri__Vanderheyde_(x-efsbruadmin_-_(deleted))
So write a callback script in OScript to implement this? Thanks for your suggestion, Chris.
Claudia_Meyer
Message from chris meyer via eLinkYes, the CBCreate Callback is probably the one you'd want to use. cheers, chriseLink Discussion: LAPI Discussion wrote:>RE - Auto numbering of documents>Posted by Loopuyt, Philippe on 06/20/2003 10:02 AM>>So write a callback script in OScript to implement this? Thanks for your suggestion, Chris.>>[To reply to this thread, use your normal e-mail reply function.]>>============================================================>>Topic: Auto-numbering documents in Livelink>
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=3085990&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>>>
; >
Dimitri__Vanderheyde_(x-efsbruadmin_-_(deleted))
Thanks again, Chris.