Records Component
Fnd_Hook_Rec_Delete
Fnd_Hook_Rec_Delete -> Boolean
Parameters
| Parameter | Type | Description |
|---|---|---|
| No parameters required | ||
| Function result | Boolean | Allow Foundation to handle the request? This hook gets called before Foundation attempts to delete any records. This hook returns True to allow Foundation to display a warning and delete the records. Return False if you want to handle the process yourself. Call Fnd_Gen_CurrentTable to determine the table in use. The “UserSet” set contains the records the user wants to delete. |
Description
Extracted source text
Fnd_Hook_Rec_Delete ➜ Boolean
Parameter Type Description
No parameters required.
Function result Boolean Allow Foundation to handle the request?
This hook gets called before Foundation attempts to delete any records. This hook returns True to allow
Foundation to display a warning and delete the records. Return False if you want to handle the process
yourself.
Call Fnd_Gen_CurrentTable to determine the table in use. The “UserSet” set contains the records the
user wants to delete.