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