How to set default value in configure dictionary?

sonita
Giga Guru

find_real_file.png

I want the value of Name be filled with the value of Task automatically. Do I have to set that in configure dictionary?

find_real_file.png

1 ACCEPTED SOLUTION

sneelapu
Tera Contributor

You can use dynamic default option as shown in attached image. If your default logic will not even solve by dynamic default option, then you need to go for Scripting.


find_real_file.png


View solution in original post

3 REPLIES 3

Raju Koyagura
Tera Guru

Write before/insert/update BR and get the task name then set it in name field.


Mike Allen
Mega Sage

To do it this way, I think you have to say:



javascript:current.task.name;



or something like that.   The javascript part is the key.


sneelapu
Tera Contributor

You can use dynamic default option as shown in attached image. If your default logic will not even solve by dynamic default option, then you need to go for Scripting.


find_real_file.png