- Aug 4, 2020
- 1 min read
We can create records in CDS (for that matter any Data Source) from canvas app Using a FORM Control
Now let us se how can we create a record using a FORM control
a record can be created using a "FORM" control. "Form" is nothing but an object which holds a record's data. Using a "FORM" control we can create a record which is connected to a "data source" using SubmitForm function.
Eg: SubmitForm(frmStudentRegistration)Here "frmStudentRegistration" is FORM Control Name




