Reject Major Candidate ui action

Juliana8
Tera Expert

Hello

 

I have to enable the ui action Reject Major incident Candidate to work on Agent Workspace. Currently the ui action only works ok Workbench. If we enable in ui action the option to workspace.  Is not working. Does anyone have to implement to Aw?

1 ACCEPTED SOLUTION

I've solved it. Modifying the UI Page and called in UI Action. I'm gonna post here the solution.

View solution in original post

8 REPLIES 8

fyi

Thanks for sharing 

Confirmed this works in Configurable Workspace as well, except that the modal renders too short to display all the buttons.
I added the height parameter to the workspace client script and it renders wonderfully --

g_modal.showFrame({
            title: getMessage("Reject Major Incident Candidate"),
            url: url,
            size: 'xl',
            height: '14rem',
            ...............

I want to configure for demote major incident , how to achieve this ?