Announcements
Hi Team,
I have a account number field in my model driven app. once Account number field enter and save. After in view it could hide last 4 digits.like(123456****)
please help
Hi Haritha222,
Unfortunately, there are no OOB features can achieve it.
If you are using Field Level Security, you can make one field accessible only to the user or teams who have permission to do:
Users who do not have read access to a particular data field will only get to see series of * strings in place of the actual value like ‘****’.
Field Level Security in Microsoft Dynamics 365 (CRM) - Encore Business Solutions
Or you can refer the following steps, which achieves its purpose indirectly:
1.Create another number field.
2.Using js code to truncates the value before the last four digits of the account number field.
3.using * replace last four digits.
4.Populate new number field with replaced value.
5.Show the new number field in the view.
André Arnaud de Cal...
294,095
Super User 2025 Season 1
Martin Dráb
232,866
Most Valuable Professional
nmaenpaa
101,158
Moderator