Question
2
Replies
468
Views
Rbc
Posted: October 31, 2017
Last activity: November 21, 2017
How to retry the obj-open-by hadle method if it fails to acquire the lock first time?
Hello everyone,
is there a way where the system tries to acquire a lock of the case again if its locked at the first try? In my application it doesn't try again and the case gets resolved cancelled.
Hi Priyanka,
As i don't see any way to achieve this requirement OOTB, i had an idea to implement this requirement something like as follows:
Important: You need to define the fixed number of retries and the seconds to wait as it might lead to a deadlock. Hope this kind of approach might help you to achieve your requirement.
Regards
Mahesh