Jan 30, 2023 09:20 AM
Hello everyone,
I have more than one fields , i need to share Grid view with some users and allow them to edit piratical field only one time .
example :
Check in field , I need them to check in the user , once they check in it's should block the selection and not allow them to change that record.
it can be check in , or single option.
the idea to prevent the user to do more than one changes in that record.
Jan 30, 2023 12:40 PM
I would include a filter using that field in the view that is shared:
Where Check In (Done) is Not empty
That way the user will not see any records that are checked.
If you have any further questions, feel free to schedule some time with me. Here is my Calendly link: https://calendly.com/d/ztx-xrj-vyk/30-minute-meeting
Jan 30, 2023 01:03 PM
The idea to prevent the users from keep changing .
needs the user to have one time check in .
once it's selected he can't go back and un checked .
It's Ok if i must to change the field from Check box to any other type if i will have some way to lock the record after first edit.
Thanks