Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Child Business Object’s Business Rules not working
Message
From
30/08/2004 17:33:23
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Child Business Object’s Business Rules not working
Miscellaneous
Thread ID:
00937845
Message ID:
00937845
Views:
59
Hi All,

I have setup BusinessRules for both a Business Object and Child Business object. The Child Business object’s “ public override bool CheckRulesHook “ never gets called when I attempt to save any data. The parent business object’s rules are working fine. On the web page I have registered the child business object as follows:

Parent = (parent)this.RegisterBizObj(new parent);
Child = (child)this.RegisterBizObj(new child);
Parent.RegisterChildBizObj(child);

And have set the child biz object AutoCheckRules = true;

I’m using the web pages Save method, passing the parent biz object in.

Any help would be greatly appreciated .

-Douglas H.
Next
Reply
Map
View

Click here to load this message in the networking platform