Results 1 to 3 of 3

Thread: Mass update accounts, help please

  1. #1
    aaaa1es2000 is offline Sugar Community Member
    Join Date
    Jun 2006
    Posts
    97

    Default Mass update accounts, help please

    hi,
    i´m using Bitrock sugarcrm 4.5.1 in windows xp pro,

    in ACOUNTS, i have create a new "custom field" with this name "xxx" and i want to update all my accounts xxx whith a value yyy.

    how can i do that.

    tks a lot

  2. #2
    kenlyle is offline Sugar Community Member
    Join Date
    Nov 2004
    Posts
    168

    Default Re: Mass update accounts, help please

    If your database is MySQL running locally under Windows, one really simple way is to install the ODBC driver, and use Access to do your updates, custom reporting, exports, etc.

    Once you have the queries, you can also paste them into PHPMyAdmin to run them, with minor modifications.

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

    Default Re: Mass update accounts, help please

    Quote Originally Posted by aaaa1es2000
    hi,
    i´m using Bitrock sugarcrm 4.5.1 in windows xp pro,

    in ACOUNTS, i have create a new "custom field" with this name "xxx" and i want to update all my accounts xxx whith a value yyy.

    how can i do that.

    tks a lot
    Use a MySQL admin utility such as phpMyAdmin or SQLYog and connect to the Sugar database.

    Once connected, execute the following query, replacing "yourfield" with the actual name of your custom field:

    UPDATE accounts_cstm SET youfield_c = 'yyy';
    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)
    ______________________________________________

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. mass update question
    By tj@estreet.com in forum Help
    Replies: 2
    Last Post: 2006-11-01, 05:03 PM
  2. Replies: 1
    Last Post: 2006-09-11, 03:38 PM
  3. Mass Update won't work!
    By rsantiago in forum Help
    Replies: 6
    Last Post: 2006-08-18, 02:54 AM
  4. Mass Update
    By mbro in forum General Discussion
    Replies: 3
    Last Post: 2006-05-11, 05:48 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
  •