# Structural differences and limitations with Salesforce

{% hint style="info" %}
**Required license:** Professional or Enterprise
{% endhint %}

## Table mode limitations <a href="#salesforce-limits-table-mode" id="salesforce-limits-table-mode"></a>

You can only assign the De-Identify or Truncate table modes.

## Generator limitations <a href="#salesforce-limits-generators" id="salesforce-limits-generators"></a>

Salesforce does not support any of the [primary key generators](https://docs.tonic.ai/app/generation/generators/generator-types/primary-key-generators). These are:

* Alphanumeric String Key
* ASCII Key
* Integer Key
* Numeric String Key
* UUID Key

## Subsetting limitations <a href="#salesforce-limits-subsetting" id="salesforce-limits-subsetting"></a>

When you configure subsetting for a Salesforce workspace, you cannot filter optional records.

## No upsert <a href="#salesforce-limits-upsert" id="salesforce-limits-upsert"></a>

Salesforce workspaces do not support upsert.

## No post-job scripts <a href="#salesforce-limits-post-job-scripts" id="salesforce-limits-post-job-scripts"></a>

For Salesforce workspaces, there is no option to run post-job scripts after a job.

You can create [webhooks](https://docs.tonic.ai/app/workflows/webhooks) that are triggered by data generation jobs.

## No output to a container repository <a href="#salesforce-limits-output-to-container" id="salesforce-limits-output-to-container"></a>

For Salesforce workspaces, you cannot write the destination data to a container repository.


---

# Agent Instructions: 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:

```
GET https://docs.tonic.ai/app/setting-up-your-database/salesforce/structural-differences-and-limitations-with-salesforce.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
