I have a custom button on a Form which invokes a custom Dialog to edit properties of the item on display, that part works fine. However, the Submit button does not enable unless one of properties mapped to a 'Field' controls is edited.
How can I change the allowSubmit value in the Form render properties so the button is enabled when its' only my custom button that is updating the object?