- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2023 02:42 AM
Hello!
We are trying to implement a system where we close an incident via email.
We want to read the subject that will contain the INC number at the beginning.
The script is,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 12:59 AM
Can you update the code as below and let me know please
grTask.state = 7;
grTask.close_code = "Workaround provided";
grTask.close_notes = "Closed from inbound action";
grTask.update();
If my answer solved your issue, please mark my answer as ✅ Correct & 👍Helpful based on the Impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 12:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 12:39 AM
please check whether that incident is active true
go to incident table and check manually
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 12:51 AM
Yes it is true and present of course.
We tried to log the query results using,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 12:59 AM
Can you update the code as below and let me know please
grTask.state = 7;
grTask.close_code = "Workaround provided";
grTask.close_notes = "Closed from inbound action";
grTask.update();
If my answer solved your issue, please mark my answer as ✅ Correct & 👍Helpful based on the Impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 01:00 AM
@Stergios Stergi - This should be inside if