Como faço para que ao cadastrar o produto ele apareça na minha tabela na outra aba, qual lógica eu uso, alguém pode me ajudar, se preciso adicionar algum evento, algo assim, não sei...
Hi, Create one input parameter to the order details page type of order identifier and from order list page pass Order Id to the input parameter from the table list. You can take reference from below forge component https://www.outsystems.com/forge/component-overview/8878/order-management-o11Thanks
Hi, @Romulo Castro
First please complete basic web developer course which helps to understand how to develop a web application it is free in Outsystems.
Link to Course: https://learn.outsystems.com/training/journeys/web-developer-662
Hello Romulo,
I agree with Nani, please complete the necessary training available on OutSystems website, otherwise you will get stuck frequently even on such simple things.
Hope you understand!
Junaid
Hi @Romulo Castro Create one input parameter(order identifier please check the data type) to the order details page . An input parameter only passing current data from screen to screen. Try to complete OutSystem Web developer course