When a second instance of the same CPQ data integrity issue is found in the same org, escalate from individual record repair to org-wide audit. Run: SELECT COUNT() FROM SBQQ__Quote__c WHERE SBQQ__Type__c = 'Renewal' AND SBQQ__MasterContract__c = null to scope the problem before fixing individual records.
When a second instance of the same CPQ data integrity issue is found in the same org, escalate from individual record repair to org-wide audit. Run: SELECT COUNT() FROM SBQQ__Quote__c WHERE SBQQ__Type__c = 'Renewal' AND SBQQ__MasterContract__c = null to scope the problem before fixing individual records.
Category: validation Discovered from: reflection analysis