IBM Case Manager Topics

2 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. Hi ,

    I am trying to create a new hold

    // Create instance from CmHold subclass, HoldForDepositions.
    cmHold hold = Factory.CmHold.createInstance(objectStore, "HoldForDepositions");

    but this line throws.

    com.filenet.api.exception.EngineRuntimeException: FNRCE0002E: E_BAD_CLASSID: Class "HoldForDepositions" not found.

    could you please help me solve this issue.

    ReplyDelete