Remove Resolve button on Case page

Hello Community!

I'm trying remove the Resolve Button from Case Page and put a merge with the visible false

	{
		"operation": "merge",
		"name": "ResolvedButton",
		"values": {
			"visible": false
		}
	},

But, first time is ok hide, close the page and open again and is show the button.

Any place to remove??

 

Like 0

Like

1 comments

Dear Federico,

Buttons are often added to both Section and Page. Check the CaseSection and make sure you have removed the button there.

Also, the button was completely deleted in newest version of application (7.12.0 or higher), so the best solution will be updating your site ;)

Oliver

Show all comments