Vtiger在帐户模块中添加搜索字段(Vtiger add search fields in accounts module)

编程入门 行业动态 更新时间:2024-10-27 21:11:14
Vtiger在帐户模块中添加搜索字段(Vtiger add search fields in accounts module)

我想通过添加新的搜索字段来自定义帐户的列表视图。 我编辑$ field_list和$ field_list_names,但UI中没有任何内容。

I want to customize the account's list view by adding a new search field. I edit $field_list and $field_list_names but nothing appears in the UI.

最满意答案

您可以创建一个新的过滤器( http://prntscr.com/emjxaz )并使用ListView中的Field列表设置默认值( http://prntscr.com/emjxng )。

还有另一种在默认过滤器中添加新字段的方法,但您必须了解vtiger结构。 您可以将此查询应用于所需的字段详细信息

INSERT INTO `vtiger_cvcolumnlist` (`cvid`, `columnindex`, `columnname`) VALUES ('1', '8', 'vtiger_leaddetails:firstname:firstname:Leads_First_Name:V');

我已经给Query查询在我的列表视图字段列表中添加名字。 您必须用您的字段替换字段名称。

You can create a new Filter (http://prntscr.com/emjxaz) and set a default(http://prntscr.com/emjxng) with your list of Field in ListView.

There is also an another way to add new field in Default Filter but you must have knowledge about vtiger structure. You can apply this query with your required field details

INSERT INTO `vtiger_cvcolumnlist` (`cvid`, `columnindex`, `columnname`) VALUES ('1', '8', 'vtiger_leaddetails:firstname:firstname:Leads_First_Name:V');

I have given Query to add First Name in My List view Field list. You have to replace field name with yours.

更多推荐

本文发布于:2023-07-05 06:50:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1034325.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:字段   帐户   模块   Vtiger   add

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!