How do I block editing on the detail screen after the user accepts data on form?

Iโ€™m just a beginner to use this app but Iโ€™d like to know how to create โ€œApp Formulaโ€ or โ€œEditableโ€ of some table (type : ref) to block editing of users after they accept data on the form.

when they return to see data in detail and click to edit data I donโ€™t want them to edit everything after status= Accepted. Could you help me, please?

Thank you very much for your kindness.

Solved Solved
0 4 210
1 ACCEPTED SOLUTION

Probably the simplest way is to find the system-generated โ€œEditโ€ Action, and set a Behavior condition to almost exactly what you just wrote.

[Status] = "Accepted"

View solution in original post

4 REPLIES 4

Probably the simplest way is to find the system-generated โ€œEditโ€ Action, and set a Behavior condition to almost exactly what you just wrote.

[Status] = "Accepted"

I can do it thank you very much ^^

If you want to block editing if they have accepted the data, the condition should be [Status] <> โ€œAcceptedโ€

Whoops!

Top Labels in this Space