- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2016 04:22 AM
Hello,
How to Track outbound REST in ECC Queue. Below statement with parameter "true" allows to track in ecc queue.
var response = r.execute(true);
But its not working. Not sure why its not working.
Regards,
Hima Pallela.
Solved! Go to Solution.
- Labels:
-
Integrations
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2016 05:45 AM
Hey,
Then it must be r.executeAsync();, I have done it couple of times
Thanks
Srini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2016 05:00 AM
Hi Hima,
Could you please share little more details. What to do you mean be track? Also, Can you share your complete code?
Thanks
Srini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2016 05:06 AM
Hi Srinu,
when we are using outbound web service, we can see the request & response in ECC Queue. For that we need to use "var response = r.execute(true);".
if we pass the parameter true, we can see request & response in ecc queue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2016 05:45 AM
Hey,
Then it must be r.executeAsync();, I have done it couple of times
Thanks
Srini

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2016 05:11 AM
Hi Hima,
Hope below linke will help
When do outbound REST calls go via ecc_queue
Hit Like/Helpful/Correct if this helps