Provide a brief description about the API method. What does it do? When to use it, etc.
Calculates the total attribution weighting points given to CampaignMembers and Campaigns for a given Opportunity
Replace the text below with the actual signature of the method. Be sure to include return type, params, and types for params
Decimal calculteTotalPointsOnOpp(Map<Id, Decimal> currentCMpoints)
List out all of the parameters for the method. Be sure to provide a description of each
Parameters
- currentCMpoints - Map from CampaignMember to attribution weighting points. The points are used to determine what fraction of the Opportunity's revenue it will be attributed
Returns
Value of total attribution weighting points
Comments
0 comments
Please sign in to leave a comment.