vtiger crm 删除默认字段(例如帐户>>创建时间)
是否可以删除、更改或重命名 vtiger crm 中的默认字段。一个例子是:帐户>>帐户名称或人员>>创建时间。
如何在字段上分配用户?我想将此配置复制到另一个字段。例如:人员>>处理程序。
关于产品>>列表视图页面 我想删除字段佣金率(%)、数量。库存和数量/单位。是否可以替换这些字段(佣金率>序列号)...
字段:帐号。可以手动定义此字段。由于事实上,我有自己的帐号。我想定义自己的帐号。 ACC1>例如SCP
谢谢!
Is it possible to delete, change or rename default fields in vtiger crm. An example would be: Accounts >> Account Name or Persons >> Created Time.
How is it possible to allocate users on fields. I want to copy this configuration to another field. e.g.: Persons >> Handler.
On the Products >> List View Page I want to delete the field Commission Rate (%), Qty. in Stock and Qty/Unit. Is it possible to replace these fields (Commission Rate > Serial No)...
The field: Account No. Can this field be defined manually. Due to the fact, that I have my own Account No. I want to define my own ones. ACC1 > e.g. SCP
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
首先我建议仔细阅读用户手册: http://wiki.vtiger.com/index .php/Vtiger521:User_Manual
以及开发人员的操作指南(位于此链接):http://wiki.vtiger.com/index.php/Developers_How_To%27s
在第二个链接上,您将找到有关如何重命名默认字段的问题的答案:http://wiki.vtiger.com/index.php/Developers_How_To%27s#How_to_change_default_field_names
在手册中,您将找到如何隐藏字段(您需要隐藏佣金率字段) : http://wiki.vtiger.com/index.php/vtiger510:UserManual_Administration_Tools_Module_Settings#Fields
在同一链接上,您将学习如何创建自定义字段(即为了存储您自己的帐户)不)。
最后,如果您需要自动更新某些字段,则必须寻找工作流程或事件。如果需要添加新模块,请搜索Vtlib API
First I suggest to read carefully the user manual: http://wiki.vtiger.com/index.php/Vtiger521:User_Manual
and the developers' howtos at this link: http://wiki.vtiger.com/index.php/Developers_How_To%27s
On the second link, you will find this answer to your question regarding how to rename default fields: http://wiki.vtiger.com/index.php/Developers_How_To%27s#How_to_change_default_field_names
In the manual, you will find how to hide fields (you need to hide the Commission Rate field): http://wiki.vtiger.com/index.php/vtiger510:UserManual_Administration_Tools_Module_Settings#Fields
On the same link you will learn how to create custom fields (i.e. in order to store your own Acct No).
Finally, if you need to update automatically some fields, you have to look for Workflows, or Events. If you need to add new modules, search for Vtlib API
您可以通过两种方式编辑字段名称:
转到 vtiger_fields 并编辑您的字段标签
转到模块的语言包并编辑该内容
You can edit field names in two ways:
go to vtiger_fields and edit you fieldlabel
go to language pack of the module and edit that
我尝试了上面的链接,但它们不再有效。
如果有人正在寻找隐藏它的方法:
我设法通过将我们想要隐藏的字段的 vtiger_field 表中的 displaytype 列更改为 0 来隐藏这些字段
I tried the links above and they are not valid anymore.
In case someone is looking for the way to hide it:
I managed to hide these fields by changing displaytype column in vtiger_field table of the field we want to hide to 0