sugarcrm

SugarCRM - Database Failure - Row Size Too Large?

狂风中的少年 提交于 2021-02-10 12:28:08
问题 I've been building a custom module for sugarCRM and i'm running into some issue's, when installing the module i'm met with 'Database failure. Please refer to sugarcrm.log for details.' Upon checking the log file, i can find the error is this: "MySQL error 1118: Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. You have to change some columns to TEXT or BLOBs 01/03/14" Whilst my module does have alot of fields, is there anyway i could get around

Populating a field when choosing a relate field _ suite crm

这一生的挚爱 提交于 2021-02-08 08:06:02
问题 i'm using suite crm 7.7.5 when i create an opportunity and i choose an account from a relate field, i want a field (country) to be auto populated with the value of the country of the account chosen. for this, i tried to add the code $dictionary['Opportunity']['fields']['country_c']['populate_list']= array('id','name','country_c'); $dictionary['Opportunity']['fields']['country_c']['field_list'] = array('account_id_c','account_name','country_c'); in the file \custom\Extension\modules

SugarCRM

荒凉一梦 提交于 2020-03-25 15:15:14
3 月,跳不动了?>>> 1.修改custom\modules\Contacts\metadata\editviewdefs.php文件,,如果没有这个文件,可以在工作室修改一下页面,保存后sugar就会自动生成了( 注意,下面那个hiddeCalendar是用于隐藏日期控件按钮的,与本文无关。) 2.清空cache\ jsLanguage, cache\ modules, cache\ smarty,中的文件,或者执行系统自带的Quick Repair and Rebuild功能 3.刷新页面即可 更多问题请访问: 索孚方科官方网站-SugarCRM官方合作伙伴 http://www.srforce.cn SugarCRM中文官网网站 http://www.sugarcrmcn.cn/ 来源: oschina 链接: https://my.oschina.net/u/812929/blog/267336

SugarCRM

杀马特。学长 韩版系。学妹 提交于 2020-03-25 15:03:34
3 月,跳不动了?>>> 1.与关系字段类似,除了readonly外,还要隐藏后面的日期按钮 2.修改custom\modules\Contacts\metadata\editviewdefs.php文件,,如果没有这个文件,可以在工作室修改一下页面,保存后sugar就会自动生成了 3.清空cache\ jsLanguage, cache\ modules, cache\ smarty,中的文件,或者执行系统自带的Quick Repair and Rebuild功能, 刷新页面即可 更多咨询请访问: 索孚方科官方网站-SugarCRM官方合作伙伴 http://www.srforce.cn SugarCRM中文官网网站 http://www.sugarcrmcn.cn/ 来源: oschina 链接: https://my.oschina.net/u/812929/blog/267654

SugarCRM

ぐ巨炮叔叔 提交于 2020-03-25 15:01:37
3 月,跳不动了?>>> 1.关系字段隐藏除了需要加上readonly以外,还需要将后面的按钮隐藏 2.修改custom\modules\Contacts\metadata\editviewdefs.php文件,,如果没有这个文件,可以在工作室修改一下页面,保存后sugar就会自动生成了 3.清空cache\ jsLanguage, cache\ modules, cache\ smarty,中的文件,或者执行系统自带的Quick Repair and Rebuild功能, 刷新页面即可 更多资讯请访问: 索孚方科官方网站-SugarCRM官方合作伙伴 http://www.srforce.cn SugarCRM中文官网网站 http://www.sugarcrmcn.cn/ 来源: oschina 链接: https://my.oschina.net/u/812929/blog/268319

SugarCRM

跟風遠走 提交于 2020-03-25 15:01:22
3 月,跳不动了?>>> 1.修改custom\modules\Contacts\metadata\editviewdefs.php文件,,如果没有这个文件,可以在工作室修改一下页面,保存后sugar就会自动生成了 注意,id和name也需要传递过来,否则页面上的account就没有值了 2.清空cache\ jsLanguage, cache\ modules, cache\ smarty,中的文件,或者执行系统自带的Quick Repair and Rebuild功能. 3.刷新页面即可 更多资讯请访问: 索孚方科官方网站-SugarCRM官方合作伙伴 http://www.srforce.cn SugarCRM中文官网网站 http://www.sugarcrmcn.cn/ 来源: oschina 链接: https://my.oschina.net/u/812929/blog/270735

SugarCRM

谁说胖子不能爱 提交于 2020-03-25 14:52:53
3 月,跳不动了?>>> SugarCRM - 如何让Contact页面的性别字段变为readonly 1.修改custom\modules\Contacts\metadata\editviewdefs.php文件,,如果没有这个文件,可以在工作室修改一下页面,保存后sugar就会自动生成了 2.清空cache\ jsLanguage, cache\ modules, cache\ smarty,中的文件 3.刷新页面即可 来源: oschina 链接: https://my.oschina.net/u/812929/blog/265104

SugarCRM

一世执手 提交于 2020-03-25 14:52:36
3 月,跳不动了?>>> 修改custom\modules\Contacts\metadata\editviewdefs.php文件,,如果没有这个文件,可以在工作室修改一下页面,保存后sugar就会自动生成了 清空cache\ jsLanguage, cache\ modules, cache\ smarty,中的文件 刷新页面即可 更多问题请访问: 索孚方科官方网站-SugarCRM官方合作伙伴 http://www.srforce.cn SugarCRM中文官网网站 http://www.sugarcrmcn.cn/ 来源: oschina 链接: https://my.oschina.net/u/812929/blog/266737

SugarCRM

烂漫一生 提交于 2020-03-25 14:52:23
3 月,跳不动了?>>> 如何在Contact页面,在手写account名字出现的下拉菜单中选择了account之后,将关系字段字段Account的字段的值传递过来,存入contact 1.修改custom\modules\Contacts\metadata\editviewdefs.php文件,,如果没有这个文件,可以在工作室修改一下页面,保存后sugar就会自动生成了 2.清空cache\ jsLanguage, cache\ modules, cache\ smarty,中的文件,或者执行系统自带的Quick Repair and Rebuild功能 3.刷新页面即可 更多资讯请访问: 索孚方科官方网站-SugarCRM官方合作伙伴 http://www.srforce.cn SugarCRM中文官网网站 http://www.sugarcrmcn.cn/ 来源: oschina 链接: https://my.oschina.net/u/812929/blog/270741

SugarCRM

守給你的承諾、 提交于 2020-03-25 14:36:45
3 月,跳不动了?>>> 如何让Contact页面的字段变为required 1. 修改custom\modules\Contacts\metadata\editviewdefs.php文件,,如果没有这个文件,可以在工作室修改一下页面,保存后sugar就会自动生成了 2. 清空cache\ jsLanguage, cache\ modules, cache\ smarty,中的文件 刷新页面即可 更多问题请访问: 索孚方科官方网站-SugarCRM官方合作伙伴 http://www.srforce.cn SugarCRM中文官网网站 http://www.sugarcrmcn.cn/ 来源: oschina 链接: https://my.oschina.net/u/812929/blog/222082