Would like all employees to be able to VIEW a...

Tim_Meske
Participant V

Would like all employees to be able to VIEW all data in all rows but only be able to EDIT the rows associated with their email address.

Ea user will sign in.

Is the best way to limit editing to the userโ€™s own rows accomplished by editing the Editable_If field for each individual column definition?

Note, we want to limit user editing while still being able to view all other user rows.

0 2 291
2 REPLIES 2

Tim_Meske
Participant V

@Suvrutt_Gurjar thanks will give it a try

Hi @Tim_Meske,You may wish to try the following

As you have mentioned, the said table will have a column that has email ID ,say titled [Email] of the respective employee who โ€œownsโ€ the row. You may wish to put following expression in the system generated Edit actionโ€™s condition definition of the said table.

[Email]=USEREMAIL()

Hope this works and helps.

Top Labels in this Space