ChakraHQChakraHQ
Lead ManagementOther Lead Features

Attribute Type List

List of Attribute Type formats in Chakra Sales CRM

Attribute Type

Basic Definition

audio

A field storing an audio file or link to an audio recording (e.g., voicemail, call recording).

boolean text

A field that stores a textual representation of a true/false value (e.g., "yes"/"no" or "true"/"false").

booking

A field representing a reservation or appointment (e.g., meeting, service booking).

cart

A field storing shopping cart data (items, quantities, prices) for an e-commerce transaction.

customObject

A field that references a user-defined object (custom data structure specific to the application).

date

A field storing a calendar date (year, month, day) without time.

datetime

A field storing both date and time (with or without timezone).

datetimeISO8601

A datetime field formatted strictly according to ISO 8601 standard (e.g., 2026-04-15T11:22:43Z).

decimal

A numeric field that supports fractional values (e.g., 12.75, 0.01).

document

A field storing a single document file (e.g., PDF, Word, Excel).

email

A field storing an email address (often validated for format).

externalObject

A field referencing a record from an external system (e.g., API-linked data).

googleAddress

A field storing a structured address using Google Places/Maps data (street, city, postal code, etc.).

integerId

A unique identifier stored as a whole number (e.g., 1001, 0, -5).

monthOfYear

A field storing a month value (usually 1–12 or month name).

multiCustomObject

A field that holds a list (array) of multiple customObject values.

multiDocuments

A field that holds a list (array) of multiple document files.

multiExternalObject

A field that holds a list (array) of multiple externalObject references.

multiPhotos

A field that holds a list (array) of multiple photo/image files.

multiString

A field that holds a list (array) of multiple string (text) values.

name

A field storing a person's or entity's full name (often a composite of first/last).

number

A generic numeric field (may be integer or decimal depending on context).

otp

A field storing a one-time password (e.g., a 6-digit verification code).

photo

A field storing a single image file (e.g., JPEG, PNG).

processCollection

A field that holds a collection (list) of process steps or workflow states.

rating

A field storing a qualitative or numeric rating (e.g., 1–5 stars, "Good").

record

A field that references a single record from the same database (like a foreign key).

recordCollection

A field that holds a list (array) of references to multiple records.

state

A field storing a geographical state or province (e.g., "California", "NSW").

string

A field storing plain text (any sequence of characters).

stringId

A unique identifier stored as a text string (e.g., "user_abc123").

table

A field that stores tabular data (rows and columns) directly within a record.

task

A field representing a single to-do item or action (e.g., "Call client").

taskCollection

A field that holds a list (array) of multiple task items.

text

A field storing short to medium-length textual content (similar to string).

textarea

A field storing longer, multi-line text (e.g., comments, descriptions).

url

A field storing a web address (e.g., https://example.com).

user

A field referencing a user account (e.g., owner, creator, assignee).