Hello,
I have a requirement, If the record in my model driven app is assigned to Person-A and Person-A is staying on the page and doing research, Person-B re-assigns this record to himself. Without refreshing the screen, Person-A would not know the owner has changed. If Person-A tries to move to the Next Stage in BPF then a popup should appear to inform Person-A that the record owner is now Person-B.
The issue I'm facing here is I'm able to show the popup but still the stage is moving forward when the owner is changed, which is wrong. So, I need to stop the BPF moving to next stage.
I've tried using preventDefault() function but no luck.
Can anyone help me with this please?