- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2023 06:40 AM
Hi,
I need a checkbox and string field, when checkbox is checked, only string field value should be displayed not the label. Is there a way to hide the label alone?
I need this field value to be populated in report as well. So I don't want to use UI Macros.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2023 06:56 AM
Hi @Gowri S
Try hiding the label with the below code.
Apply the necessary conditions as per your requirement.
g_form.setLabelOf('u_textfield',''); //u_textfield is your field name
Please mark it Correct and Hit Like if you find this helpful!
Regards,
Karthiga
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2023 10:15 AM
Glad my solution helped!
You're Welcome Gowri!