Groups: Difference between revisions

From Sage CRM Knowledge Base
Created page with " Issue whereby groups do not appear in CRM - Seems specific to CRM 7.1c and beyond. Fix found on https://community.sagecrm.com/user_community/f/84/p/6218/17409.aspx#17409 SQL..."
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:


Issue whereby groups do not appear in CRM - Seems specific to CRM 7.1c and beyond.
Issue whereby groups do not appear in CRM - Seems specific to CRM 7.1c and beyond.
Fix found on
Fix found on
https://community.sagecrm.com/user_community/f/84/p/6218/17409.aspx#17409
https://community.sagecrm.com/user_community/f/84/p/6218/17409.aspx#17409


SQL to run on server
SQL to run on server
update custom_sysparams set parm_value = 'Y' where parm_name ='allowduprecs'
 
    update custom_sysparams set parm_value = 'Y' where parm_name ='allowduprecs'


Refresh Metadata and this has been seen to work
Refresh Metadata and this has been seen to work
----

Latest revision as of 14:11, 23 January 2012

Issue whereby groups do not appear in CRM - Seems specific to CRM 7.1c and beyond.

Fix found on

https://community.sagecrm.com/user_community/f/84/p/6218/17409.aspx#17409

SQL to run on server

   update custom_sysparams set parm_value = 'Y' where parm_name ='allowduprecs'

Refresh Metadata and this has been seen to work