Bookshelf Home | Contents | Index | PDF | ![]() ![]() |
Siebel CRM Desktop for IBM Notes Administration Guide > Customizing Authentication > CRM Desktop SSO Objects You Can Customize > Content ObjectThe content object gets the string content of a request or a response. It includes the following function that gets the text content of a request or response:
It includes the following function that sets the text content of a request or response:
You must enclose each string in JavaScript quotes, so the following code returns the body of the request converted from utf-8: var body = req.get_contents().get_text("utf-8"); CRM Desktop SSO does not allow you to modify the text of the initial request that comes as a parameter of the request_handler function. For more information, see Request Handler Function. For more information, see Request Object and Response Object. |
![]() ![]() |
Siebel CRM Desktop for IBM Notes Administration Guide | Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices. | |