Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 SugarCRM 为一个政治组织创建会员数据库,但有一个需求我不知道如何处理。
该组织的每个成员都可以使用化名,在这种情况下,他们的真实全名以及其他一些字段是保密的,只能由管理员查看和编辑。
处理这个问题的最佳方法是什么?
我建议使用联系人模块中默认的 first_name、last_name 字段作为名称或化名。然后为真实的名字/姓氏创建几个自定义字段,这些字段仅在化名时使用。如果当前用户是管理员,您需要自定义 view.edit.php 和 view.detail.php (custom/modules/Contacts/views) 以显示真实姓名字段。