Question

Knowledge Expert
FR
Last activity: 17 Jan 2019 9:32 EST
Extension point to execute process when user get out of current work object
Hi,
We want that a specific process was called when user get out of current work page frame (for example when user click on entry menu to open dashboard).
In the requirement, no "close" button exist on current work page (so the extension point "CloseDefault" or "PreClose" cannot be used). The dynamic container is in mode "Single document"
I have trace this case (user open dashboard from menu item when a case is currently open) and you can see that the OOTB activity Close is not executed
The only way I have found to do this is to customize activity WorkUnlock but it's a final activity so I can't customize it (and no extension point for this activity).
Do you have an idea to implement this ?
Thanks