Records Component
Fnd_Hook_Rec_New
Fnd_Hook_Rec_New (->table) -> Boolean
Parameters
| Parameter | Type | Description |
|---|---|---|
| table | Pointer | Pointer to the table for which to create a new record |
| Function result | Boolean | Allow Foundation to handle the request? |
Description
This hook gets called when the user wants to add a new record. It returns True to allow Foundation to handle the request. Return False if you want to handle the request yourself. The first parameter passed to this method is the table for which the new record will be created.
Extracted source text
Fnd_Hook_Rec_New (->table) ➜ Boolean
Parameter Type Description
table Pointer Pointer to the table for which to create a new record
Function result Boolean Allow Foundation to handle the request?
This hook gets called when the user wants to add a new record. It returns True to allow Foundation to
handle the request. Return False if you want to handle the request yourself.
The first parameter passed to this method is the table for which the new record will be created.