SncTriggerSynchronizer.executeNow(current) How this works?

IamAmolB
Tera Guru

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

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

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


Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

View solution in original post

9 REPLIES 9

Ankur Bawiskar
Tera Patron
Tera Patron

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


Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Ankur Bawiskar
Tera Patron
Tera Patron

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


Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Vishnu9
Tera Expert

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

Hi Vishnu,

I haven't tried it

But it should work try similar to scheduled job script

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

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.