I have a page containing some rows from an external database. I need to add a new row or edit a current one. I remember that I could right click and generate the page automatically but I cannot find it right now. How can I auto generate it? I think I am using reactive web app and previously I was using something else on another application (that's why I cannot find it)
Hi,
I hope this helps , please check this : https://success.outsystems.com/Documentation/11/Developing_an_Application/Use_Data/Edit_Data Regards,Tousif
Hi Ramy,
I Suppose you want to add new data item or edit the existing .You just need to right click on any of the column of the table/list and create a link to the detail page of that data, outsystems provides you the option while creating the link. You just need to pass the id of the current row item to create or update the record.
Hope this helps.
Thanks,
Mita
I expect to find the option (to create Categories Details page) here. But it does not appear. Where can I access it?
Since You are using reactive web app, you need to create the new page manually for creating or editing the record.
I have attached one oml for your reference. if you need any help, please let me know.
Hope it helps.
Hello Ramy,
What I understand is that you are looking to create new screens using scaffolding for the entities integrated from other external database. If so, please refer the below links. It might help you to get some idea about this topic.
https://www.outsystems.com/forums/discussion/56893/scaffolding-external-db-entities-fails-in-reactive-web-apps/
https://www.outsystems.com/forums/discussion/54063/what-is-scaffolding-patterns/
https://www.outsystems.com/whats-new/reactive-scaffolding/
Thanks & Kind Regards,
Sachin
I have a question..how to populate all the values while clicking on link in the grid during updateonclick event? do tell me how to perform this