243
Views
6
Comments
How to auto Add/Edit automatically for a data item (from external database)
Question

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)

UserImage.jpg
Johny William
2022-08-10 06-17-04
Mita

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

UserImage.jpg
Mohamed Zaieda

I expect to find the option (to create Categories Details page) here. But it does not appear. Where can I access it?

image.jpg
2022-08-10 06-17-04
Mita

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.

Thanks,

Mita

Test_Reactive.oml
2020-09-21 11-35-56
Sachin Waghmare

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


UserImage.jpg
ABHAY KRISHNA G

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


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.