Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Child BO not saving
Message
From
28/07/2010 17:28:34
 
 
To
28/07/2010 16:52:51
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01474335
Message ID:
01474359
Views:
32
>>Coincidentally, I'm having the exact same problem but only when trying to save new children. Existing ones save fine. The problem seems to be that the foreign key is not populating (a record does get saved, just with no foreign key). Is the syntax right, in that we just have to name the field or is there more needed?
>>
>>I've run through the debugger and get down the SaveChildObjects() and PopulateForeignKeyField() and the value that it's trying to save is zero, rather than the parent object's primary key value.
>>
>>Eric
>
>Hmm, I seem to remember a similar post awhile back. I wonder if there is some combination that causes that problem and Kevin had chimed in. Might should do a search here in this forum to see if that message is the same issue.
>Tim

I've done some stepping through the code and it attempts to save the child in this code:
ChildResult = ChildBizObj.SaveEntityList();
and then here:
public override mmSaveDataResult SaveEntityList()
{
	return this.SaveEntityList(this.EntityList);
}
this.EntityList == null

How could that be?
Frank.

Frank Cazabon
Samaan Systems Ltd.
www.samaansystems.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform