- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2018 04:33 AM
Hey guys,
happy new 2018 year to all of you!
As I want to apply given checklist (saved as template) for a particular ticket types, but so far I am failing to do so, is there a way you can do that without just adding a ton of HTML elements into the DOM ? I want to use these as a dynamic checklist, what must be done as a work .
Where are these held? And how can I add such checklist template whenever I would like to?
Cheers,
Joro
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2018 06:50 AM
Hi Ash,
these are 2 UI Macros - serach under macros with *check and you'll find them.
Cheers,
Joro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2018 09:23 AM
Hi again Florian,
sure no issues at all 🙂
Add the dynamicChecklist script include. Note that to use it as is, you should create templates, this in OOB functionality (its explained a bit up in the thread). Then in the business rule just add:
var list = new dynamicChecklist();
list.applyChecklist(current.sysid, current.getTableName(), gs.getUserID(), "YOUR TEMPLATE NAME");
In general this is it. The template is very easy to create. It is creating the checkboxes only from the Short Description field. If you want to hide the checkboxes Add/Remove buttons and so on, let me know - i have already created client script, although I should change the UI Macros used by these. Though it is working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2018 07:10 AM
Hi Goran,
Since you know a lot about this 'CHECKLIST', I got a question for you and would be great if you can assist me.
So, when we click 'Save as Template' within the checklist, it will show a pop up screen. Here, the second field 'User group' which I need to add a filter/ reference qualifier since it displays all the groups. Any idea where I can edit this?
Thanks,
Ash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2018 06:18 AM
Hmm.. tough one. I'm actually thinking to be able to solve this you would probably need to create the whole save thingie from start to end in a own UI page or similar. I'm going to think a bit more about it and see if I can come up with something else.
//Göran

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2018 02:24 AM
Hi Goran,
I wanted to hide user group field in save as template dialog.
It will be helpful if you can guide me how to hide this select box.
I have checked in checklist_save_as_template UI page but I didnt find any code related to user group.
Thanks,
Poojitha BN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2018 06:50 AM
Hi Ash,
these are 2 UI Macros - serach under macros with *check and you'll find them.
Cheers,
Joro