Skip to main content
Question

Hide/Suppress Field Label in Modern UI

  • May 28, 2026
  • 2 replies
  • 28 views

Hi Acumatica Community,

In Classic UI (ASPX), we can hide a field label using:

SuppressLabel="True"

For example, in the Sales Order screen, we have a field where only the value should be visible and the display name/label should be hidden.

How can we achieve the same behavior in Modern UI (HTML/TypeScript customization)?
Could someone provide solution

2 replies

Forum|alt.badge.img
  • Jr Varsity I
  • May 28, 2026

Hi ​@venkatasivap77 ,

You can use this class="no-label" in the HTML.

 


palbores
Jr Varsity I
Forum|alt.badge.img+1
  • Jr Varsity I
  • May 28, 2026

Hi ​@venkatasivap77, use the class=”no-label”

 

<field name="UsrMyField" class="no-label"></field>