Hello guys i have this web application, and i need which the user can write in the fields and insert the data to the datatable, how i do?
Hi Francisco, how are you ?
Do this short training, and you will learn how to create entities and create records
https://www.outsystems.com/learn/courses/123/modeling-data/?LearningPathId=18
Then I can suggest some improvements in your code, for example, instead of having several local variables, you can have a single local variable of type "Record" of your entity that you created or will create
Thanks !
Edit 1.See the gif below how to create a screen with recording operation with a few clicks
Hi Francisco,
Not sure if I understand your question right, are you asking how to known the current logged in User?
You can use the buildin function GetUserId() for that.
Regards,
Daniel
Daniël Kuhlmann wrote:
I resolved, one more thing i need to insert data to database with button, how i do?
Can you please share the oml?
Thanks