Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
If the control is bound to an SF business object and field, then just set the field in error when the business rules are checked and it will automatically appear. You will call the AddBrokenRule() method on the BO in the CheckRulesOnRow event of the BO. There is a lot of documentation and samples on how to create broken rules.
|