One way to solve this in D7 is to use either a combination of Node Reference and Node Reference URL or Entity Reference and Entity Reference Prepopulate. Node Reference URL and Entity Reference Prepopulate are alternative widgets for those fields that let you set a value in the url. They also create an &#39;Add new ...&#39; link on the referring entity that will go to the url to add a new node, set the value by reference to the source node, and then return you to the place you started.<br>
<br>That won&#39;t make it possible to create multiple tracks at once, but it does let you create the album first, then click on an &#39;Add new track&#39; link on the album to add tracks to it. The technique for doing this in D6 is described in <a href="http://www.lullabot.com/articles/photo-galleries-views-attach">http://www.lullabot.com/articles/photo-galleries-views-attach</a> and used by <a href="http://drupal.org/project/views_gallery">http://drupal.org/project/views_gallery</a>. The same technique works in D7 using either of the above combinations.<br>
<br>Karen<br><br><div class="gmail_quote">On Thu, Mar 1, 2012 at 12:40 PM, Earnie Boyd <span dir="ltr">&lt;<a href="mailto:earnie@users.sourceforge.net">earnie@users.sourceforge.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Thu, Mar 1, 2012 at 12:53 PM, Daniel F. Kudwien wrote:<br>
&gt; Am 01.03.2012 17:19, schrieb Karl Giesing:<br>
&gt;<br>
&gt;&gt; Furthermore, we also need the ability to add Track nodes as we are<br>
&gt;&gt; creating an Album node - that is, we need the ability to create multiple<br>
&gt;&gt; nodes, and their references, all from the single form used to create an<br>
&gt;&gt; album. What should NOT happen is that the user has to create each track<br>
&gt;&gt; individually before they create an album that has those tracks - this is<br>
&gt;&gt; a workflow nightmare. (And it&#39;s currently how Pushtape works.)<br>
&gt;&gt;<br>
&gt;&gt; There are currently three D7 modules used to create node references:<br>
&gt;&gt; References, Entity Reference, and Relation. References is the only one<br>
&gt;&gt; not currently in beta - and it&#39;s being depricated in favor of one of the<br>
&gt;&gt; other two. Furthermore, as far as I can tell, none of the above allow<br>
&gt;&gt; you to create the references unless the nodes already exist.<br>
&gt;<br>
&gt;<br>
&gt; Creating 0-n other entities as part of the initial creation/form flow of a<br>
&gt; parent entity, and handling that correctly in terms of what data to store<br>
&gt; where and what to do in case of validation errors down the line, is the<br>
&gt; tricky part.<br>
&gt;<br>
<br>
</div>How about taxonomy?  You could have a term for the album and each<br>
track node for the album adds the term.<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
Earnie<br>
-- <a href="https://sites.google.com/site/earnieboyd" target="_blank">https://sites.google.com/site/earnieboyd</a><br>
</div></div></blockquote></div><br>