I've done that before, here is the snippet of code that worked for me:

<action type="create">
  <object type="news">
    <!-- put newly created news in the backup/export pool -->
    <relation role="related" destination="IntranetPool"/>
  </object>
</action>

[EMAIL PROTECTED] wrote:
he ho
i want to create an object and link it to an existing object in a wizard, is
that possible?

from the documentation:

<action type="create" >
        <relation role="author" />
                <object type="people" >
                        <field name="lastname">Supply lastname here</field>
                </object>
        </relation>
</action>

What i would need is something like:

<action type="create" >
        <relation role="related" />
                <object number="[alias]" >
                </object>
        </relation>
</action>

is there an accomodation like this, or is there an other way to do it???

Ernst



--
michel de bree <[EMAIL PROTECTED]>
developer @ imtech industry solutions



Reply via email to