Hi Jared (and everyone else!)...
Thanks very much for your help.
Makes the path a little clearer for me, most certainly.
For some reason I had it in my mind that I needed to create an object
of type engineeringUser and couldn't work out for the life of me how I
was going to create that object.
(I think) I was following the pet market example app and thus created
an xml that looked like this.
<object name="issueType" table="tbl_issueType">
<id name="id_tbl_issueType" type="numeric" />
<property name="issueType" type="string" />
</object>
<manytoone name="issueType">
<link to="car.issueType" column="issueTypeId" />
</manytoone>
Then I created the TO with;
session.issueType = application.transfer.new("car.issueType");
I assume, now, that the object declaration (in the XML and the TO
creation too) in this case is redundant, since I am only needing to
be able to manage the setting/getting of the issuetype id for each
ticket - which is created within the CAR object via the manytoone
relationship?
Gavin.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---