cancel
Showing results for 
Search instead for 
Did you mean: 

Status management for "Reject All Items" button

Former Member
0 Kudos

Hello,

Has anybody experienced with changing behavior of "Reject All Item" button located in Work Area Toolbar ?

I would like to achieve to after clicking "Reject All Item" status will be changed to "Cancelled" not to "Closed".

I also would like remove the pop up displaying with rejection reason.

Is it configurable via SPRO or it is rather development ?

Regards,

Frederic

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Frederic,

Check event handler 'EH_ONREJECT_ITEMS' in overview page corresponding to your component.

There will be some code to open the 'Rejection_popup'. so comment that code and write your custom code to change the status to 'Cancelled'.

If you need something in details then kindly share your component and view name.

Regards,

Ankit

Former Member
0 Kudos

Hi!,

Thank you for your response, I was rather looking for "configuration way" in order to achieve it, however it seems that I would need to hand over this task to developer.

Anyway thank you for your feedback!

Br,

Frederic