Disable "Create" button

Is there anyway to disable create/create and create another button on the form based on certain condition?
4 Replies
Dan Harrin
Dan Harrin2y ago
you can return true or false from the method? what have you tried?
Resonance
ResonanceOP2y ago
So I wrap the return form method with conditional statement? Disabling form fields based on condition 😆
pechtelt
pechtelt2y ago
You can add an function in the resource called canCreate() and return true/false
Resonance
ResonanceOP2y ago
Thanks!

Did you find this page helpful?