cancel
Showing results for 
Search instead for 
Did you mean: 

Save data from InputField

Former Member
0 Kudos

Hi experts, I've added an InputField in a view that refers to a custom table.

I need to give the possibiltiy to users to add a new row in the database table from this input field.

In this view (ServItemDetails) there is "Done" button that should save datas.

Can you explain me step by step how I've to do?

thank's

alex

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Alessandro,

1. Get the value entered by user in method DO_HANDLE_DATA,

2. Create a method which will save the value entered by the user in the custom table.

3. Call this ethod in DO_HANDLE_EVEVT when 'Done' button is clicked.

Cheers!

-Hartala

Answers (0)