- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-11-2017 11:23 PM
Hi Experts,
Do any one have idea how this(SncTriggerSynchronizer.executeNow(current)) works?
In our environment we are creating change ticket from this, not sure how and if the job contains any attachment it should attached that to change, any one have any idea how it works?
or what should i try to make it work?
Regards,
Amol Bavaskar
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
-
Team Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2017 08:04 AM
Hi Amol,
Any update on this?
I hope my earlier comment has answered your question.
Could you mark the answer as correct, helpful and hit like if you were able to achieve the requirement. This also helps in removing the question from unanswered list. Thanks in advance.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2017 12:32 AM
Hi Amol,
Any change you got to review this?
If yes then could you please mark the answer as correct, helpful and hit like. Thanks in advance.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2017 03:43 AM
Hi Amol,
Any update on this? Can you mark my answer as correct, helpful and hit like if you were able to achieve your requirement. This helps in removing this question from unanswered list and helps others to search similar question quicker. Thanks in advance.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2020 08:05 AM
Is it possible to execute a Scheduled email report in scoped application using the following syntax
"gs.execute("Scheduled report name")" ?
NOTE:It is scheduled email report not Scheduled jobs.
If its possible please reply with your answers.
Regards
Vishnu.N
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2020 09:06 AM
Hi Vishnu,
I haven't tried it
But it should work try similar to scheduled job script
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2020 07:52 PM
I have tried in the above mentioned way,but no use.
Is there any other way to use sncTriggerSynchronizer in scoped application because i wanted to trigger a email report on table record insertion.