- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-28-2025 12:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-28-2025 12:10 AM
checklist is the table where you store checklist associated to task based table
checklist_item stores if checklist was completed or not
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-28-2025 12:10 AM
checklist is the table where you store checklist associated to task based table
checklist_item stores if checklist was completed or not
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-28-2025 12:43 AM
Hi @Ankur Bawiskar ,
Thank you for the quick help.
in checklist_item table Checklist value is showing empty.
Could you please help ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-28-2025 12:48 AM
it should be populated.
how are you creating the checklist? via script?
if yes then that script has some issue.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-28-2025 01:23 AM
Hi @Ankur Bawiskar ,
1.Created Checklist formatter in scrum release table (My use case).
2.Created Check list template.
3.Added my check list via template for one of release record.
4.Checked one of checklist value and saved my release record .
5.Records got created in Checklist_list table and checklist_item_list table .but values are empty.
Which script i need to write to populate this values ?Could you please help me with more details .Thank you in advance.