Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HookPostSave Samples
Message
From
28/09/2007 09:22:38
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
 
 
To
27/09/2007 18:40:28
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
ASP.NET
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01255684
Message ID:
01257410
Views:
23
Farouk,

>Thanks for the info. (sorry for the late reply, was away from office) That is exactly what was in my mind. However, I find that the pk value of the main biz object is empty, do u face the same there? Example: let's say the main object is a claim object, after saving I will like to insert records into a workflow txn tables, I need the pk of the claim but somehow it is empty.

What are you using as a type for your pk? Are you using a auto increment integer? If so try setting this
this.RetrieveAutoIncrementPK = true;
in your ABusinessObject constructor.

If you are setting the value yourself you could probably get it in the presave hook.

Tim
Timothy Bryan
Previous
Reply
Map
View

Click here to load this message in the networking platform