This is an old revision of the document!
Customization
To add new customer fields, we can go to Customer → Customization to add or edit customer information
In this page, we can customize individual or organization main table, or individual customer package
Add
FAQ: I have a package A, now I want to add a new field “level” into it, and I want system create this field for all new packages, in this case, we need to create two customization
1st, we select package A, add a “level” field
2nd, we don't select any package, add a “level” field, so all new packages have this field
integer: integer number
text: for memo
datetime: year, month, day, hour, minute and second
Identity: need to be unique in the package and english letters only, will be used as column name for database
Display As: what we will see
How to use relate field
relate类型字段如何使用?假设我们需要做一个省市区关联选择字段,即选择省份后,城市字段中列出该省的城市,选择城市后,区县字段列出该市的区县。
第一步设置字段名称,把三个字段英文名连续写到字段名称中,用逗号分割,结尾无逗号,如图
第二步设置字段多语言,对应字段名称填写其中文含义,同样连续写到字段多语言中,用逗号分割,结尾无逗号,如图
第三步设置select选项,首先确认选项输入方式。
通过textarea填写,适合少量数据直接在系统页面编写保存。要求连续书写,对应字段名称的格式,每组以分号”;”结束。同组字段间以逗号”,”分割。如左图书写方式。
通过txt文件上传,适合大量数据编写保存。可以按textarea方式编写文件内容,也可每组换行书写(推荐,此方式便于编辑)。
注意:文章中所提到的分割符,均为英文半角分割符号(‘,’和’;’)。
Edit
If you didn't select any customer package when you created, you are not allowed to change this
If you select customer packages, when you edit, you are only allowed to add more customer package, and you are not allowed to de-select