Hello,
I am working on relationships and have set up a "one to one" relationship....I guess that is what I should call it as follows in a relationships.ini file located in the mdl_user directory:
[User Info Data]
mdl_user_info_data.userid = mdl_user.id
User Info Data is what I wanted as the title of the tab that appears. That was accomplished but for some reason I don't get the capitalization. The relationship also seems to work because when I go to my mdl_user tab from my Xataface application and click on a user I can see the link to the user info data. There is a tab titled user info data at the top of that record and on the left of the main page I get a box that says "this record" and has an ajax looking interface to 'drill down' to the related record.
So, my question is this, the records that are linked come up as "untitled". They do have data in them but I cannot figure out how to give them a title?
I was thinking that I need to accomplish this by "Customizing field labels, descriptions, and widgets" but that tutorial doesn't seem to get me where I'm trying to go.
Any pointers will be most appreciated.
Jason
I guess what I want to do is change the setting for which field Xataface uses as the record title. I notice with other records that do get titled that Xataface appears to be using the field that is next to the 'key' or 'id' field in each table. In some of my (actually many) of my tables I would rather use a different field or even be able to have the record name be inherited from the relationship (source table).