- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2015 04:25 PM
Can anyone tell me how i can remove the exclamation point, the one in the front of a record in a list. I have hidden fields on the form, and they are showing up when you hover over this icon (one being a password).
Thanks - George
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2015 04:43 PM
Algo, please be aware that you can remove the password field from being shown in the popup by editing (form layout change) the sys_popup view or the default view if the sys_popup does not exist.
Thanks,
Berny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2015 04:41 PM
Hi George, have you thought on applying ACLs and appropriately mask your password field?
Thanks,
Berny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2015 04:46 PM
You can mask you password fields just making these of type password.
Thanks,
Berny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2015 04:43 PM
Algo, please be aware that you can remove the password field from being shown in the popup by editing (form layout change) the sys_popup view or the default view if the sys_popup does not exist.
Thanks,
Berny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2015 04:52 PM
Berny, I created the sys_popup view, customized the layout, and BAM it worked perfectly. Thanks for the tip. This is one that I will definitely remember. Again, thanks.