- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2017 05:53 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2017 06:00 AM
For details sreq.getRequestBody() returns the string of the current web service request (what is being sent to the service provide such as the contents of a record to update.)
gs.log() is a legacy debug statement which will appear in the System Logs> Script Log Statements

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2017 05:59 AM
It looks like someone is doing a debug output on a REST or SOAP request. They want to ensure that the request body being sent to the service provide is as they expect. More context would be helpful, but that's what I see in this statement.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2017 06:00 AM
For details sreq.getRequestBody() returns the string of the current web service request (what is being sent to the service provide such as the contents of a record to update.)
gs.log() is a legacy debug statement which will appear in the System Logs> Script Log Statements

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2017 06:19 AM
If I have answered your question, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
If you are viewing this from the community inbox you will not see the correct answer button. If so, please review How to Mark Answers Correct From Inbox View.
Thank you