Move the state to resolve state when "Mark Duplicate" UI Action is selected

Black Coder
Tera Guru

Hi 

in problem form there is a UI action called "Mark duplicate". It is used to cancel the current ticket when there is already a similar kind of problem ticket. When we click that button the state is moved to "Closed" state. Here we got the requirement that when "Mark Duplicate" button is clicked the state should move to "Resolved" state not to "Closed" state. When we check the properties of problem management, there is no option to enable it.

How can we achieve this?

17 REPLIES 17

Help me Same functionality needs to implement in the Agent workspace. I tried to use UIhelpers not working, Please help me.

find_real_file.png

pavana1
Tera Contributor

Hi @Maik and @Pranesh

,

Help me Same functionality needs to implement in the Agent workspace. I tried to use UIhelpers not working, Please help me.

find_real_file.png

 

Thank you,

Regards,

Pavana

You cannot use the ui script on agent workspace, instead use g_modal to render the popup and script include for backend logic.