How can I add inside a field info and when the user start typing the info disappeared
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2024 03:00 AM
Hi,
How can I add inside a field info and when the user start typing the info disappeared. for example:
'Please write a short description' inside the short_description field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2024 04:01 AM
Hi @Alon Grod,
This is easily achieved by leveraging the g_form.getControl() method as demonstrated below.
Example syntax:
To help others (or for me to help you more directly), please mark this response correct by clicking on Accept as Solution and/or Kudos.
Thanks, Robbie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2024 06:19 AM
Hi @Alon Grod,
My response may have been lost in the thread. Here is a tried and tested solution.
This is easily achieved by leveraging the g_form.getControl() method as demonstrated below.
Example syntax:
To help others (or for me to help you more directly), please mark this response correct by clicking on Accept as Solution and/or Kudos.
Thanks, Robbie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2024 10:12 PM
@Robbie hi its working for a string field like 'Description'. Is there any way of doing this to a reference field or maybe add a help text above or next to the reference field? (Not in record producer but when you want to create an incident from Service Operation Workspace)