Context Integration with Oracle Sales Cloud
Content
Hello!
I have followed the guide on http://docs.oracle.com/cloud/latest/salescs_gs/OASAL/OASAL1451852.htm#OASAL2432603 and the connection is working ok.
The problem is when i load the interview from sales cloud from a tab in an opportunity with the following code.
(Code)
The id is properly set in the inverview url but the object is not being loaded to the interview when the interview starts.
Code Snippet
def myfinalURL = "https://postobon-opa.rightnowdemo.com/web-determinations/startsession/Cotizador?initID=" def myURL1 = OptyId != null ? OptyId : '' myfinalURL += myURL1 return(myfinalURL)
0