/
Objects

Objects

In noKodr, an object is a container used to store information about a specific item or entity. It is composed of multiple fields, each designed to store a particular type of data.


Key Components of an Object

  • Fields: These are the individual components within an object where data is stored. Each field has a specific data type (e.g., text, number, date).

  • Data Structure: An object is a structured data format that facilitates efficient data organization and management.

For example,

Objects can be applied in various contexts, such as:

  • Customer Data: An object can store customer details like name, address, and contact information.

  • Product Information: An object might contain product details such as name, price, and description.

All Objects

Object Manager.png
Object Manager

Attributes

Description

Attributes

Description

Label

Label is a identifier assigned to an object to help identify it within the system. This label is used internally to distinguish one object from another.

Name

Name attribute is like a label that helps identify objects. It's used to call this object and retrieve the information it contains when integrating with other systems.

Type

Type represents the category of an object. When you sign up, you have access to predefined Standard objects. Any object created by the user is classified as Custom.

Created By

This field represents the name of the user who created the object. This information helps to track who originally developed the object.

Created On

This field represents the date and time when the object was created. This information helps to track when the object was first added to the system.

Last Modified By

This field represents the name of the user who made the most recent changes to the object. This information helps to track who last modified the object.

Last Modified On

This field represents the date and time when the last changes were made to the object. This information helps to track when the object was most recently modified.

Create New Object

image-20250312-122008.png
Create Object

Attribute

Description

Attribute

Description

Label

Label is a name or identifier assigned to an object or field to help identify it within the system. This label is used internally to distinguish one object from another.

Name

Name attribute is like a label that helps identify objects or fields. It's used to call this object and retrieve the information it contains when integrating with other systems.

Description

Description can be added to an object to provide more information about its purpose.

Note: When creating an object in noKodr, a default layout and list view are automatically generated. These default configurations help manage and organize records for the object, providing a foundational structure for further customization.

Reference:

  1. What is Layout?

  2. What is List View?

Related content