# How to: Write back to a Salesforce Record using S-Sign Input Fields

## Phase 1: Constructing the Templatee

Specific fields that allow writeback to Salesforce Records include the following:

* Text Fields (used for text and numeric data)
* Signature Fields
* Checkbox
* Date

<figure><img src="/files/uHG8G7L7KZiY98XvTh7E" alt=""><figcaption></figcaption></figure>

Using any of the above field types, specify the Salesforce Field that exists on the Object Record where this data is to be stored.&#x20;

<figure><img src="/files/wJf5KL7RkJMyPvHXvMFK" alt=""><figcaption></figcaption></figure>

Construct the template body as normal, adding the different S-Sign Inputs that require writeback.&#x20;

<figure><img src="/files/vP7jXsF8vOykEcaadhmg" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/ama9imCay1wdL63RGirM" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/h5kqcG8QnxAV6b8N8GBY" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Do not attempt to write back to a immutable field in Salesforce. If this occurs when submitting the document the active signer will be presented with an error message indicating the writeback was not possible, and the Signed Document will not be submitted.&#x20;
{% endhint %}


---

# 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://help.sdocs.com/s-sign/template-configuration-fields-profiles-settings/how-to-write-back-to-a-salesforce-record-using-s-sign-input-fields.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.
