English 中文(简体)
SugarCRM - how to customize user management tools?
原标题:
  • 时间:2010-03-22 18:43:58
  •  标签:
  • sugarcrm

I m new to using SugarCRM. I want to have a users page that does the following:

  1. Allow a user to create sub-users, and each sub-user can then create additional sub users
  2. Display users in an expandable and collapse-able hierarchical tree structure
  3. Add more attributes to each user
  4. Any newly created user should be able to login to SugarCRM using sugar s existing authentication.

Does anyone know how to do this? Or if they can recommend tutorials/resources for me to study?

最佳回答

John, you will need a one to many relationship based on a custom module. One user can create a sub user.

So begin by defininig that module and relationship inside of SugarCRM studio. Once this is defined if you try to throw a subpanel on the Users module you will notice an add / delete / edit button, allowing you to add / delete sub users.

To add more attributes to your user you simply go into studio, select that module and add _c (custom fields) to the corresponding table. You can add custom text, int, long, float, varchar, etc fields.

问题回答

暂无回答




相关问题
SugarCRM - how to make users see only child users?

I want to change the behaviour of Sugar CRM community version. Here s what sugar currently does: Admin logs into Sugar Admin clicks on Admin tab Admin creates a new user named George with admin ...

SugarCRM - how to customize user management tools?

I m new to using SugarCRM. I want to have a users page that does the following: Allow a user to create sub-users, and each sub-user can then create additional sub users Display users in an expandable ...

Sugar CRM integration with Java - How to add relationship

I m trying to integrate Sugar CRM with one of my projects. I m using Apache Axis as my SOAP client. I ve created the Sugar CRM client Stub classes using Apache Axis. I m able to login and add Leads, ...

Sugar CRM Integration Using Java and Apache Axis

I m trying to integrate Sugar CRM with one of my projects. I m using Apache Axis as my SOAP client. I got the initial setup from this blog. Using this tutorial I m able to login, fetch and insert ...

糖果关系管理系统中的网络潜在客户表单

由于在SugarCRM中生成的网页引导表单具有与创建者用户ID相同的assigned_user_id,因此系统不发送任何邮件通知。 如何强制SugarCRM发送邮件通知...

SugarCRM - How to set the default homepage for all users

I am using SugarCRM Version 5.2.0k (Build 5837). I would like to be able to set a default home page (with dashlets I ve created myself) that will be the same for all users, can anyone advice on best ...

Sugar CRM Soap call not working properly

I have sugar crm instance and i was trying to get some data from it using soap service. Below is the code which i am using for it. When i run the same code , sometimes it is returning correct data, ...

热门标签