Checklist : OnChange client script

Community Alums
Not applicable

Hello , 

 

We need to Add a "Select All" option above the checklist that selects all the checkboxes. When this is selected, have a pop-up that says "By selecting all, you confirm you have gone over each item on the checklist."

For the above requirement, how to configure a client script on the checklist present on sc_task?

6 REPLIES 6

Community Alums
Not applicable

@Community Alums  Checklist template:
{
"owner": "e1e381c21bfc85d033479758b04bcbd5",
"name": "",
"items": [
{
"name": "Select All",
"order": 0
},
{
"name": "Create laptopadmin local admin account (desktopadmin for desktops)",
"order": 1
},
{
"name": "Turn off all default Windows settings during OOBE",
"order": 2
},
{
"name": "Windows updates",
"order": 3
},
{
"name": "Dell command updates",
"order": 4
},
{
"name": "Rename PC",
"order": 5
},
{
"name": "Join PC to domain",
"order": 6
},
{
"name": "Move PC out of Quarantine group in Active Directory",
"order": 7
},
{
"name": "Sign in to Outlook and verify connected to server",
"order": 8
},
{
"name": "Sign in to Office applications",
"order": 9
},
{
"name": "Verify Chrome installed via Intune",
"order": 10
},
{
"name": "Bookmark My Apps",
"order": 11
},
{
"name": "Bookmark Hale 'Ike (Knowledge House)",
"order": 12
},
{
"name": "Bookmark Service Portal",
"order": 13
},
{
"name": "Verify TeamViewer installed via Intune",
"order": 14
},
{
"name": "Install OnBase (if needed)",
"order": 15
},
{
"name": "Verify SAP is in My Apps (if needed)",
"order": 16
},
{
"name": "Setup VPN",
"order": 17
},
{
"name": "Verify printer is installed",
"order": 18
},
{
"name": "Print test page from PC",
"order": 19
},
{
"name": "Setup monitors & docking station",
"order": 20
}
]
}

RajeshkumarV
Tera Contributor

Hi, I am also in same situation. We created a checklist in the checklist_template table. Could you please help.