Helper Functions for Callback Functions
The following describes the helper functions that are available for callback functions.
Method Name | Return Type | CRUD Operations | Description | Sample Code |
---|---|---|---|---|
getRowId() |
row ID |
Create, read, update |
Gets the row ID of the record in the response object. |
|
getModId() |
mod ID |
Create, Read, Update |
Gets the mod ID of the record in the response object. |
|
getFieldValue (fieldName) |
Field value |
Read |
Gets the field value of the corresponding field name passed in the function. |
|