Trips
When a Event/Trip is created in the Pure Charity platform a Campaign will be created in the Salesforce instance as well following the mapping bellow.
| Label | API Name | Type | Description |
|---|---|---|---|
| Pure Charity ID | purecharity__Id__c |
Text(255) (External ID) (Unique Case Sensitive) | Internal Pure Charity ID |
| Name | Name |
Text (80) | Trip name |
| Active | IsActive |
Checkbox | true |
| Type | Type |
Picklist | "Trip" |
| Status | Status |
Picklist | "In Progress" |
| Start Date | StartDate |
Date | Trip start date |
| End Date | EndDate |
Date | Trip end date |
| Campaign Record Type | RecordType |
Record Type | Pure Charity Trip (Pure_Charity_Trip) |
| Region of Impact | purecharity__Region__c |
Text(255) | Trip region of impact |
| Pure Charity URL | purecharity__Url__c |
URL(255) | Pure Charity's URL address to the Trip |
| City/Country of Impact | purecharity__Location__c |
Text(255) | Trip location of impact |
| Pure Charity Reference | purecharity__Reference__c |
Text(255) | Trip Reference Code |
| Contact | purecharity__Contact__r |
Lookup(Contact) | Trip Organizer Contact (Admin or Owner) |
| Organizer | purecharity__Organizer__r |
Lookup(Account) | Trip Organizer Account (Admin or Owner) |
| Trip Category | purecharity__TripCategory__c |
Picklist | Trip category |
| Trip Tags | purecharity__TripTags__c |
Picklist (Multi-Select) | Trip tags |
| Trip Registrations Status | purecharity__TripRegistrationsStatus__c |
Picklist | Trip registration state "open", "close" or "hide" |
| Trip Private Location | purecharity__TripPrivateLocation__c |
Text(255) | Trip's private location |
| Trip Private Country | purecharity__TripPrivateCountry__c |
Text(255) | Trip's private country |
| Trip Private City | purecharity__TripPrivateCity__c |
Text(255) | Trip's private city |
| Trip Public Country | purecharity__TripPublicCountry__c |
Text(255) | Trip's country |
| Trip Public City | purecharity__TripPublicCity__c |
Text(255) | Trip's city |
| Trip Capacity | purecharity__TripCapacity__c |
Number(18, 0) | Number of tickets for the trip |
| Trip Description | purecharity__TripDescription__c |
Text Area(255) | Trip's description |
| Trip Long Description | purecharity__TripLongDescription__c |
Text Area(255) | Trip's long description (About) |