- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2016 08:24 AM
I want the value of Name be filled with the value of Task automatically. Do I have to set that in configure dictionary?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2017 05:16 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2016 09:05 AM
Write before/insert/update BR and get the task name then set it in name field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2016 09:29 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2017 05:16 AM