Results 1 to 5 of 5

Thread: reassign records- please help. version: 4.2.0d

  1. #1
    mrgautham is offline Junior Member
    Join Date
    Jun 2008
    Posts
    3

    Exclamation reassign records- please help. version: 4.2.0d

    Hello Sugar Gurus:

    I am new to SugarCRM. Can anyone please tell me how to reassign records of one user to the other. We have a scenerio where 3 users got terminated and I need to reassign their records to someone else's.

    Please assist.

    Thanks,
    Gautham.

  2. #2
    Angel's Avatar
    Angel is offline Sugar Community Member
    Join Date
    Jul 2005
    Location
    Los Angeles
    Posts
    4,813

    Default Re: reassign records- please help. version: 4.2.0d

    Login as admin and access the list view that corresponds with the module containing the records you wish to reassign.

    Use the search feature to locate the records assigned to the terminated employees, then use the mass update feature to assign a new user to those records.
    Regards,

    Angel Magaņa
    Co-Author: Implementing SugarCRM 5.x (Packt Publishing -- Sept. 2010)
    Blog: http://cheleguanaco.blogspot.com.
    Twitter: @cheleguanaco.

    ________
    | Projects: |_____________________________________
    |
    | CandyWrapper (.NET Wrapper for SugarCRM SOAP API). Source now available on GitHub!
    | GoldMine to SugarCRM Express Conversion. Latest: 1.0.1.7 (Nov. 3, 2009)
    | CRM SkyDialer (Skype Integration). Latest: 1.0.2 (Feb. 17, 2010)
    | Round Robin Leads Assignment
    | Phone Number Formatter
    | CaseTwit (Twitter Integration)
    ______________________________________________

  3. #3
    mrgautham is offline Junior Member
    Join Date
    Jun 2008
    Posts
    3

    Default Re: reassign records- please help. version: 4.2.0d

    I really appreicate your reply.

    What if I need to assign everything(all modules' records) instead of doing module by module?

    Also Angel, Could you please send me scrennshots, if you have any?

    Much Appreciated,
    Gautham.

  4. #4
    Angel's Avatar
    Angel is offline Sugar Community Member
    Join Date
    Jul 2005
    Location
    Los Angeles
    Posts
    4,813

    Default Re: reassign records- please help. version: 4.2.0d

    If you need to every possible table, then it would be best to do it via the backend using SQL.

    You could use a statement like this to do it:

    Code:
    UPDATE accounts SET assigned_user_id = '<new_user_id>' WHERE assigned_user_id = '<old_user_id>'
    You would then need to repeat that process for any other terminated user and tables, i.e. projects, contacts, etc.
    Regards,

    Angel Magaņa
    Co-Author: Implementing SugarCRM 5.x (Packt Publishing -- Sept. 2010)
    Blog: http://cheleguanaco.blogspot.com.
    Twitter: @cheleguanaco.

    ________
    | Projects: |_____________________________________
    |
    | CandyWrapper (.NET Wrapper for SugarCRM SOAP API). Source now available on GitHub!
    | GoldMine to SugarCRM Express Conversion. Latest: 1.0.1.7 (Nov. 3, 2009)
    | CRM SkyDialer (Skype Integration). Latest: 1.0.2 (Feb. 17, 2010)
    | Round Robin Leads Assignment
    | Phone Number Formatter
    | CaseTwit (Twitter Integration)
    ______________________________________________

  5. #5
    mrgautham is offline Junior Member
    Join Date
    Jun 2008
    Posts
    3

    Smile Re: reassign records- please help. version: 4.2.0d

    I got it man...Thanks I would do it on the portal itself.

    I will let you know if I get stuck anywhere.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 0
    Last Post: 2006-08-29, 06:06 AM
  2. Version 4.2.0d Upgrade
    By cybermed in forum Help
    Replies: 0
    Last Post: 2006-08-02, 04:40 AM
  3. Replies: 0
    Last Post: 2005-10-18, 11:10 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •