---
title: "Fields Customization"
slug: "fields-customization"
description: "SysAid Full Edition allows you to add your own custom fields to any supported entities.These fields will then show up for use in the appropriate lists and forms."
updated: 2024-05-15T14:03:43Z
published: 2024-05-15T14:03:43Z
canonical: "documentation.sysaid.com/fields-customization"
---

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

# Custom Fields

In SysAid, an entity is defined as any item type that holds a particular type of information. Examples are service records, assets, tasks, and projects. Each entity has its own predefined fields, such as **Status** for service records and **Type** for assets. These fields show up in the list for that entity (e.g. service record list) and in the form (e.g. SR form).

SysAid Full Edition allows you to add your own custom fields to any supported entities. These fields will then show up for use in the relevant lists and forms.

You can also create Triggers for each Entity type; you may also create [Triggers](/classic/docs/triggers) that will affect the form page for that entity. Triggers can be **On Load**, **Before Save**, and **After Save**. These triggers allow you to perform specific actions, such as data validation or exporting data from the form to an external database.

You can add custom fields and triggers to the following entities:

- Asset
- Service Record
- Task
- Project
- CI
- User
- Company
- Action Item

Notes

- 200 Custom Fields can be created per Entity
- Custom Triggers aren't supported for Action Item Entities

Further instructions for adding custom fields can be found [here](/v1/docs/customize-entity-column). Further instructions for adding Triggers can be found [here](/v1/docs/triggers).
