> For the complete documentation index, see [llms.txt](https://solutions.fundraisingbox.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://solutions.fundraisingbox.com/additional-resources/additional-permission-set-for-salesforce-standard-objects-and-fields.md).

# Additional Permission Set for Salesforce Standard Objects & Fields

### Add Permission set for required permissions for Salesforce standard fields and objects

Standard field and object permissions cannot be packaged in Salesforce, so an [additional permission set](https://docs.google.com/spreadsheets/d/1Io2mgIrJjnXvFcmV_E167DqQlHQYHWM_cyGqDuLAccg/edit?gid=0#gid=0) has to be created to allow the Connector user access to all required objects and fields. You can create this manually, but we suggest importing our XML file as documented in the 5 steps below.

{% stepper %}
{% step %}

#### Prepare your environment

Ensure the Salesforce CLI is installed. If not, [download it here](https://developer.salesforce.com/tools/sfdxcli).
{% endstep %}

{% step %}

#### Authorize your org

sfdx force:auth:web:login -a MyOrgAlias --instance-url
{% endstep %}

{% step %}

#### Create a project (if needed)

* sfdx force:project:create -n PermissionSetProject
* cd PermissionSetProject

Make sure, API version 63.0 or higher is specified in the sfdx-project.json.
{% endstep %}

{% step %}

#### Place the XML file

* Create a folder like force-app/main/default/permissionsets/
* Save your permission set XML file there with the .permissionset-meta.xml suffix: force-app/main/default/permissionsets/FundraisingBox\_Connector\_Standard\_Objects.permissionset-meta.xml

```xml
<?xml version="1.0" encoding="UTF-8"?>																									
<PermissionSet xmlns="http://soap.sforce.com/2006/04/metadata">																									
<fieldPermissions>																									
<editable>true</editable>																									
<field>Account.BillingAddress</field>																									
<readable>true</readable>																									
</fieldPermissions>																									
<fieldPermissions>																									
<editable>true</editable>																									
<field>Account.Fax</field>																									
<readable>true</readable>																									
</fieldPermissions>																									
<fieldPermissions>																									
<editable>true</editable>																									
<field>Account.Phone</field>																									
<readable>true</readable>																									
</fieldPermissions>																									
<fieldPermissions>																									
<editable>true</editable>																									
<field>Account.ShippingAddress</field>																									
<readable>true</readable>																									
</fieldPermissions>																									
<fieldPermissions>																									
<editable>true</editable>																									
<field>Account.Website</field>																									
<readable>true</readable>																									
</fieldPermissions>																									
<fieldPermissions>																									
<editable>true</editable>																									
<field>Campaign.Description</field>																									
<readable>true</readable>																									
</fieldPermissions>																									
<fieldPermissions>																									
<editable>true</editable>																									
<field>Campaign.EndDate</field>																									
<readable>true</readable>																									
</fieldPermissions>																									
<fieldPermissions>																									
<editable>true</editable>																									
<field>Campaign.ExpectedRevenue</field>																									
<readable>true</readable>																									
</fieldPermissions>																									
<fieldPermissions>																									
<editable>true</editable>																									
<field>Campaign.IsActive</field>																									
<readable>true</readable>																									
</fieldPermissions>																									
<fieldPermissions>																									
<editable>true</editable>																									
<field>Campaign.StartDate</field>																									
<readable>true</readable>																									
</fieldPermissions>																									
<fieldPermissions>																									
<editable>true</editable>																									
<field>Campaign.Status</field>																									
<readable>true</readable>																									
</fieldPermissions>																									
<fieldPermissions>																									
<editable>true</editable>																									
<field>Contact.AccountId</field>																									
<readable>true</readable>																									
</fieldPermissions>																									
<fieldPermissions>																									
<editable>true</editable>																									
<field>Contact.Birthdate</field>																									
<readable>true</readable>																									
</fieldPermissions>																									
<fieldPermissions>																									
<editable>true</editable>																									
<field>Contact.Email</field>																									
<readable>true</readable>																									
</fieldPermissions>																									
<fieldPermissions>																									
<editable>true</editable>																									
<field>Contact.Fax</field>																									
<readable>true</readable>																									
</fieldPermissions>																									
<fieldPermissions>																									
<editable>true</editable>																									
<field>Contact.HomePhone</field>																									
<readable>true</readable>																									
</fieldPermissions>																									
<fieldPermissions>																									
<editable>true</editable>																									
<field>Contact.MailingAddress</field>																									
<readable>true</readable>																									
</fieldPermissions>																									
<fieldPermissions>																									
<editable>true</editable>																									
<field>Contact.MobilePhone</field>																									
<readable>true</readable>																									
</fieldPermissions>																									
<fieldPermissions>																									
<editable>true</editable>																									
<field>Contact.OtherAddress</field>																									
<readable>true</readable>																									
</fieldPermissions>																									
<fieldPermissions>																									
<editable>true</editable>																									
<field>Contact.OtherPhone</field>																									
<readable>true</readable>																									
</fieldPermissions>																									
<fieldPermissions>																									
<editable>true</editable>																									
<field>Contact.Phone</field>																									
<readable>true</readable>																									
</fieldPermissions>																									
<fieldPermissions>																									
<editable>true</editable>																									
<field>Contact.Title</field>																									
<readable>true</readable>																									
</fieldPermissions>																									
<hasActivationRequired>false</hasActivationRequired>																									
<label>FundraisingBox Connector Standard Objects</label>																									
<objectPermissions>																									
<allowCreate>true</allowCreate>																									
<allowDelete>true</allowDelete>																									
<allowEdit>true</allowEdit>																									
<allowRead>true</allowRead>																									
<modifyAllRecords>true</modifyAllRecords>																									
<object>Account</object>																									
<viewAllFields>false</viewAllFields>																									
<viewAllRecords>true</viewAllRecords>																									
</objectPermissions>																									
<objectPermissions>																									
<allowCreate>true</allowCreate>																									
<allowDelete>true</allowDelete>																									
<allowEdit>true</allowEdit>																									
<allowRead>true</allowRead>																									
<modifyAllRecords>true</modifyAllRecords>																									
<object>Campaign</object>																									
<viewAllFields>false</viewAllFields>																									
<viewAllRecords>true</viewAllRecords>																									
</objectPermissions>																									
<objectPermissions>																									
<allowCreate>true</allowCreate>																									
<allowDelete>true</allowDelete>																									
<allowEdit>true</allowEdit>																									
<allowRead>true</allowRead>																									
<modifyAllRecords>true</modifyAllRecords>																									
<object>Contact</object>																									
<viewAllFields>false</viewAllFields>																									
<viewAllRecords>true</viewAllRecords>																									
</objectPermissions>																									
<objectPermissions>																									
<allowCreate>true</allowCreate>																									
<allowDelete>true</allowDelete>																									
<allowEdit>true</allowEdit>																									
<allowRead>true</allowRead>																									
<modifyAllRecords>true</modifyAllRecords>																									
<object>GiftCommitment</object>																									
<viewAllFields>false</viewAllFields>																									
<viewAllRecords>true</viewAllRecords>																									
</objectPermissions>																									
<objectPermissions>																									
<allowCreate>true</allowCreate>																									
<allowDelete>true</allowDelete>																									
<allowEdit>true</allowEdit>																									
<allowRead>true</allowRead>																									
<modifyAllRecords>true</modifyAllRecords>																									
<object>GiftCommitmentSchedule</object>																									
<viewAllFields>false</viewAllFields>																									
<viewAllRecords>true</viewAllRecords>																									
</objectPermissions>																									
<objectPermissions>																									
<allowCreate>false</allowCreate>																									
<allowDelete>false</allowDelete>																									
<allowEdit>false</allowEdit>																									
<allowRead>true</allowRead>																									
<modifyAllRecords>false</modifyAllRecords>																									
<object>GiftDesignation</object>																									
<viewAllFields>false</viewAllFields>																									
<viewAllRecords>true</viewAllRecords>																									
</objectPermissions>																									
<objectPermissions>																									
<allowCreate>true</allowCreate>																									
<allowDelete>true</allowDelete>																									
<allowEdit>true</allowEdit>																									
<allowRead>true</allowRead>																									
<modifyAllRecords>true</modifyAllRecords>																									
<object>GiftRefund</object>																									
<viewAllFields>false</viewAllFields>																									
<viewAllRecords>true</viewAllRecords>																									
</objectPermissions>																									
<objectPermissions>																									
<allowCreate>true</allowCreate>																									
<allowDelete>true</allowDelete>																									
<allowEdit>true</allowEdit>																									
<allowRead>true</allowRead>																									
<modifyAllRecords>true</modifyAllRecords>																									
<object>GiftTransaction</object>																									
<viewAllFields>false</viewAllFields>																									
<viewAllRecords>true</viewAllRecords>																									
</objectPermissions>																									
<objectPermissions>																									
<allowCreate>true</allowCreate>																									
<allowDelete>true</allowDelete>																									
<allowEdit>true</allowEdit>																									
<allowRead>true</allowRead>																									
<modifyAllRecords>true</modifyAllRecords>																									
<object>PaymentInstrument</object>																									
<viewAllFields>false</viewAllFields>																									
<viewAllRecords>true</viewAllRecords>																									
</objectPermissions>																									
<objectPermissions>																									
<allowCreate>true</allowCreate>																									
<allowDelete>true</allowDelete>																									
<allowEdit>true</allowEdit>																									
<allowRead>true</allowRead>																									
<modifyAllRecords>false</modifyAllRecords>																									
<object>PushTopic</object>																									
<viewAllFields>true</viewAllFields>																									
<viewAllRecords>false</viewAllRecords>																									
</objectPermissions>																									
<recordTypeVisibilities>																									
<recordType>Account.Business_Account</recordType>																									
<visible>true</visible>																									
</recordTypeVisibilities>																									
<recordTypeVisibilities>																									
<recordType>PersonAccount.PersonAccount</recordType>																									
<visible>true</visible>																									
</recordTypeVisibilities>																									
</PermissionSet>																									
```

{% endstep %}

{% step %}

#### Deploy to your Org

sf project deploy start --source-dir force-app/main/default/permissionsets/ --target-org MyOrgAlias
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://solutions.fundraisingbox.com/additional-resources/additional-permission-set-for-salesforce-standard-objects-and-fields.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
