[Resolved] Dynamic title

Hi everyone,

My apologies for a question wich, I guess, is a noob question :)

I created a Document Type, with differents fields for creation layout. This document type extends Folder.

Can you tell me how I can dynamiquely generate the name of my document, from a specif field ?

For exemple, my folder name is “meeting” and one a the filed is a date. How can I automatiquely name my folder “meeting” + the choosen date ?

Thank you for your help.

0 votes

3 answers

1928 views

ANSWER



Thank you for all, I found what I looked for :)

0 votes



Ah yes, thank you :)

Can you tell me where I can find tutorials for Automation Chains, to learn how to use ?

0 votes




Hi, you can use an event handler catching the Document Created event and calling an automation chain that updates the title.

0 votes