Page 1 of 1

Cancel a case in a separate process

Posted: Tue Aug 06, 2019 12:36 am
by lalinda74
I have two separate processes. Let's say process A and B. Both processes are running. Is there a way to cancel a running case in process B from the process A ?
Code: Select all
int PMFCancelCase(string caseUID, int delIndex, string userUID) 
Above function can be used to cancel a case in running process.

Re: Cancel a case in a separate process

Posted: Fri Aug 09, 2019 9:36 pm
by amosbatto
PMFCancelCase() can cancel cases in other processes. If you need to find the other case to cancel it, you can use executeQuery() to do a database query in the APPLICATION or APP_CACHE_VIEW tables.