Gavin, You may not need to model the relationship in Transfer. For me, I find it easier sometimes to simply set foreign keys like this from a dropdown. When I don't need to edit both Car and StaffMember at the same time, I find it easier to keep it simple, as a personal preference.
If you do model the relationship, you'd simply use a one2many, even tho' you'd have only one record on the many side. On Mon, Nov 10, 2008 at 1:22 PM, Gavin Baumanis <[EMAIL PROTECTED]> wrote: > > Hi All, > > Well I could of course be a complete crazy... > But I can't seem to find the answer. Despite a little undr an hour of > searchig through the forums and reading up on composites in the docs. > > How do I construct an "ISA" relationship in transfer.xml? > > I have an engineering report; (corrective action report - "car"). > I have a user object. > > What I need to do is assign a userid for various columns in the car > table for the purpose of tracking which staff member is assigned a > "role" for THIS "car". > > An example role be the enginnering staff member assigned to this "car" > with a column name of "engineeringUserId". > > Thanks in advance, once again; > > Beau. > > > -- Nando M. Breiter The CarbonZero Project CP 234 6934 Bioggio Switzerland +41 76 303 4477 [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer You received this message because you are subscribed to the Google Groups "transfer-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/transfer-dev?hl=en -~----------~----~----~----~------~----~------~--~---
