Confusing title, so I will try and be detailed.
Basically when a user inputs information, we don’t want them to advance to the next step unless there is a child record.
For example, Lets say you were buying a charging plug for your phone. You need the cord that goes with it or else its useless. Our problem would be that you could need anywhere from 1 charging plug to 5.
We do not want our users to be able to advance to the next step unless they have selected the “cord”.
My initial thought was to use a roll up summary field and count the child records and if it was greater than 0 for each row we could advance, but given that if you only have 1 row in the model, rows 2 - 5 are going to equal 0 and that wont work.
So my next trial is a set of 5 branch statements, but considering the amount of actions on the “Next” button, this is a considerable lift to use 5 separate branch logic statements to check how many rows are in the model.
Does anyone have a potentially easier way (assuming that ramble made sense)?
I would prefer a non-code option, but would be open to it, if it is the best option.
Thanks,
Richard
Question
Is there an easier way to check across multiple rows, that may or may not be there?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.