Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Create an asset class

Creating an asset class requires defining a new table and creating a corresponding application and module, then adding the new asset class to new or existing model categories. The default asset classes are Hardware, Software License, and Consumable. These general classes can be used to manage various assets.

Before you begin

Role required: asset or category_manager

About this task

If the general classes aren’t appropriate for a specific group of assets, consider creating an asset class. For example, a fleet of cars could be tracked in a custom asset class named Vehicle. Before creating asset classes, analyze business needs to see if the general classes can be used. A large number of asset classes can be difficult to maintain.

Built-in functionality allows you to use asset classes for financial tracking, in a model bundle, and as a pre-allocated asset.

Ensure that the model categories contain models. Use the Table form to extend an existing table.

Procedure

  1. Navigate to All > System Definition > Tables & Columns > Create Table and fill out the Table form fields with information on the new table.
FieldDescription
LabelDisplay name of table that can be localized.For example, a custom asset class to track a fleet of cars can be labeled as Vehicle.
NameInternal name of table that can’t be changed later.For example, the Vehicle asset class can be named alm\_u\_vehicle.
Extends tableTable that new table inherits fields from.The Asset \(alm\_asset\) table can be extended to create a custom asset class.
ApplicationApplication that uses the record.
Create moduleCheck box for creating a module.
Create mobile moduleCheck box for creating a mobile module.
Add module to menuMenu that module displays.
New menu nameNew menu name.
  1. Click Submit.

  2. Navigate to the new application (for example, Asset > Vehicle) and click New.

  3. Configure the form to include Model, Model Category, and Quantity.

  4. Create a model category and add the asset class you created to the Asset class field.

  5. Create models and add them to the model category.

What to do next

Now that the model category (associated with the new asset class) and the models are created, manage the models as assets. For example, use the model in a bundle.

Parent Topic:Manage various assets through asset classes

Related topics

Create license assets

Set asset states and substates

Add depreciation to an asset