Update only certain columns depending on user type

quiero tener el control de dar privilegios a ciertos usuarios. que solo puedan actualizar ciertas columnas y no todo el registro, con algรบn tipo de condiciรณn.

espero me puedan apoyar, no sรฉ si se pueda realizar esta acciรณn

0 4 148
4 REPLIES 4

Steve
Platinum 4
Platinum 4

Thank you very much with this post, I was able to solve all my doubts โ€ฆ

I have a question, I want two conditions to be met, if the installer column is equal to the selected name, let me edit the column and the other condition would be if it has already passed more than 24 hours that it does not allow me to edit.

I hope you can help me, look I have this code, I use the โ€œend dateโ€ as a variable. This data the user selects

IFS((NOW() < ([Fecha finalizacion] + โ€œ024:00:00โ€)),
IN(USEREMAIL(), LIST( โ€œedgar.cis@htvtel.comโ€)),
[Instalador] = โ€œGerardo Antonioโ€, IN(USEREMAIL(), LIST(โ€œtelecomhtv@gmail.comโ€))

Top Labels in this Space