The Custodians screen is where you register and maintain the people or entities responsible for the physical custody of your organization's fixed Assets. A custodian is assigned to an asset to record who is accountable for it. Administrators and asset module owners use this screen to create, edit and retire custodians within each company set up on your account.
In the side menu, expand Master and click Custodians.
/master/custodians| Term | Meaning |
|---|---|
| Custodian | A person or entity designated as physically responsible for one or more fixed Assets. |
| Code | The custodian's unique identifier within the company. It is assigned when the record is created and cannot be changed later. |
| Name | The custodian's full or legal name. |
| Department | The organizational area the custodian belongs to (an informational field). |
| Active | Whether the custodian is available to be assigned to Assets. An inactive custodian does not appear in other modules' selection lists. |
When you open the screen, you see a table of every custodian registered for the selected company. You can search by Code, Name or Email using the table's search box. The table is sorted by Code by default (ascending). The Code, Name and Email columns stay visible when you scroll horizontally.
The Code field cannot be changed once the record is saved. Make sure you enter the right code before saving.
Delete one custodian:
Delete several custodians at once:
If you click Delete without selecting any record, the system shows the warning No custodians selected.
Click Refresh (the reload icon, next to New) to reload the data from the server without reloading the page.
If filters are active, an indicator appears in the header bar with the number of filtered records. Click Clear filters to restore the full view.
| Field | Type | Required | Description | Validation |
|---|---|---|---|---|
| Code | Text | Yes | The custodian's unique identifier. It cannot be changed after the record is created. | Required. Cannot be blank. The code must be unique within the company; if it already exists, the system returns an error. |
| Name | Text | Yes | The custodian's full or legal name. | Required. Cannot be blank. |
| Text | No | Contact email address. | No format validation is applied in the interface. | |
| Phone | Text | No | Contact phone number. | No format validation. |
| Department | Text | No | The organizational area or department the custodian belongs to. | None. |
| Active | Checkbox | No | Whether the custodian is active. Ticked by default at creation. | None. |
Available to users with access to the module, as configured by your administrator.
GET /api/v1/custodians, POST /api/v1/custodians and PUT /api/v1/custodians/{id}. See the Developer API documentation for details.| Symptom | Likely cause | Resolution |
|---|---|---|
| The Save button stays disabled. | Code or Name is empty, or a save is already running. | Fill in both fields before trying to save. |
| The system shows an error when saving a new custodian. | The code entered already exists for another custodian in the same company. | Use a different, unique code. |
| No custodians appear in the table. | None have been created yet, or active filters exclude every record. | Click Clear filters to check; if the table is still empty, create your first custodian with New. |
| The table does not reflect a recent change. | The session's cached data may be stale. | Click Refresh to reload the data from the server. |
| The Code field will not accept typing when editing. | The code is immutable once the record is created. | If you need to change the code, delete the custodian and create it again with the right code. |
| A "No custodians selected" warning appears when deleting. | Delete was clicked with no row selected in the table. | Tick at least one row before using the bulk delete option. |
Was this page helpful?