Naming Series from two Custom Fields

Hi,
I want to generate naming series from two fields like, i’ve project_name and project_type
I’ve generated series from project name using field:project_name,
but now i want to generate the concatinated result of both of them like project_name+project_type.
I’ve tried many syntax but it is not accepting.
can anybody please give me the right syntax?

Hi @shahid

Try create another custom field ( as readable ) and fetch the two values in that, then use the third field to generate naming series.

1 Like

@sethu Good idea, Thanks. :slight_smile:
I am wondering why i haven’t think it before. :smile:

1 Like