Good day fellow Bubblers.
I have a repeating group that deals with dynamic values based on certain variables. Because of this numbers for a specific record input must sometimes be positive and sometimes negative. I use the Condition function to highlight the input background in red if the entered value is not as it should be.
I use auto binding to update values in the repeating group. When this group is to be handed over to the next person in the workflow, the current user clicks a button to update a master table for the batch with the flag that indicates it is ready for the next person.
What I would like to do is some sort of validation check before committing the transaction. ie. If any background color of input A in RepeatingGroup A is red, then disable button.
Is this at all possible?