8.5 Performing CRUD Operations on Custom Objects
Oracle RightNow Cx has two different types of objects associated with it: standard business objects and custom objects upon which you can perform CRUD operations. In this use case, you perform a Get
operation on a custom object and generate the appropriate WSDL and JCA file.
To perform the Get operation on a custom object:
- At the Operation screen, look under Available for the custom object you want to select for a CRUD operation. The convention is the standard object name, for example,
Contact
, followed byCustomObj
(for example,Contact_CustomObj
). - Using
Contact_CustomObj
as an example under Available, and using the arrow, move the selected object to Selected. - Change the CRUD operation to
Get
to perform aGet
operation on the selected object. - Click Next Step. The wizard displays the Summary screen.
- Click Finish to generate the WSDL and JCA file.