Author: Chester Friesen
Posted: 2004-07-12 at 11:02:18
Quote: >>
What happens if you open the view from the Command Window? Does it
update then? If not, then there are some problems with your view
properties. If it does, then perhaps your bizobjs are not set up
properly. Without the parent/child relationships established, calling
Save() on the primary bizobj will not call the Save() of the other
bizobjs, and the data will not be saved.
It updates from the Command Window fine. That's what I kind of thought
was happening, the parent/child relationships aren't right. I'll have
to figure out which bizobj to make lineitems a child of, I tried to
make it a child of invoiceline, but then it only selected the first
record of lineitems.
Sometimes I feel quite brain dead when it comes to understanding
parent/child relationships. Can there be more than one primary bizobj?
I don't see how I can make lineitems a child of either invoices or
invoiceline.
PS: Just tried making lineitems a primary bizobj-doesn't work. Looks
like I need to put more thought into it. Thanks.