How to configure Business Rule in Vdesgin 2.0?
Like I have to enable the Send OTP button only when the user has entered 10 digit mobile no
-
Firstly, you can select “formatter” as the “Input Type” in the properties of the mobile number field.
-
You can use event on the OnCompletion event of the input field.
-
Now, you can utilize the Enable/Disable task to enable the button only when the specified condition has been fulfilled.
-
Also, don’t forget to check out the “Enable” property in the properties section of the button.
1 Like