Dear curt,
We are not using personal edition, we had purchased a license of outsystem. So now tell me how can i do that. Should i used integrated studio for accessing My Database in SQL Management Studio.?
Hello,
I have created an empty records in the application which I am not able to delete. Is there anyway to delete these row using outsystems?
Thanks,
Shweta
HI Shweta,
You can do it from your application, get the list of all records in your screen , put a link (delete) with each row and associate a action with the link pass the id of the record in the action and write code to delete the record from database based on the id.
The other answer for accessing database you need to go to the [Outsystems configuration tool] which gets installed with the platform server installation on application server with this tool you will get all the information about the database like type of database ,host name of the database server and the schema in used.
Regards
-PJ-
Here is the snap shot of configuration tool.
Hi PJ,
Thanks for your assistance.
Looks like above option is available only in the enterprise version of Outsystems. I am still using the trial version of it. For now, I have applied the filters at UI so that it does not display any empty records on the Contact page.
Hi Shweta!
Please check out this post: https://www.outsystems.com/forums/discussion/7494/delete-record-from-entity/
Does it help you?
Cheers,
Jaime
Hey Jaime,
Thanks for this. It's useful :)