While developing an application, we sometimes need to not change the created data afterwards. Can we add a checkbox on the schema side and ensure that the relevant data is not updated on the update screen after it is created?
It is possible to do this by writing scripts on the schema side, but this is not a good method. It is better to disable the relevant field in the update screen to prevent it from making data changes. It felt like we could do this with a small checkbox addition.
It is necessary to give a condition in conditional fields. and promotes abuse. Actually, it is correct to say that these fields are disabled in the editing screen. because I donât have a condition anyway
The context that is available in custom fields is also available in field rules now. So yoiu can just use ctx.initialContent to check for Create vs Update