Updating Sponsor Tier Based on Contribution Amount
Not Started

User Story:

As a event coordinator,
I need the system to automatically set a sponsor's tier based on their contribution amount,
So that we can ensure sponsors are recognized appropriately for their contribution level and streamline the sponsorship management process.

Acceptance Criteria:

  • The CAMPX__Tier__c should be set based on the following mapping:
CAMPX__Tier__cCAMPX__ContributionAmount__c
CAMPX__ContributionAmount__c is blank
CAMPX__ContributionAmount__c <= 0
Bronze0 < CAMPX__ContributionAmount__c < 1000
Silver1000 <= CAMPX__ContributionAmount__c < 5000
GoldCAMPX__ContributionAmount__c >= 5000