Masking field value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2026 10:00 PM
on form where active field set to true then firstname and lastname need to be get masked how to do the same ... which should be work in workspace as well as in native UI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2026 10:40 PM
On PDI not able to find masked attribute
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2026 10:13 PM
Hello @darshan-pra
You can define a onLoad client script for that table, with condition of Active=True and also setting UI Type=All which allows this script to run on Workspaces too. Here I have shared a code snippet for reference:
Result:
Pls mark this answer as Helpful
Regards,
Pranshu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2026 10:38 PM
when after you set to false it should retain the earlier db data
