
Custom fields can be used to create forms on the organization and/or device dashboards in NinjaOne. These forms can be used to collect a variety of data, from a collection of device information to patching requirements and schedules. See below for some use case examples.
Table of Contents
- Patching Requirements for Company Devices
- Customer Device Information
- Battery Health
- Domain Join Status
Patching Requirements for Company Devices
The example below shows the custom field tab for an organization in NinjaOne. It takes information from the policy page and provides that data to users who may not have access to view policy information, in addition to providing contact information and a user guide. This is a great way to collect data from different places in NinjaOne or from internal company logs and combine it all on one page.
| Field Name | Custom Field Type Used |
|---|---|
| OS Up to Date? | Checkbox |
| Resume Patching | Date |
| Do Not Patch | Checkbox |
| Policy Patch Status | Dropdown |
| Daily Scan Schedule | Time |
| Perform Weekly Cleanup | Checkbox |
| Devices Needing Patch Updates | Device dropdown multi-select |
| Approved Patch Overrides | Multi-line |
| Patching Guide | Attachment |
| Manager First/Last Name | Text |
| Email Address | |
| Manager Phone | Phone |

Customer Device Information
This custom field tab for a device dashboard combines data from the Overview, Details, and Settings tabs to view all data in one place. This is helpful if you don't want to click through multiple tabs.
| Field Name | Custom Field Type Used |
|---|---|
| General | WYSIWYG |
| Processor | Text |
| Network Adaptor | Multi-line |
| Device Role | Dropdown |
| Approval Date | Date |

Battery Health
| Title | Field Type | Description |
|---|---|---|
| Has Batteries | Checkbox | Whether the device has batteries. |
| Battery Identifier | Text | The ID of the battery being reported on. |
| Battery Design Capacity | Integer | The original design capacity of the laptop's battery. |
| Battery Full Charge Capacity | Integer | The current fully charged capacity of the laptop's battery. |
| Battery Health Percent | Integer | The current percentage of battery health. |
| Battery Cycle Count | Integer | The number of times the battery has been cycled. That is drained fully and charged. |
| Additional Battery | Checkbox | The system has an additional battery, only the first is reported in the fields above. |
Domain Join Status
| Title | Field Type | Description |
|---|---|---|
| Domain Join Status | Drop-down | The current domain join status of the device. |
| Domain Name | Text | The name of the currently joined AD domain. |
| Tenant Name | Text | The name of the currently joined Azure AD tenant. |