Hi,
Currently developing a reactive web app. I have tried creating databases and when I right click them from the data tab, I don't have an option to edit them. This issue persists for admin users as well.
I wish to do what's outlined here: https://success.outsystems.com/Documentation/11/Developing_an_Application/Use_Data/Edit_data_while_developing
in particular this https://success.outsystems.com/Documentation_API/rest/AWS_S3_v1/getfiles/4904eca6-ec15-4e19-8487-baf76884286f context menu.
I've attached what me and my admins currently experience.
I think what you need is publish your module and double click on your entity. Then you can edit records by "add row" or click on a record and edit it.
This one I have not publish but you can see "Add row" button for example.
Regards,
Khuong
Hi @Christopher Yao - One possibility is that , you are trying to edit the data in the End user module instead of core itself (where you have your actual entities created). I would suggest to open the core module and right click entity , you will get the "view or edit option". Please see below screen shots -
Reference of core into end user module - Core module -
Hi Yao
I will like to add something in Khuong's response that you can only modify the data in the producer or core module where you have created it. Please make sure you are not trying to modify database in the consumer module where entities are taken as dependency.
Many thanks
@Khuong Truong @Tejas Mendse Unfortunately none of the cases apply for my context. I'm in a core module and have "Add row" button
Hi @Christopher Yao ,
Not sure what is your platform server version? You can check it follow this https://success.outsystems.com/Support/Release_Notes/Check_what_OutSystems_version_you_are_using.
If it's earlier version of 11.11.1 then you need to upgrade your platform server.
If you are using personal environment then you can follow this https://success.outsystems.com/Support/Troubleshooting/Infrastructure_management/Upgrade_a_personal_environment_to_the_latest_version.