cancel
Showing results for 
Search instead for 
Did you mean: 

How to delete the content of all input fields etc. and from the datastore.

Former Member
0 Kudos

is it possible to delete the content of all input fields etc. and the datastore. it should work like a refresh,

because everytime i call an formview or an tableview again, the content from the call before is displayed in the inputfields. but i want, that the inputfields are empty when i call the views again. an buton with an action like delete rows is not the right thing to do this.

thanks to you

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Martin,

What I had to do was set the fields in the data store to blank when I exited a form view.

Example: set data store field when entering form view then when you exit the form view set the field to blank.

Hope this helps,

Aaron

Answers (0)