Difference between Synchronous and asynchronous in Servicenow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2017 03:57 AM
Could anyone please help me on a good scenario with Difference between Synchronous and asynchronous in Servicenow?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2017 04:05 AM
Hi,
Synchronous means when ever you make a request to fetch values from server in your client script, code will wait there until it doesn't get a response from server.
Async mean regardless of request next line of code gets executed. It does not wait for response.
Thank you,
Ashutosh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2018 11:41 PM
Hello Ashutosh,
Can you please explain both with an example ? Just a syntax part to call script include.
It would be much helpful !
Thanks in advance !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-10-2022 12:06 AM
ok
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-10-2022 12:06 AM
any example for this sceniroo