-
1. Re: RE:Issue with Task Notifications
Vikas MahamuniAug 29, 2019 6:30 AM (in response to Abdul Moid Mohammed)
2 of 2 people found this helpfulHi
Task ID is not generated before the record gets pushed in the NTE:SYS-NT Process Control form.
Pls check that why it is not getting generated whether you disabled the overlaid filter.
Thanks.
-
2. Re: RE:Issue with Task Notifications
Shwetha BKAug 29, 2019 7:31 AM (in response to Abdul Moid Mohammed)
1 of 1 people found this helpfulHi Mohammed,
May I know which version you are facing this issue,
Because there was already defect created on ITSM 1808 , and Fixed on ITSM 1908
SW00557797 - Task Assigment Notification not generated
Regards,
Shwetha
-
3. Re: RE:Issue with Task Notifications
Abdul Moid Mohammed Aug 29, 2019 11:11 AM (in response to Abdul Moid Mohammed)As informed we are on ITSM 9.1.04.002 and we could see the Notifications are generated but without the Task ID which is an issue as the assignee will not be able to search the Task without Task#
Where as the Task ID is Populated as the assignment goes to other group or Individual.
Appreciate inputs to assist at your earliest availability..
Thanks;--Abdul Moid
-
4. Re: RE:Issue with Task Notifications
Sidhdesh PunaskarAug 29, 2019 11:40 AM (in response to Abdul Moid Mohammed)
Did you make changes to filter?
TMS:TAS:Notification_AssignedToGroup_CallGUIDE
I don't have system to check now if this should only execute on modify action or only on submit.
-
5. Re: RE:Issue with Task Notifications
Sidhdesh PunaskarAug 30, 2019 2:08 AM (in response to Sidhdesh Punaskar)
1 of 1 people found this helpfulI checked in my 9104 system filter TMS:TAS:Notification_AssignedToGroup_CallGUIDE should run on modify action and not on submit
-
6. Re: RE:Issue with Task Notifications
Abdul Moid Mohammed Aug 30, 2019 4:18 AM (in response to Abdul Moid Mohammed)Thanks Sidesh,
TMS:TAS:Notification_AssignedToGroup_CallGUIDE should run on modify action and not on submit.
Still the issue persists and i dont see anything captured in the logs apart from the record(TaskID) not getting pushed in the NTE:SYS-NT Process Control form.
Appreciate response/assistance at your earliest availability.
Thanks;--Abdul Moid
-
7. Re: RE:Issue with Task Notifications
Abdul Moid Mohammed Aug 30, 2019 4:46 AM (in response to Abdul Moid Mohammed)We had the customization for having the notification triggered when task is submtted and it was on Submit action so with the OOTB filter TMS:TAS:Notification_AssignedToGroup_CallGUIDE should run on modify action and not on submit.
I had disabled the Custom filter and enabled the TMS:TAS:Notification_AssignedToGroup_CallGUIDE and dont see the notification trigerred if its on Modify action,if i change it to Submit i can see the notification trigerred but still with no TASK#
Appreciate response at your earliest availability
Thanks;--Abdul Moid
-
8. Re: RE:Issue with Task Notifications
Sidhdesh PunaskarSep 2, 2019 6:45 AM (in response to Abdul Moid Mohammed)
you need to provide server side logs. Earlier logs were client logs and with filter running on submit action : TMS:TAS:Notification_AssignedToGroup_CallGUIDE
We need server side logs when this filter runs on modify action
-
9. Re: RE:Issue with Task Notifications
Abdul Moid Mohammed Sep 2, 2019 9:26 AM (in response to Abdul Moid Mohammed)Attached logs with Filter TMS:TAS:Notification_AssignedToGroup_CallGUIDE which runs on Modify Action
Where Filter will not trigger it says Skipped Filter with OOTB Execution option been 750.
Appreciate assistance/response at your earliest availability.
Thanks;--Abdul Moid
-
922019_TaskNotification.zip 585.2 K
-
-
10. Re: RE:Issue with Task Notifications
Sidhdesh PunaskarSep 2, 2019 10:19 AM (in response to Abdul Moid Mohammed)
From initial investigation when I compare the logs with my system,
i find below call is missing
+SE ARSetEntry -- schema TMS:Flow entryId
Operation - SET on TMS:FlowThen filter TMS:FLW:PushScopeIDatEvaluateTime makes push field to TMS:Task form
State (10003019) = 1
zTmpInternalCommand (10001735) = CREATE
zTmpInternal (10001051) = 0
Scope ID (10000050) =
As you see, State is set to Active here.
On SET on TMS:Task, the filter TMS:SHR:NSJumpStraightToNSEvaluate fails which perform skip to 850 option and
Filter TMS:TAS:Notification_AssignedToGroup_CallGUIDE will generate notification.
So it does not look like issue is with filter : TMS:TAS:Notification_AssignedToGroup_CallGUIDE
but missing set entry action on TMS:Flow form.
I could see create entry record for TMS:Flow but not sure what triggers this entry.
Do you have any customization on this area?
-
11. Re: RE:Issue with Task Notifications
Sidhdesh PunaskarSep 2, 2019 10:47 AM (in response to Sidhdesh Punaskar)
I belive active link : INT:HPDTMS:INC:StatusInProgress_ActivateFirstTasks_Dialog is failing to modify TMS:Flow workflow which is also not activating your task as well.
-
12. Re: RE:Issue with Task Notifications
Sidhdesh PunaskarSep 2, 2019 10:51 AM (in response to Sidhdesh Punaskar)
I think we need active link logs when you click on add adhoc task on incident form.
-
13. Re: RE:Issue with Task Notifications
Abdul Moid Mohammed Sep 3, 2019 2:26 AM (in response to Abdul Moid Mohammed)Attaching logs for your reference.
-
AL_Logs_4Tsk.txt 80.8 K
-
-
14. Re: RE:Issue with Task Notifications
Sidhdesh PunaskarSep 3, 2019 2:58 AM (in response to Abdul Moid Mohammed)
1 of 1 people found this helpfulSeems to be issue with custom filter :
CMS:TMS:TAS:Create_ToPending_onSubmit