I have created Checklist in my Release form ,how to get Checklist values

Rajyalakshmi
Tera Contributor
 
1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

@Rajyalakshmi 

checklist is the table where you store checklist associated to task based table

checklist_item stores if checklist was completed or not

AnkurBawiskar_0-1753686611110.png

 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

View solution in original post

9 REPLIES 9

Ankur Bawiskar
Tera Patron
Tera Patron

@Rajyalakshmi 

checklist is the table where you store checklist associated to task based table

checklist_item stores if checklist was completed or not

AnkurBawiskar_0-1753686611110.png

 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Rajyalakshmi
Tera Contributor

Hi @Ankur Bawiskar ,

 

Thank you for the quick help.

 

in checklist_item table Checklist value is showing empty.

Rajyalakshmi_0-1753688542012.png

Could you please help ?

@Rajyalakshmi 

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.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

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.

Rajyalakshmi_0-1753690909717.pngRajyalakshmi_1-1753690995297.png