- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
- 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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
@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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
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.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
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.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader