He we're trying to remove the competitor detail on the opp page under strategy because this OOTB competitor detail requires adding fields such as supplier or competitor's product that we do not want.
Went into edit opportunity page, and clicked on the little X next to the detail but nothing happens....any idea?
Like
Hello Damien,
Unfortunately this detail cannot be deleted using Section Wizard. However, you can do so by adding the code below to the diff block of the OpportunityPageV2 schema in any unlocked package (if there's no replaced OpportunityPageV2, you need to replace it in advanced settings):
{
"operation": "remove",
"name": "OpportunityCompetitor"
}
Regards,
Mira
Hello Damien,
Unfortunately this detail cannot be deleted using Section Wizard. However, you can do so by adding the code below to the diff block of the OpportunityPageV2 schema in any unlocked package (if there's no replaced OpportunityPageV2, you need to replace it in advanced settings):
{
"operation": "remove",
"name": "OpportunityCompetitor"
}
Regards,
Mira