Not Editable if field is SAVED with specific value

I have a Status field with 3 values:

  1. Pending
  2. In Process
  3. Completed

The field is editable, but once the record has been SAVED with Status = “Completed” the status field can NOT be editable any more.

The issue I am having for now is that if when editing the Status field I select (no saving yet) “Completed” than I can Not edit it again:

Solved Solved
0 4 1,120
1 ACCEPTED SOLUTION

Another workaround… NOT(LOOKUP([_THISROW].[ID],“TableName”,“ID”,“Status”)=“Completed”) in Editable? option will do that job because you haven’t saved that value yet.

View solution in original post

4 REPLIES 4
Top Labels in this Space