I'm trying to create tag-like category field for my contacts in SugarCRM. I've read through some docs, created a module and connected it with my contacts as 1 to N relation. The problem is, that Edit Form allows to choose only one category, but then you can add as many as you want in Contact View. But when you search, it only finds contact that have category set in edit form, but does not pay attention to other categories set in list.
我正在尝试为SugarCRM中的联系人创建类似标签的类别字段。我已经阅读了一些文档,创建了一个模块并将其与我的联系人连接为1到N关系。问题是,编辑表单只允许选择一个类别,但随后您可以在联系人视图中添加任意数量的类别。但是当您搜索时,它只会找到以编辑形式设置类别的联系人,但不会关注列表中设置的其他类别。
What is the correct way to create 1 to N relation so all of the items would be used in search results?
创建1到N关系的正确方法是什么,以便在搜索结果中使用所有项目?
thanks in advance, Michael
迈克尔,提前谢谢
1 个解决方案
#1
1
You should be able to use a MultiSelect field for the tagging and it pick up correctly during searches.
您应该能够使用MultiSelect字段进行标记,并在搜索过程中正确选取。
#1
1
You should be able to use a MultiSelect field for the tagging and it pick up correctly during searches.
您应该能够使用MultiSelect字段进行标记,并在搜索过程中正确选取。