On a screen, what is the use of an input parameter? I am building a screen with a form that will allow an employee to enter their name, surname, address, job title, etc. and save these details on a database. I have been looking at Outsystems videos they did not help much, can someone with some experience please help. Thank you in advance.
Pass data between screens with Input Parameters:
Some screens receive information that defines the data shown on that screen. For instance, a screen showing the profile of a user requires information about which user to display. In OutSystems, we use Input Parameters to pass information between screens.
To pass information to a screen do the following:
Cheers,Nuno
In order to store data in the database you will:
Everything I just described and linked to lessons is part of the online training which you mention having watched. I recommend you review the entire course on Developing OutSystems Web Applications again, including the exercises that include detailed instructions on how to do these things and much more. I'm sure a lot of your questions will be addressed there.
Hope this helps!
You can see this document too, about Validate the fields of a formI hope all this information helps you.
Thank yo very much for your response Nuno, I will definitely go through the videos again. Thank you once more.