Best practice forum (Archived)

该论坛讨论已删除

 
该论坛帖子已被删除
2013年01月14日 Monday 02:04
该论坛帖子的内容已被删除,无法再访问。
Craig Eves
Re: custom fields
Eves (Totara Support)Craig 发表于 2013年01月14日 Monday 16:45
小组 Totara

One idea that doesn't require creation of a new field type is to use multiple check boxes with each option as the field name.

This would allow the user to easily select more than one option and could be used to filter on (although a bit less flexible)

Craig

CogginsSimon
Re: custom fields
CogginsSimon 发表于 2013年01月14日 Monday 19:40
小组 Totara

A developer would need to write a new class for the new type of custom field.

For user profiles fields the current ones are in /user/profile/field/ or for totara hierarchy fields they are in /totara/customfield/field/.

There are a number of functions that need to be defined but it would be fairly straightforward for a developer to do it.

Simon