- IBM Case Manager Solution Deployment (Exporting and Importing) through Commends
- Add Case Comments in Case Client (IBM Case Manager API)
- Establish ICM Connection (fetch P8Connection, Domain, Target Obbject Store)
- JavaScript for Dynamic in-basket Filter based on role and In-basket
- Create a custom In-Basket in IBM Case Manager
This comment has been removed by the author.
ReplyDeleteHi ,
ReplyDeleteI 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.