0

Not to update a field after completed

Is it possible to block a field after it is change or writen after first time? I mean, I dont want to be able to update it.

2 replies

null
    • Ninox partner
    • RoSoft_Steven.1
    • 2 yrs ago
    • Reported - view

    Rodrigo Cuenca In the settings of the field is a setting "Writable if:".

    There you can use this formula: Textfield = null or isAdminMode()

    With this, the field is only writable if the field is empty or if you are in Admin-mode (red wrench)

    Steven

    • Rodrigo_Cuenca
    • 2 yrs ago
    • Reported - view

    perfect, thanks.