Adding Metric type fields to FormsSummary<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } As of Zurich, you can't add Metric type fields to either classic UI16 or Workspace form layouts. It has always been possible to add MetricBase Metric columns to classic UI16 List views. You either Personalize or Configure List Layout, and any Metrics for that table will be listed, and you can add the columns to a list. e.g. Here is a Windows Server discovered by ACC-V and having Windows OS Metrics populated by ACC-M: And in the List's List Elements, we see 'fields' named e.g. 'metric__mem_total_physical_kb' Although those lists won't display the values in Workspace But you can't do the same for Form layouts at all. Configure Form Layout will not list the Metric fields for selection. You would be wrong to think you can try to hack the Form Section and Section Element records directly, using the same naming convention as lists, like this, as it isn't going to work. On classic forms, it simply won't display anything. In Workspace, you'll be told 'Field type metric is not supported'. Release<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } Up to at least Zurich