Most RMMs give you a handful of extra text boxes. NetLock RMM Custom Fields build whole tabs and sections of the device detail page — populated from manual input, job output, or live SQL.
Try DemoA Custom Field definition is not a single input — it is a layout. It can introduce a brand-new tab on the device detail page, add a section to an existing tab, and fill that section with fields whose values come from wherever your data lives.
The builder composes the device page from four nested pieces.
The top-level container that groups everything a custom field set adds to the device page.
Add a brand-new tab, extend an existing tab, or target an existing section on the device detail page.
Group related fields into titled sections within a tab.
Each field has a key, a label, and a type — Text, Multiline, or Table.
Every field draws its value from one of three sources.
Operators type the value directly on the device page — ideal for notes and human-curated data.
Populate automatically from a Job's output, with an optional Parse Regex to extract just the part you need.
Pull values from the database with the Visual Query Builder or raw SQL in God Mode.
Custom Fields can also place interactive buttons on the device page.
Place action buttons in the device header or inside individual sections, right where operators need them.
Buttons can open a URL or run a SQL statement, with placeholder tokens like {device_id} and {field_key} and an optional confirmation prompt.
Custom Fields render on the device detail page — and the data is reusable across the platform.
Build the tabs, sections, and fields your team actually works from.
View Pricing