Get Error When Calculate Price on Opportunity Page
(Doc ID 2291896.1)
Last updated on DECEMBER 22, 2020
Applies to:
Oracle Fusion Sales Cloud Service - Version 11.1.9.2.0 and laterInformation in this document applies to any platform.
Symptoms
Get error when calculate price on Opportunity Page
response:
result:false, response:eyJlcnJvciI6IjEiLCJnbG9zYSI6IkVycm9yIGVuIGNyZWRlbmNpYWxlcyJ9
Steps to reproduce: (Required)
Log into OSC
Navigator>Sales>Opportunity
select opportunity
drill down
EDIT OPTY page opens up
Actions>Calculate Price
get error
error
ts base64: eyJlcnJvciI6IjEiLCJnbG9zYSI6IkVycm9yIGVuIGNyZWRlbmNpYWxlcyJ9
response:
result:false, response:eyJlcnJvciI6IjEiLCJnbG9zYSI6IkVycm9yIGVuIGNyZWRlbmNpYWxlcyJ9
Details:
section-1)
setup REST API via Application Composer
on opportunity object
section-2)
Run REST API Postman seperately from browser - worksfine
**********
Input Payload
http:///public/rn_integracion/rntelejson.php
body
{"usuario": "salescloud", "accion" : "getItemsPrice_sales", "order_detail": { "list_products": } }
Response
{
"resultado": true,
"respuesta": "{\"order_detail\":{\"resultado\":true,\"list_products\":}}"
}
**********************************
Headers
Connection →close
Content-Length →162
Content-Type →application/json
Date →Tue, 04 Jul 2017 18:31:47 GMT
Server →Apache/2.2.15 (CentOS)
X-Powered-By →PHP/5.3.3
*******************************
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |