I am trying to create a "File Name" field which basically consist of the File ID & the Name field together.
Based on the Property extensions it only use "Address" and the Name field is Read Only mode but it read the "Street Name" & "City" and populate that date. I have a look at the Formula (also Options and Default value) but none of that there. So I'm don't know how I can do this.
Basically want something like this but for any field I want.
First Name: John
Last Name: Smith
AddressCity: City1
Combine Field (read only): John Smith - City1
Currently EspoCRM already do these combine field such as Full Address, Full Name, etc. But all these code is hard coded. There is no visible setting shown when you use Entity Manager so it hard to replicate.
Based on the Property extensions it only use "Address" and the Name field is Read Only mode but it read the "Street Name" & "City" and populate that date. I have a look at the Formula (also Options and Default value) but none of that there. So I'm don't know how I can do this.
Basically want something like this but for any field I want.
First Name: John
Last Name: Smith
AddressCity: City1
Combine Field (read only): John Smith - City1
Currently EspoCRM already do these combine field such as Full Address, Full Name, etc. But all these code is hard coded. There is no visible setting shown when you use Entity Manager so it hard to replicate.
Comment