Question
How to remove the "cancel activity" button
21:49 Apr 05, 2021
Hi, community.
When you click an activity on the calendar page, you get this mini page where you can complete the activity or cancel it. I need to remove the "cancel activity" button highlighted here in red:
I figure I can use the remove operation like in this example:
diff: /**SCHEMA_DIFF*/[ { "operation": "remove", "name": "CopyButton" }, { "operation": "remove", "name": "DeleteButton" }, { "operation": "remove", "name": "OpenButton" } }
But I can't find the schema I have to modify.... Does anyone know which one it is?
Thanks!
Like
2 comments
Best reply
02:12 Apr 06, 2021
Hello,
It is ActivityMiniPage of UIv2 package. You need to re-define the insert operation of CancelButton
Regards,
Dean
02:12 Apr 06, 2021
Hello,
It is ActivityMiniPage of UIv2 package. You need to re-define the insert operation of CancelButton
Regards,
Dean
03:29 Apr 06, 2021
dean parrett, Thank you very much for your answer! It works as intended.
Cheers from Mexico
Show all comments