top of page
Search

How to create records in CDS from Canvas App using a FORM control


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


ree

 
 
 

Comments


bottom of page