how to get the LIST ID in embedded list?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2022 04:03 AM
Could you tell me how to fetch the list ID in embedded list?
I'm working on getting the row length in the embedded related list before submitting the button. and what I found is I need the list ID as followings. I guess "change_request.change_task.change_request" is the list ID in below.
var list = GlideList2.getByName('change_request.change_task.change_request'),
https://community.servicenow.com/community?id=community_question&sys_id=bc200361db98dbc01dcaf3231f961971
I have looked through the post
https://community.servicenow.com/community?id=community_question&sys_id=b6f7c865db80b41014d6fb243996196d
- Labels:
-
Scripting and Coding