Exclude a case type from major cases
Edit the CSUIActionsImpl script include to exclude specific case types from major case support.
Before you begin
Role required: admin
About this task
Onboarding and order cases are excluded by default.
Important: Test this change on a subprod instance to verify that it functions correctly. Since this is a customization to a file, your instance can't get future upgrades on the CSUIActionsImpl script include.
Procedure
Navigate to All > System UI > Script Includes.
In the Script Includes list, search for CSUIActions, and open the CSUIActions script include.
In the Script section, copy the
//Propose Major Case _145b017f3b230300b5c42479b3efc4f5 : ['csm_order_case', 'sn_onboarding_case'],code.
CSUIActions script include record
Go back to the Script Includes list, search for CSUIActionsImpl, and open the CSUIActionsImpl script include.
Paste the code you copied from the CSUIActions script include, and add the case type that you want to exclude.
CSUIActions script include record
Save the record.
The case type you added can no longer be proposed as a major case.