Category: vtiger crm

vtiger office plugin mail merge returning invalid return valude

This one puzzled me for a bit trying to fix this. Whenever you went into word trying to use the insert mail merge field facility of the vtiger office plugin it would return the invalid return value error The solution was simple. Download a newer v… more »

How to reset vtiger crm 5 password

you need to execute the following mysql statement to reset it to admin or adpexzg3FUZAk(sorry cant remember)update vtiger_users SET user_password = 'adpexzg3FUZAk', crypt_type='' WHERE id=1; more »