Home › Forum › Working with Tables › Marking mandatory table columns › Re: Marking mandatory table columns
October 11, 2011 at 7:09 pm #5887
Basically I replaced a Check Mandatory behavior by calling an external behavior (which does a separate Check Mandatory behavior for each table column, because I wanted the warning message to be different for each column). It didn’t work because the external behavior would be called, and if any of the check mandatory behaviors failed, it would end the sub-behavior, but the one that called it would continue.