A field is set to readonly in default forms behaviour.
When executing an action, we have to create another 'dummy' checkbox which toggles the form behaviour to make that field editable. This is a multi-part process with an initial action to check the box, and an update action to uncheck the box.
Can something be built in the button action area that allows for overriding the default form behaviour please? So: when a field is selected in the button setup to edit, a checkbox appears next to it to 'override form behaviour'.
ID 2112
Category Setup
Author basenine
Date Created 5/29/2025 6:49:32 PM
Date Updated 5/30/2025 1:16:38 AM
Status New Idea
Score 20
Promoted By
Patricio Bustos
basenine
Comments
Slava Shinderov Staff 5/30/2025 1:11:01 AM
@All please consider using the following formula:
URLParam(URL(), "b") = "NNNN"
for form behavior to make the column editable conditionally for a custom button. Replace NNNN with the specific custom button ID.
basenine 5/30/2025 1:16:38 AM
Hello Slava,
Perfect! Have tested and it works exactly as we need 🙂 Thank you