Oracle CRM On Demand JavaScript API Developer's Guide > JavaScript API Reference > Methods for CRUD Operations >
User-Defined Callback Function
You can use a callback function to handle responses to CRUD operations, as shown in Table 12.
Table 12. Callback Function for CRUD Operations
|
|
|
Callback function name |
callback (request, response) User-defined JavaScript function to process the results of the CRUD operations. |
callback(request,response)
{
}
|
The parameters for a callback function are as follows:
|