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

Reply via email to