Title: Editwizard: default values for fields

Hi,

When creating a new object in the editwizards, you can specify default values for fields under <action type="create">
It seems (from the examples) that you can use "formula's"/variables in these fields and perform calculations (e.g. for filling in the pos field in a posrel relation).

Can someone point out what the possibilities are? (I find no documentation on this)

More specifically, I am trying to initialize a date to the current date + 1 month. Is this possible?
It could be something like:

<action type="create">
        <object type="CN_Webpagina">
                <field name="publ_end_date">{now + 31*24*3600}</field>
        </object>
</action>

Thanks a lot!

Bart

Reply via email to