Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Pass data to Intelligent Advisor

AfnanAug 26 2021

I am trying to embed an interview into RightNow CRM and am looking to forward a few data fields to the interview.
I have tried the following code
<?php
$seedData = new \stdClass();
$seedData->courseName = 'Internet of Things';
$seedDataJson = json_encode($seedData);
?>
<rn:widget path="custom/opa/OPAWidget" policy_model="Test Project" seed_data=#rn:php:$seedDataJson# />

I see the following error
An error has occurred while loading data and the session can not be created.
For further assistance please contact support.

I am not sure how to debug this one. I have set custom properties in the interview designer in the policy manager

Comments
Post Details
Added on Aug 26 2021
1 comment
488 views