309
Views
5
Comments
Unable to edit database records despite having admin permissions
Application Type
Reactive
Service Studio Version
11.53.13 (Build 61176)

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.


Current context menu.png
2020-11-13 07-48-15
Khuong Truong

Hi,

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

UserImage.jpg
Tejas Mendse

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 - 

2021-05-18 02-27-17
Manish Gupta
Champion

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 

UserImage.jpg
Christopher Yao

@Khuong Truong @Tejas Mendse Unfortunately none of the cases apply for my context. I'm in a core module and have "Add row" button

2020-11-13 07-48-15
Khuong Truong

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.

Regards,

Khuong

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