Examples: Input enabled formulas

  1. This input enabled formula prevents a field from being edited.
    @False
  2. This formula prevents a field from being edited if "Closed" is the value of the Status field.
    Status != "Closed"