web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

Dynamic Business Central 365: ExtendedDatatype – Part 2: Masked

Khushbu Rajvi. Profile Picture Khushbu Rajvi. 20,133 Super User 2025 Season 2

In Part 1, we explored the contact-related datatypes —  PhoneNo, URL, and  EMail  that make Business Central pages more interactive.

In this post, we’ll focus on the Masked ExtendedDatatype, which plays a vital role in privacy and data protection within Microsoft Dynamics 365 Business Central.

Masked — Protect Sensitive Information

The Masked ExtendedDatatype allows you to hide the actual text value of a field on the page by displaying it as dots (••••).
This ensures that sensitive data — such as passwords, tokens, API keys, or confidential IDs — remains visible only to authorized users who can view or edit the field.

Unlike field-level security or permissions, Masked is purely a UI-level protection — it affects only how the value is displayed, not how it’s stored in the database.

The field behaves like a normal text field, but the displayed value appears as dots (••••).

When users focus on or edit the field, the real value becomes visible for editing.

When they move away, it returns to the masked (hidden) view.


Thanks for reading...!!

Regards,
Khushbu Rajvi


This was originally posted here.

Comments

*This post is locked for comments