SPICED Qualification Score >> Salesforce Reports

Hey there

We want to add the SPICED Qualification Score to some of our Salesforce Reports.
Is that possible?
What object should we look for to add to a Salesforce report?
Thank you!

Thanks for using the SPICED app. Hope it is helpful…

The score is part of a custom object that looks up to Opportunity. API name is: skuidext__SPICED__c

There is an “active” boolean: skuidext__Is_Active__c that gets set by the app (when new records are added the old ones get set to false). So the active score for each opportunity is the one with that Active flag set to true.

This should get you enough to do some basic Salesforce reporting…

2 Likes