Records Component
Fnd_Rec_NewRecord
Fnd_Rec_NewRecord ({->table})
Parameters
| Parameter | Type | Description |
|---|---|---|
| table | Pointer | Pointer to the table to use (optional) |
Description
This method creates a new record for the specified table (if any). Otherwise a new record is created for the current table.
Fnd_Rec_NewRecord (->[Contacts])
Extracted source text
Fnd_Rec_NewRecord ({->table})
Parameter Type Description
table Pointer Pointer to the table to use (optional)
This method creates a new record for the specified table (if any). Otherwise a new record is created for
the current table.
Fnd_Rec_NewRecord (->[Contacts])