Archive for October, 2006

Can Ajax compete against Apex?

SugarCRM 4.5 has plenty of Ajax goodies. Which is good as it helps in getting impatient sales folks in front of the screen. Besides that there is not much to talk about in the new release. Long time back somebody blasted Siebel for being too expensive for charging millions of dollars.
CRM is still considered a [...]

To change Admin password

If you forgot the Admin password to log in SugarCRM, don’t panic you can set new password for Admin through the database.
Run this SQL query to set new password for the Admin.
update users set user_hash = md5{’NewPassword’} where user_name = ‘admin’;
Change ‘NewPassword’ to the password that you want to set for the admin.

Send error in email

Most of the time while sending the email to more than one user/email address SugarCRM sends the same email many times to the same user or sometimes it does not send the email to the other users/email addresses.
I noticed that SugarCRM reads semicolon(;) to differentiate the email addresses instead of comma(,).
We may expect the fix [...]


OpenApp Media Network OpenApp Media Network

Various trademarks held by their respective owners.

Privacy Statement | Terms Of Service