Settings->Administration->Security Roles'den yeni bir "System Customizer" oluşturulacak, ister başka bir CRM sisteme bakarak haklarını verin, isterseniz System Administrator rolünü kopyalayın sonra güncelleyin.
- Şimdi CRM database'ine gidelim.
- RoleTemplateBase tablosunu açıp "System Customizer" RoleTemplateId değerini kenara yazalım.
- RoleBase tablosuna gidelim, Name'i "System Customizer" olan her satır için RoleTemplateId kolonuna o az önce kenara yazdıgımız guid değeri yapıştıralım.
Yinede basit bir query'e hayır demem.
SELECT [RoleTemplateId],[Name]
FROM [CET_MSCRM].[dbo].[RoleBase]
WHERE Name = 'System Customizer'
For English Press "2"
If you are reading this article, it means something is happened to your "System Customizer" role and your are saying that "Somebody should face with this issue before", don't worry: they are. Let me tell the solution:
Go to:
Settings->Administration->Security Roles. We'll create new security role which called by "System Customizer". For rigths, you can copy system administrator role and update, you can check from another CRM system or leave it empty.
- Go in to CRM Database.
- In the RoleTemplateBase table, copy the RoleTemplateId guid value for the "System Customizer".
- Go to the RoleBase table and paste that guid value into the RoleTemplateId column for each record that has the name "System Customizer".
I think I don't need to say , "be sure that you updated all necessary rows".
But a simple query will be useful.
SELECT [RoleTemplateId],[Name]
FROM [CET_MSCRM].[dbo].[RoleBase]
WHERE Name = 'System Customizer'