Drupal 7: I am looking for a content type field that is generated from the result of a view.
Example: I have a courses content type and I have a course_outline content type. In the course_outline content type I would like to list all the existing courses available in the database as one of its fields.
you will need to install Entity API module and Entity reference module.
You can check out Entity Reference Module guide for beginners to get started.
Hope this helps... Muhammad.