There are two kinds of interview you can conduct with CRM On Demand Connector Web Determinations:
This enables the connector to create interview data loaded from CRM On Demand. The mapped record types requires the appropriate mapping direction of Load to enable pre-seeding of interview data.
To start a pre-seed interview you have to provide a user key (object id) of the CRM On Demand record as the caseID.
http://<server>/crmod-web-determinations?caseID=rowID
where rowId refers to the standard user key field across business objects; for example, AccountId, ContactId, and so on.
For more information on the Web Determinations URL API, see the topic Oracle Web Determinations URL API in the Oracle Policy Automation Runtime Developer Help.
This allows the connector to collect all data from the user to be created as a new record in CRM On Demand.
The format for the caseID should be:
http://<server>/crmod-web-determinations?caseID=new
where new serves as a keyword to identify that the interview should start as a blank session.