This works:
<action type="create">
<object type="pages">
<field name="restricted">no</field>
<relation destination="peoplefinder_template"
role="related"/>
</object>
</action>
Regards, Henk.
T. +31-(0)6-29054903
E. [EMAIL PROTECTED]
I. http://www.mmatch.nl
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> On Behalf Of Ernst Bunders
> Sent: Wednesday, February 18, 2004 2:43 PM
> To: '[EMAIL PROTECTED]'
> Subject: wizard question
>
>
> 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
>
>