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

# Manage Entities Submodule

## Overview

The **Administration → Manage Entities** submodule provides tools for configuring entity structures and attributes within the administration system.

## Entity Types

<img src="https://mintcdn.com/decoart-e7110480/P5Lyk8TwksVVDeVw/images/administration/manage-entities/Screenshot_2025-11-23_at_1.42.38_PM.png?fit=max&auto=format&n=P5Lyk8TwksVVDeVw&q=85&s=37c62eb4a212a5389cf17b9f1d7e2b8f" alt="Screenshot 2025-11-23 at 1.42.38 PM.png" width="1961" height="568" data-path="images/administration/manage-entities/Screenshot_2025-11-23_at_1.42.38_PM.png" />

The Entity Types tab manages the different types of entities that can be configured within the system. Entity types represent various business objects and transactions throughout DASH, including accounting documents (AP/AR invoices, payments, journal entries), operational items (orders, work orders, purchase orders), and master data (customers, vendors, parts, formulas).

### Add a New Entity Type

1. Click `+ Add New` to create a new Entity Type.

   <img src="https://mintcdn.com/decoart-e7110480/P5Lyk8TwksVVDeVw/images/administration/manage-entities/Screenshot_2025-11-23_at_1.42.50_PM.png?fit=max&auto=format&n=P5Lyk8TwksVVDeVw&q=85&s=f369c872f5116517f19901fada633407" alt="Screenshot 2025-11-23 at 1.42.50 PM.png" width="353" height="177" data-path="images/administration/manage-entities/Screenshot_2025-11-23_at_1.42.50_PM.png" />

2. Enter the following Entity Type details:
   * `Name`: Enter an entity type.
   * `Description`: Enter a description.
   * `Database Table`: Enter the database table name.

3. When you have filled in the details, click:
   1. `Save and add another` to add another Entity Type.
   2. `Save` to save the details and go back to the table.
   3. `Cancel` to close the window and go back to the table.

## Entity Attribute Groups

<img src="https://mintcdn.com/decoart-e7110480/P5Lyk8TwksVVDeVw/images/administration/manage-entities/Screenshot_2025-11-23_at_1.45.39_PM.png?fit=max&auto=format&n=P5Lyk8TwksVVDeVw&q=85&s=873b0e6e182e33b470db2df310a1bc65" alt="Screenshot 2025-11-23 at 1.45.39 PM.png" width="1963" height="285" data-path="images/administration/manage-entities/Screenshot_2025-11-23_at_1.45.39_PM.png" />

The Entity Attribute Groups tab organizes entity attributes into logical groupings for better organization and management. These groups help categorize related attributes within specific entity types and control their display order through sort weights.

### Add a New Entity Attribute Group

1. Click `+ Add New` to create a new Entity Attribute Group.

   <img src="https://mintcdn.com/decoart-e7110480/P5Lyk8TwksVVDeVw/images/administration/manage-entities/Screenshot_2025-11-23_at_1.45.48_PM.png?fit=max&auto=format&n=P5Lyk8TwksVVDeVw&q=85&s=8ddf05d374dbad5f79ebfd23e2eb93bb" alt="Screenshot 2025-11-23 at 1.45.48 PM.png" width="339" height="208" data-path="images/administration/manage-entities/Screenshot_2025-11-23_at_1.45.48_PM.png" />

2. Enter the following Entity Attribute Group details:
   * `Name`: Enter an attribute group name.
   * `Description`: Enter a description.
   * `Entity Type`: Select the entity type.
   * `Sort Weight`: Enter a sort weight.

3. When you have filled in the details, click:
   1. `Save and add another` to add another Entity Attribute Group.
   2. `Save` to save the details and go back to the table.
   3. `Cancel` to close the window and go back to the table.

## Entity Attributes

The Entity Attributes tab defines specific attributes that can be assigned to entities within the system. These attributes provide additional data fields for different entity types and are organized within attribute groups.

### Add New Entity Attribute

1. Click `+ Add New` to create a new Entity Attribute.

   <img src="https://mintcdn.com/decoart-e7110480/P5Lyk8TwksVVDeVw/images/administration/manage-entities/Screenshot_2025-11-23_at_1.47.20_PM.png?fit=max&auto=format&n=P5Lyk8TwksVVDeVw&q=85&s=f845974a76f871526538012aedb342dc" alt="Screenshot 2025-11-23 at 1.47.20 PM.png" width="1967" height="492" data-path="images/administration/manage-entities/Screenshot_2025-11-23_at_1.47.20_PM.png" />

2. Enter the following Entity Attribute details:

   <img src="https://mintcdn.com/decoart-e7110480/P5Lyk8TwksVVDeVw/images/administration/manage-entities/Screenshot_2025-11-23_at_1.48.01_PM.png?fit=max&auto=format&n=P5Lyk8TwksVVDeVw&q=85&s=9ed98796a4b83e75728987e17477c4ea" alt="Screenshot 2025-11-23 at 1.48.01 PM.png" width="418" height="285" data-path="images/administration/manage-entities/Screenshot_2025-11-23_at_1.48.01_PM.png" />

   * `Name`: Enter the attribute name.
   * `Description`: Enter a description of the attribute.
   * `Entity Type`: Select the entity type this attribute applies to.
   * `Entity Group`: Select the attribute group this attribute belongs to.
   * `Weight`: Enter a sorting value that determines the order in which the item appears. Lower weights appear first (e.g., a weight of 10 displays before 20).
   * `Is Listbox?`: Check if this attribute should display as a dropdown list.
   * `Datatype`: Select the data type for this attribute from the dropdown.

3. When you have filled in the details, click:
   1. `Save and add another` to add another Entity Attribute.
   2. `Save` to save the details and go back to the table.
   3. `Cancel` to close the window and go back to the table.
