- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2025 04:42 AM
I need to write an onload client Script on a HTML type variable called 'what would you like to do '
and the message is : -
Which department ?
Has been identified and secured?
If so, which FY and/or future periods available?
i've tried it in the below way
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2025 05:06 AM
@Trupti Krishnam Create one variable of type "Rich Text Label" and place it after your HTML variable as below..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2025 05:27 AM
Try this!
If this helps, please consider marking my answer as helpful/accepted — it motivates me to stay active in the community and also helps others find relevant solutions more easily.
Thank you!
Shashank Jain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2025 04:30 AM
Hi @Shashank_Jain I 've tried the above script by replacing it with the my filed's value but i m not able to get what is expected. I 've written an onLoad Client Script
But i m not seeing the field msg populated on Load of the form I want the field msg to be populated one below the other on Demand Table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2025 04:59 AM
Hi @Trupti Krishnam
What's the requirement? Are you trying to set the placeholder value or field message?
Regards,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2025 05:22 AM
Requirement is :
1. Create a variable 'what would you like to do ' of Type 'HTML' on 'dmn_demand' table
when a new record is created in the table a field msg should be shown
this msg should be shown below HTML Type variable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2025 05:19 AM
Good to see you've found an answer that works for you. That said, reading the message you're displaying, you may want to consider adding this as Help text that is displayed when the form loads, or even adding it as example text that appears in the field before the user starts typing.