Being able to set the name of a task or project based form input would really help in enforcing naming conventions like so:
name.set( <year>, "-", <market>, "-", <project_name> )
Or perhaps even:
name.set( join("-", <year>, <market> , <project_name> )
1 Like
It would also be useful to have text functions available in formula fields.