This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:module_manual:customer:customization [2014/06/06 02:16] – solo | en:module_manual:customer:customization [2014/06/09 01:55] (current) – [Edit] solo | ||
|---|---|---|---|
| Line 21: | Line 21: | ||
| < | < | ||
| - | FAQ:之前已经有一个客户包A,我现在想给A增加一个”级别”字段 ,并希望以后每建立一个客户包时,都有”级别”字段。 | + | FAQ: I have a package |
| - | 这种情况,我们需要创建两条自定义字段数据。 | + | 1st, we select package |
| - | + | ||
| - | 第一条数据,先选择A所在的团队,再选择客户包A,为A增加一个”级别”字段。 | + | 2nd, we don't select any package, add a " |
| - | | + | |
| - | 第二条数据,先选择A所在的团队,不选择客户包,建立一个”级别”字段。这样告知系统,以后每建立一个客户包,都需要”级别”字段。 | + | |
| </ | </ | ||
| + | * Type | ||
| + | * Input: for shot information | ||
| + | * select: drop down menu | ||
| + | * Select Can Enter: When the type is select, besides select from drop down menu, if it's allowed to enter information | ||
| - | **表名称:** 控制此字段是给哪种类型的客户包使用(即个人类客户包或机构类客户包) | + | {{: |
| - | **字段类型:** 添加的自定义字段的类型,包括 input(输入框,适合输入短,简内容) 、select(下拉选择框,单选)、text(文本输入框,适合大量文字输入,例如备注,工作详情)、upload(用于文件,图片上传)、date(选择年月日)、datetime(选择年月日+时分)、 relate(用于关联性选择字段,省市区关联选择)七种类型的自定义字段 | + | |
| - | **字段名称:** 仅可填写英文,起到标识作用,此名字将放入数据库表结构。 | + | {{: |
| - | **字段多语言:** 字段的显示名称,用于客户资料字段显示,告知大家这个字段是干什么用的(譬如,电话号码,联系地址,国家..) | + | {{: |
| - | **select选项:** 当自定义字段类型为select时出现,用于设置选项,每个选项之间以逗号, | + | |
| + | | ||
| - | **select可输入:** 当自定义字段类型为select时出现,除了提供的默认选项外,是否允许坐席填写其它内容。 | + | {{: |
| - | **默认语种:** 字段名称要写到哪个多语言文件目录下。 | + | |
| - | input字段类型在页面显示效果为{{: | + | {{: |
| - | text字段类型在页面显示效果为{{:en: | + | * date: year, month and day |
| - | select字段类型在页面显示效果为{{: | + | {{: |
| - | 可输入select字段类型在页面显示效果为{{:en: | + | * datetime: year, month, day, hour, minute and second |
| - | upload字段类型在页面显示效果为{{: | + | {{: |
| - | date字段类型在页面显示效果为{{:en: | + | * relate: for country/ |
| - | datetime字段类型在页面显示效果为{{: | + | {{: |
| - | relate字段类型在页面显示效果为{{:en:module_manual: | + | * 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 | ||
| - | relate类型字段如何使用?假设我们需要做一个省市区关联选择字段,即选择省份后,城市字段中列出该省的城市,选择城市后,区县字段列出该市的区县。 | ||
| - | 第一步设置字段名称,把三个字段英文名连续写到字段名称中,用逗号分割,结尾无逗号,如图 | + | |
| + | |||
| + | |||
| + | ===== How to use relate field ===== | ||
| + | |||
| + | * Let's say you want to add relationship field for country, province and city | ||
| + | * first we need to put three fields name into Identity, separated with comma(,) | ||
| {{: | {{: | ||
| - | 第二步设置字段多语言,对应字段名称填写其中文含义,同样连续写到字段多语言中,用逗号分割,结尾无逗号,如图 | + | * put three Display As, separated with comma(,) |
| {{: | {{: | ||
| - | 第三步设置select选项,首先确认选项输入方式。 | + | * select |
| - | + | | |
| - | 通过textarea填写,适合少量数据直接在系统页面编写保存。要求连续书写,对应字段名称的格式,每组以分号”; | + | * upload: you can upload a txt file which include all information |
| {{: | {{: | ||
| - | |||
| - | 通过txt文件上传,适合大量数据编写保存。可以按textarea方式编写文件内容,也可每组换行书写(推荐,此方式便于编辑)。 | ||
| {{: | {{: | ||
| Line 82: | Line 89: | ||
| {{: | {{: | ||
| - | 注意:文章中所提到的分割符,均为英文半角分割符号(‘, | + | ===== Edit ===== |
| + | * Double click to open a customization record | ||
| + | {{: | ||
| + | * When the field is grey, means it's not editable | ||
| + | {{: | ||
| - | ===== 编辑 ===== | + | * 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 |
| - | {{: | + | {{: |
| - | 灰色字体是不允许修改的 | + | * When type is input or select, you can change it to select or input |
| - | {{: | + | ===== Display ===== |
| + | * For customer | ||
| - | 如果自定义字段创建时未选择客户包,那么编辑时将不允许修改客户包字段。 | + | {{: |
| - | 如果自定义字段创建时选了客户包,那么编辑时只允许再增加客户包(即给某个客户包也增加一个此字段),但是不允许将已选过的客户包取消(因为客户包中的字段可能已被入录数据,一旦删除,此字段存的数据就没了)。 | + | * For campaigns, you can go to Campaign -> Campaign, background field and agent field to change |
| - | + | ||
| - | {{: | + | |
| - | 字段类型为input或select,允许将其修改成select或input,如果由input修改成select,需要填写select选项。 | + | {{: |