Hi all need help with below query

AbinC
Tera Contributor

- In the catalogue form there is field called due date which will expire tomorrow therefore you need to pass the information to the third-party tool, how you can do this?

2 ACCEPTED SOLUTIONS

@AbinC ,

 

You can check out the link below, it covers many frequently asked interview questions and will help you build a solid foundation:
snbuddy.com 

This resource really helped me a lot during my own interview preparation. In addition, I’d suggest exploring the ServiceNow Community documentation and Now Learning courses for a stronger overall understanding.

View solution in original post

Ankur Bawiskar
Tera Patron
Tera Patron

@AbinC 

you can use a flow designer which will wait till that due date reaches.

once reached it will proceed and use REST Step etc to integrate with 3rd party tool

Flow Designer : Making the flow wait until a specific date time based on a catalog variable 

If my response helped please mark it correct and close the thread so that it benefits future readers.

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

View solution in original post

6 REPLIES 6

AbinC
Tera Contributor

hi @Ankur Bawiskar ,

 

can you help on this   How to pull the data to client side from script include? How to write code in the script include? if you can help me with some use cases 

@AbinC 

you can use GlideAjax to send data from client -> server, server side will do process and then return value

If my response helped please mark it correct and close the thread so that it benefits future readers.

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