A customer has multiple scorecards applied at different stages (Adopting, Implementation, New Customer etc.). They want to create a rule that can copy the current score of different measures to the appropriate field in Salesforce.
Problem is that it hard to know which scorecard is currently applied to the customer.
1. Unified Scorecard fact - company: This object holds data at the scorecard level. So for a given account, multiple scorecards might be applied at different stages and hence this object holds all the details of corresponding scorecards.
2. Company: Whereas Company object holds data for a given company and the current scorecard that is applicable for it.
Hence I have added a filter to the transformation task in the rule where it says Unified's scorecard name = company's scorecard name this will let us filter the current scorecard's measures.
Thanks