Closed (fixed)
Project:
Data
Version:
7.x-1.0-alpha3
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 May 2012 at 19:14 UTC
Updated:
30 May 2012 at 17:30 UTC
I'm having some difficulty understanding the functionality of relating a table to a node. I read through http://drupal.org/node/898562 and figured the same would apply to D7, but when I get to "Add Node Title field" I'm unable to move forward as this isn't a field that is available.
I have a considerable amount of data in a table in the database that will be updated on a fairly regular basis. I'd like to be able to create a content type that uses this data, but I cannot seem to get the two linked together. I have not successfully found much documentation on this feature at all. Is there somewhere I can find the information I need? Perhaps a helper module that someone can point me to?
Comments
Comment #1
joachim commentedOn D7, your best ways forward is to enable Data Entity module. If you want to connect a data row to a table, use Entity Reference module to connect them.