> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum ExtraDataFieldType

> String, int, decimal, image, url, etc. How should the value be interpreted.

String, int, decimal, image, url, etc. How should the value be interpreted.

## Syntax

```crmscript theme={null}
ExtraDataFieldType
```

## Fields

| Name   | Description                                                                                                                                                                  |
| ------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| String | Anything to be shown as text, left aligned. If type is string, it can contain formatspecifiers (use this for displaying numbers correctly as the user's computer is set up). |
| Url    | A web address                                                                                                                                                                |
| Image  | Contains the url of the image, or a base64 encoded version of it.                                                                                                            |


## Related topics

- [SuperOffice.WebApi.Data.ExtraDataFieldType](/en/api/reference/webapi/SuperOffice.WebApi.Data.ExtraDataFieldType.md)
- [ExtraDataFieldTypeInfo](/en/api/plugins/quote-connectors/api/data-carriers/extradatafieldtypeinfo.md)
- [ProductExtraDataFieldInfo](/en/api/plugins/quote-connectors/api/data-carriers/productextradatafieldinfo.md)
- [Namespace CRMScript.NetServer](/en/automation/crmscript/reference/CRMScript.NetServer.md)
- [Enum FieldDataType](/en/automation/crmscript/reference/CRMScript.NetServer.FieldDataType.md)
- [NSProductExtraDataField](/en/automation/crmscript/reference/CRMScript.NetServer.NSProductExtraDataField.md)
