Content Management and Capture

 View Only
  • 1.  CMOD DocumentID

    Posted Wed October 21, 2020 02:01 AM
    Hello,

    can you please advise me where DocumentId is stored in CMOD? Whether it is like in FileNet where it is stored in the DocVersion table.

    Thank you in advance


    ------------------------------
    Stanislav Kaiseršot
    ------------------------------


  • 2.  RE: CMOD DocumentID

    Posted Thu October 22, 2020 02:14 PM
    Stanislav,

    To get the docID one need to use the odwek java api method    odHit.getDocId( )

    ------------------------------
    NITISH
    ------------------------------



  • 3.  RE: CMOD DocumentID

    Posted Fri October 23, 2020 03:50 AM
    Hello Nitish,

    thank you for your reply. Is docID generated on the fly during odHit.getDocId( ) or it is saved somwhere in CMOD database ?
    Can customer use docID to store it into some integrated system and then use docID to get the concrete document from CMOD after some time?

    Regards,


    ------------------------------
    Stanislav Kaiseršot
    ------------------------------



  • 4.  RE: CMOD DocumentID

    Posted Tue November 03, 2020 09:01 AM
    Stanislav, CMOD V10.1 added support for Unique Document ID.

    Generates a unique identifier for every row loaded into OnDemand

    Configurable per application group

    String field of length 36 bytes

    Example:

      ac9223b3-f741-4608-ba92-749fda48d866

    If defined, then automatically generated during load

    If multiple rows to same document, each row has its own unique identifier

          Previously with ERM – such rows could not participate in ERM

    Only applies to new data loaded

    ------------------------------
    Bud Paton
    ------------------------------