# Permisos de Usuarios

**URL:** https://community.glideapps.com/t/permisos-de-usuarios/58988
**Category:** Ask for Help
**Created:** [March 10, 2023, 11:31am UTC](https://community.glideapps.com/t/permisos-de-usuarios/58988 "2023-03-10T11:31:55Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![SombreArte\_Viales](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/sombrearte_viales/32/55485_2.png) [@SombreArte\_Viales](https://community.glideapps.com/u/SombreArte_Viales)
#### Post date: [March 10, 2023, 11:31am UTC](https://community.glideapps.com/t/permisos-de-usuarios/58988/1 "2023-03-10T11:31:55Z")

</div>

Good morning, I am making an employee entry application, the records are made by the supervisors.  
But I would like the supervisors not to be able to delete or edit the data of the other users, but they can see them.  
As well as if you can edit or delete your own data.  
I have managed to prevent them from being able to edit them but the records of others also disappear and I need everyone to be able to see them.

You can help me?

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [March 10, 2023, 12:46pm UTC](https://community.glideapps.com/t/permisos-de-usuarios/58988/2 "2023-03-10T12:46:34Z")

</div>

As long as you put some information in the employee table that identifies who created the row, then you can set a condition on the Edit action to only show if the signed in user is the same user that created the row.

You could automatically write the user email to a supervisor email column when the row is added Then check if the supervisor email is the same as the signed in user. If it is, then you can allow editing on the record.

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [March 13, 2023, 6:15pm UTC](https://community.glideapps.com/t/permisos-de-usuarios/58988/3 "2023-03-13T18:15:29Z")

</div>

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.
