For the complete documentation index, see llms.txt. This page is also available as Markdown.

Fbox Customized Fields

FundraisingBox Custom Fields in Salesforce Standard Objects

For certain market-specific information no corresponding fields exist in the standard Salesforce data model.

To ensure that this information is available in Salesforce after a donation is received, the data model has also been extended with FundraisingBox-specific Custom Fields

The FundraisingBox ID fields are primarily intended for informational purposes. They are used by both the connector e.g., to filter relevant updates based on FundraisingBox IDs and the donation service, for purposes such as data traceability.

These ID fields must not be modified. Ideally, they should be configured as read-only.

Any changes made to FundraisingBox IDs via the Salesforce user interface do not affect the connector’s internal ID mapping logic. The mapping itself remains unchanged, regardless of any manual modifications to these IDs.

Select object for more details

Label
Salesforce Field
FBox Object.Field
Type
Description

Email Opt In Status

fbox__Email_Opt_In_Status__c

fbPersonEmailAddress(main).doiStatus

Picklist

Set when DOI (Double Opt-In) is active in Fbox

Wants Newsletter

fbox__Wants_Newsletter__c

fbPersonEmailAddress(main).wantsNewsletter

Checkbox

Set when SOI (Single Opt-In) is active in Fbox

FundraisingBox Id

fbox__FundraisingBox_Id__c

fbPersonId

Text(40)

ID of the FundraisingBox object

RawData

fbox__RawData__c

fbPerson.fb_custom_fields

Long Text Area(131072)

Raw values from custom contact fields

Label
Salesforce Field
FBox Object.Field
Type
Description

SEPA Mandate

fbox__SEPA_Mandate__c

fbMandate.referenceId

Lookup(SEPA Mandate)

Link to the SEPA mandate

Donation Receipt Request

fbox__DonationReceiptRequest__c

fbDonation.ReceiptStatus

Picklist

Set if provided via donation form

Donation Purpose

fbox__DonationPurpose__c

fbDonation.PromotionCode

Text(255)

Set if provided via donation form and Project ID code is stored in FundraisingBox

Donor Message

fbox__DonorMessage__c

fbDonation.meta_info.message

Long Text Area(131072)

Set if provided via donation form

Shop Cart Content

fbox__ShopCartContent__c

fbDonation.CustomField

Long Text Area(131072)

Cart contents are read from a preconfigured cart custom field

Related Payout

fbox__RelatedPayout__c

Salesforce ID des Payouts

Lookup(Payout)

Linked if reconciliation is active

Gateway Processing Fee

fbox__GatewayProcessingFee__c

Gebühren dieser Transaktion aus dem Payout

Currency

Für PayPal und Stripe, wenn Reconciliation aktiv ist

FundraisingBox ID

fbox__FundraisingBox_Id__c

fbDonationId

Text(40)

ID of the FundraisingBox object

RawData

fbox__RawData__c

fbDonation.fb_custom_fields & fbDonation.meta_info

Long Text Area(131072)

Raw values from FundraisingBox custom transaction fields and transaction metadata

Label
Salesforce Field
FBox Object.Field
Type
Description

FundraisingBox ID

fbox__FundraisingBox_Id__c

ba+FbPersonBankAccountID, ma+FbMandateID oder cc+FbPersonCreditCardID

Text(40)

ID of the FundraisingBox object

Label
Salesforce Field
FBox Object.Field
Type
Description

Cancel Reason

fbox__CancelReason__c

fbRecurringPayment.meta_info.cancel_reason

Text(255)

If recurring donation is canceled via the donor’s own PayPal account

FundraisingBox ID

fbox__FundraisingBox_Id__c

recurringPaymentId

Text(40)

ID of the FundraisingBox object

RawData

fbox__RawData__c

fbRecurringPayment.fb_custom_fields & fbRecurringPayment.meta_info

Long Text Area(131072)

Raw values from custom recurring donation/transaction fields and recurring donation metadata

Label
Salesforce Field
FBox Object.Field
Type
Description

SEPA Mandate

fbox__SEPA_Mandate__c

fbMandate.referenceId

Lookup(SEPA Mandate)

Link to the SEPA mandate

FundraisingBox ID

fbox__FundraisingBox_Id__c

recurringPaymentId

Text(40)

ID of the FundraisingBox object

Label
Salesforce Field
FBox Object.Field
Type
Description

Fundraising page edit link

fbox__Fundraising_Page_Edit_Link__c

fbFundraisingPage.adminLink

URL(255)

Fundraising campaign edit link

Fundraising page image url

fbox__Fundraising_Page_Image_Url__c

fbFundraisingPage.imageUrl

URL(255)

URL of the fundraising campaign image

Fundraising page image

fbox__Fundraising_Page_Image__c

image

Formula (Text)

Formula field for displaying the fundraising campaign image

Public name of the fundraiser

fbox__Fundraising_Page_Fundraiser_Public_Name__c

fbFundraisingPage.fundraiserName

Text(255)

Public name of the fundraising campaign creator

Thank you Message

fbox__Thank_you_Message__c

fbFundraisingPage.donationMessage

Long Text Area(32768)

Fundraising campaign creator's Thank-you message

FundraisingBox ID

fbox__FundraisingBox_Id__c

fbFundraisingPageId

Text(40)

ID of the FundraisingBox object

RawData

fbox__RawData__c

fbFundraisingPage.fb_custom_fields

Long Text Area(32768)

Raw values from custom donation campaign fields

Last updated