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__c | CAMPX__ContributionAmount__c |
---|---|
CAMPX__ContributionAmount__c is blank | |
CAMPX__ContributionAmount__c <= 0 | |
Bronze | 0 < CAMPX__ContributionAmount__c < 1000 |
Silver | 1000 <= CAMPX__ContributionAmount__c < 5000 |
Gold | CAMPX__ContributionAmount__c >= 5000 |