Questions tagged [ibm-case-manager]
28 questions
4
votes
1 answer
IBM FileNet P8 vs IBM Case Manager?
Edit: closed due to opinion-based vs fact based, but the answer is quite fact based: Case Manager is a superset of FileNet, not a competing product.
In my project, we're considering using IBM Case Manager instead of FileNet P8+ILOG JRules to…

Radit Panjapiyakul
- 115
- 2
- 10
2
votes
1 answer
How can I get cases another solution in IBM Case Manager?
I have two solutions.
How can I get cases another solution?
I think that icm.util.SearchPayload allows you to get the cases of the current solution.
buildPayload: function (values) {
if (!values) {
console.log("An…

Shelepaev Oleg
- 21
- 3
2
votes
2 answers
Make Properties readonly in addContentItemPropertiesPane
I am looking for a modified add document view using AddContentItemDialog .
i manage to set parent folder , Intro Text , title and documents properties with script adapter in Work Details
try {
var parentFolder =…

Archangle
- 312
- 1
- 4
- 23
1
vote
0 answers
Changes reflecting in payload but is not getting applied on target widget in workdetails page in casemanager 5.2.1
In Workdetails page, under ‘Documents’ tab, when I set the alignment to ‘center’ from ‘right’ for the column value, its getting updated in payload but is not actually getting applied on target widget.
I have tried thru controller/Grid as well but…

AntsEverAfter
- 11
- 1
1
vote
0 answers
Filenet Solution Deployment Take too much time
Deployment a solution with IBM Case Manager Builder take too mach time on deployment , When i look "Detail Deployment Log" file I can see following steps take too mach time.
11/5/18 8:55:55 PM GMT+05:30 FNRPA0120I The solution X001 pages are being…

Archangle
- 312
- 1
- 4
- 23
1
vote
0 answers
How can I use CaseMgmtContext in Job Sweeps?
I am writing a custom job sweep action in java
I would like to use CaseMgmtContext so I don't have to read username and properties file
Unfortunately I can't seem to use CaseMgmtContext without a VWSession and there is no VWSession in job…

Varma K
- 13
- 1
- 3
1
vote
1 answer
IBM Case Manager: Intermittantly getting "Update sequence number mismatch" trying to save case
I'm using the Java API with Case Manager 5.2.1, on Windows.
My web service does the following:
// Create a brand new case
CaseType myCaseType = CaseType.fetchInstance(osRef, myCaseTypeName);
Case newPendingCase =…

paulsm4
- 114,292
- 17
- 138
- 190
0
votes
0 answers
Getting error while enabling casemanager in IBM Business Automation Workflow
I have installed IBM Business automation workflow on my local and trying to enable CaseManager, as per the knowledge center when I try to execute below command. It throws error
print AdminTask.createObjectStoreForContent(['-clusterName',…

Rahul
- 269
- 2
- 10
- 25
0
votes
0 answers
Can't Create Case Solution in Workflow Center on IBM BAW 20.0.0.2
When i try to create Case in Workflow Center the error pops-out:
To create a case solution, you must have permissions to a project area. Contact your administrator for these permissions.
I'm logged as admin user, on internet i can't find something…

Boro
- 1
- 1
0
votes
1 answer
How to use the ICM_ReceiveDocumentIDs Event?
I'm trying to display a list of documents with the ContentList widget inside the IBM Case Manager Builder.
To achieve that I'm wiring a Scriptadapter to the ContentList widget, with the ReceiveDocuments event. This should give me the possibility to…

Puck
- 33
- 1
- 9
0
votes
1 answer
ICM broadcast case list search
I'm trying to preview similar IBM Case manager cases when a case is opened, I'm getting error onBroadcastEvent is not a function it is not included inside self. I'm using wiring to the script adapter (send work…

user1814595
- 143
- 1
- 3
- 8
0
votes
1 answer
Role based security using APIs for filenet p8
I need to assign security dynamically using roles on case folders using Filenet p8 Java APIs.
I have tried to use the classes stated on knowledge center but still there is a missed part.
Anybody tried this approach?
0
votes
0 answers
Filenet Open a particulate AddCase Page form script adapter
I am looking a way to open a particulate addcase on addcase page from Event Action , i was trying with "icm.OpenPage"
try{
solution.retrieveCaseType("Demo_ApprovalCase", function(caseType) {
…

Archangle
- 312
- 1
- 4
- 23
0
votes
1 answer
What is the relation between the case,workitem,document in case manager
I am new to working on Case manager application. I just need to know the relation between the document, Case , workitem and what it refers to understand the context of the above used in places of documentation.

Salman
- 21
- 2
0
votes
2 answers
IBM BPM 8.6 upgrade to IBM Business Automation Workflow is not working?
I have updated IBM BPM version 8.6.0 to IBM Business Automation Workflow V18.0.0.2 by following below documentation.
IBM BPM upgarde to IBM Business Automation Workflow V18.0.0.2
In the above documentation I have executed all the commands, only one…

Rahul
- 269
- 2
- 10
- 25