I have created a new table and table extension in Business Central and want to hide some fields from appearing in the Inspect tool, Is there any way to achieve this, such as using properties, triggers, or procedures to prevent the fields from being visible in the Inspect tool without affecting their functionality.
i have tried hiding fields for page lable using Visible = False property but its hides fields form UI i mean page level , so when we open inspect it still show that field there with the field data . how can i hide fields from inspect tool or hide fields data .
Refer to images u can see fields in not on page but is visible on inspect tool.