Select box
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2024 12:10 AM
I created a select box variable in record producer ,and I want the default text (which is not answer for the question) value to be visible but not included in the dropdown options. How can I achieve this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2024 01:23 AM
@Pavan rishi Below is my understanding based on your requirement,
I assume you wanted to have a value within the "Select Box" field but it must not be display on selection.
You can use watermark option using 'Example Text' available in the out-of-the-box.
Sujatha V.M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2024 02:55 AM
@Sujatha V M How it is possible in record producer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2024 03:35 AM - edited 09-09-2024 03:35 AM
@Pavan rishi Sorry!!! It will work only on string fields. As @Anurag Tripathi said, it wont work but you can use "Hint/Tooltip".
Reference link : https://www.servicenow.com/community/now-platform-forum/how-to-add-placeholder-function/m-p/1176569.
Sujatha V.M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2024 02:18 AM
Hi,
This will not be possible.
You can either use Help text & Instruction like shown below
OR You can create a choice with the default value you want, make it the default on variable. And using On submit script force user to make a different choice.