- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2024 07:30 AM - edited 08-06-2024 10:45 PM
Hello,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2024 01:41 AM
@AnketA : You can type method name as "g_form.getDisplayBox('your variable name').value;" in your code. From my experience, there are many such cases like some undocumented methods in search however they are working as per backend configuration. So I would suggest that type method name in your code even though it is not available in search and check if works as per your requirement.
Hope it helps.
Please mark my answer as helpful/accepted if it helps.
Regards,
Priyanka Salunke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2024 07:48 AM - edited 08-06-2024 08:01 AM
Hi @AnketA ,
Check with
g_form.getDisplayBox
If it is not coming up then I think it is due to the reason that Servicenow IDE is not able to get that API.
Mark this as Helpful / Accept the Solution if this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2024 07:52 AM
@AnketA : This method is still mentioned in ServiceNow docs for Washington Release. I think ServiceNow has not documented it that's why if you search in glide form it will not be visible.
Hope it helps.
Please mark my response as helpful/correct if it helps.
Regards,
Priyanka Salunke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2024 08:08 AM
Thanks priyanka is check it its in documentation but not able to call in clientscripts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2024 01:41 AM
@AnketA : You can type method name as "g_form.getDisplayBox('your variable name').value;" in your code. From my experience, there are many such cases like some undocumented methods in search however they are working as per backend configuration. So I would suggest that type method name in your code even though it is not available in search and check if works as per your requirement.
Hope it helps.
Please mark my answer as helpful/accepted if it helps.
Regards,
Priyanka Salunke