Add Fields to an Asset Type
In order to include unique, customized additional information regarding an Asset, you must first create an asset type and then add fields to it. This allows your organization to specify whatever information they choose to regarding their assets.
WIKI LINK HOW TO: CREATE A NEW ASSET TYPE
To add additional fields to an asset type, go to the Asset Types Tab on the Settings Page of the Assets Module. Click the three-dot icon to the right of the Asset Type title to open the Asset Type Context Menu.
Select "Fields" from the context menu opening the Asset Type Fields Page.
Click the "Add Field" button opening the New Field Modal.
Input a label for the field and select the field type from a dropdown menu. Options include: text field, number, password field, text box, date field, and checkbox.
Validation uses standard JavaScript RegExp constructor for validating Field input values entered by end-users. Entering a RegExp validation string will check against the input value.
Include a description of the field of validation (optional).
Select “Save” and a popup confirms that the asset has been saved. The new field now shows on the Asset Type Field Page.


