Hi All,
My requirement is to do some validation when user clicks on workitem and before opening it.
If validation failed don't open workitem and display some message.
I want to achieve this at both ECC as well as portal level.
I tried to do it in below mentioned way:
Used Methods tab of User Decision Step, called a BOR method, did validation there.
If validation failed displayed a pop-up using FM POPUP_TO_CONFIRM.
Pop-up is appearing as well, but have below issues:
1. When pop-up is closed workitem is also opening, but i don't want to open the workitem, if validation failed, only display pop-up.
2. This pop-up is not appearing at portal level, i want to display either pop-up or message at portal level also.
And don't want to open workitem from both ECC as well as Portal if validation failed.
Please help to resolve this issue.
Regards,
Amar