Editable_If

There is a common table
1- The first employee enters the data only
2- The other employee only inserts and updates some columns
It is required to prevent employee No. 2 from modifying some columns specified by the manager

Solved Solved
0 4 170
2 ACCEPTED SOLUTIONS

Steve
Platinum 4
Platinum 4
4 REPLIES 4

You can try the following expression in editable-if

USEREMAIL() <> "employee2email"

for those columns which you want to prevent employee2. User signin required for this to work. 

 

 

 

 

But the username is used by both parties

Steve
Platinum 4
Platinum 4
Top Labels in this Space