|
Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
You can handle the CheckSecurity event. I know it's not security, but if we put another event there, it might be redundant...
Within the event, just check your secondary business object and if its Count = 0 then set e.Allowed = false;. It will then raise the SecurityDenied (allowing you to show an error message) event rather than editing the business object.
|