- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-21-2022 10:18 PM
I am trying to create incident tasks via incident templates which seems to be possible via this document
However it is not working for me, similar behavior was reported via this
Can anyone please suggest if this has worked for someone in the past? am i missing anything?
Attaching screenshots of what i have done so far.
#incident management @Incident
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-02-2022 12:35 AM
This worked by using URL action instead of new record within the Module config.
Same arguments can be used however new record method doesnt work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2022 12:41 AM
Ideally you don't need to select the template manually because you have given an argument like this in a module:
incident.do?sys_id=-1&sysparm_template=TEMPL0003218
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2022 02:30 AM
thats exactly what i have set there, i dont get any errors.
i have selected the correct domain as well.
Has it worked for you in the past? have you tried it?
may be i am missing anything..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-02-2022 12:35 AM
This worked by using URL action instead of new record within the Module config.
Same arguments can be used however new record method doesnt work.