Hi, community.
When you click an activity on dashboard within Case, you get mini page where you can complete the activity or cancel it. I need to remove the "cancel activity" button for specific type of case service.
I have found how to remove 'Cancel activity' from all mini pages,
diff:
/**SCHEMA_DIFF*/[
{ "operation": "remove", "name": "CopyButton" },
{ "operation": "remove", "name": "DeleteButton" },
{ "operation": "remove", "name": "OpenButton" } }
but need to add extra condition to apply it only for cases with specific Service.
Best regards,
Jana