Hi, I am new to outsystem SS.. I am exploring outsystem service studio for our organisation,
I have to achieve functionality shown in picture
On click of table row I have to show detail view within same page by fetching data from database.
Could you please help me into it ?
Hello,
Please find the updated OML
Hello Rohit,
Is it data grid or just a table?
it's table
Kindly refer the attached OML. Let me know if it was the same use case your are looking for.
Thanks for quick response it's showing blank records
Check if there is data available in the database.
For me it showing the list and details as well:
No, Not able to see data in database
also showing below dependencies message
Manage the dependencies. Also Check the logic, implement the same in your application.
PFA. go to statement detail screen.
Thank you Shubham!
As I understood you Problem you want to Details page opened in New tab.
If you want same I understood, you can archive this by the JS .
JS Code.
window.open('\CustomerDetail?CustomerId='+$parameters.Id, "_blank")
I hope you will find the solutions.
Thanks & Regards
Navneeet
No, I want to open detail view on same page.
I have done the same logic in the OML which I have shared. Kindly refer the logic or send me your OML
If you want to display details on same page when you clicked on row, then you can use web block to show details on same page, using on parameter changed event of web block.
Regards,
Swapnil Powar
Hi,
For Complete Demo
you can find the Solutions with Attached OML.
you can refer this
Thanks
Navneet
In your case one forge component is suitable , or you can take reference from my demo.PFA OML below
Thanks,Shriyash