On Wednesday, July 28, 2010 03:01:56 pm Ed Leafe wrote:
> On Jul 28, 2010, at 5:24 PM, John Fabiani wrote:
> > The problem was simple.  I needed a way to use compound link fields.  I
> > mean I needed the Parent link to use two fields and wanted the child
> > link to use two fields.  Customer number + invoice number in both cases.
> 
>       Did you try setting the property to a tuple of the fields?
> 
> 
> -- Ed Leafe
self.bizobj.ParentLinkField = ('custnum', 'docnum')

self.bizobj.LinkField = ("custnum","docnum")

Is that what you mean?



Johnf
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to