# Product Attribute Mapping

## Column Destinations

{% hint style="warning" %}
Below you would find some constants that represent different values for some Column Mappings. These values will be used in cells during exports.
{% endhint %}

<table><thead><tr><th width="213">Column Destination</th><th>Constants</th></tr></thead><tbody><tr><td>Control Type</td><td>For <strong>Dropdown List</strong> use value <strong>1</strong><br>For <strong>Radio List</strong> use value <strong>2</strong><br>For <strong>Checkboxes</strong> use value <strong>3</strong><br>For <strong>Textbox</strong> use value <strong>4</strong><br>For <strong>Multiline Textbox</strong> use value <strong>10</strong><br>For <strong>Datepicker</strong> use value <strong>20</strong><br>For <strong>File Upload</strong> use value <strong>30</strong><br>For <strong>Color Squares</strong> use value <strong>40</strong><br>For <strong>Image Squares</strong> use value <strong>45</strong><br>For <strong>Readonly Checkboxes</strong> use value <strong>50</strong></td></tr></tbody></table>


---

# 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://exportmanager.docs.foxnetsoft.com/column-mappings/product-attribute-mapping.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.
