> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/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.                                                                                                            |
