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
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
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.
Use a MySQL admin utility such as phpMyAdmin or SQLYog and connect to the Sugar database.Originally Posted by aaaa1es2000
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)
______________________________________________
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks