Controlling the Display of the Next Steps Buttons
Clone the variant 'action-panel'.
On the Quote header, in the Next Steps button various actions are launched. For example Generate, Send for Review, Clone Quote, Approve Quote etc. You can show or hide these OOTB as per your business requirements using CX Studio.
Following is an example of how to hide the Send for Review Button. In the metadata, 'hidden' is set to true.
{
"name": "SEND_FOR_REVIEW",
"id": "cpq_send_for_review_btn",
"key": "cpq_send_for_review_btn",
"label": "Send For Review",
"hidden": true,
"translationKeys": {
"label": "SEND_FOR_REVIEW"
}