On 7/28/10 8:48 AM, John Fabiani wrote: > Is it possible to setup the ParentLinkField to a virtual field? and also set > the LinkField to virtual field for a bizobj?
This use was never intended. I don't know the answer, but I highly doubt it would work. For one thing, when a child is requeried, it sends that SQL *to the database server* for processing. The database server doesn't know anything about virtual fields. > self.ap_bizobj.ParentLinkField = 'special_docnumber' > self. ap_bizobj.LinkField = 'special_doc_number' > > Where both of the fields used are virtual fields? Can you give us an idea what you are trying to do using virtual fields instead of actual foreign key fields in the tables? Paul _______________________________________________ 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]
