how to set placeholder text in planning fields on change in workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2024 04:20 AM
Hi
I have tried to add placeholder text to Planning fields in Change on workspace (Justification, Implementation plan, Risk and impact analysis, backout plan and test plan)
I have written a client script, and it works in normal ui (backend) but not in workspace.
according to SN it should work when you set ui type to All.
Does anyone have an idea?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2024 04:27 AM
https://www.servicenow.com/community/developer-forum/shadow-text-for-servicenow-forms/m-p/2176142
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2024 09:29 PM
Hi,
Did you get any solution for the same in workspace view?
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2024 06:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2024 06:15 AM
The solution for placeholder text on Planning fields in Change request on Workspace is
Create onload client script
and use g_form.setFieldPlaceholder
like this: