---
title: "Fields Customization"
slug: "clone-custom-fields"
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: 2026-06-30T09:26:18Z
published: 2026-07-05T06:48:34Z
canonical: "documentation.sysaid.com/clone-custom-fields"
---

> ## 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.

# Clone - Custom Fields

#### Introduction to Entity Customization

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). The 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.

For each entity type, you may also create 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

NoteYou can create up to 200 custom fields per entity.

Entities available for customization in SysAid ![CustomizeEntitiesfilesCustomizeentitiesCustomizeentities.jpg](https://cdn.document360.io/52d3cb6c-cc81-43c2-b6f7-cbabcb449271/Images/Documentation/CustomizeEntitiesfilesCustomizeentitiesCustomizeentities.jpg)

From this list, click on the entity to which you would like to add a custom field or a trigger.

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).

Note that the Action Item entity doesn't support custom triggers.
