> For the complete documentation index, see [llms.txt](https://help.sdocs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](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).

# 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.

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

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

<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.
{% endhint %}


---

# 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://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>&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.
