add crm 2011 support
This commit is contained in:
parent
14426b0216
commit
9a82cd5990
17 changed files with 170641 additions and 18 deletions
2
WebsitePanel/Database/update_db_crm2011.sql
Normal file
2
WebsitePanel/Database/update_db_crm2011.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
INSERT [dbo].[Providers] ([ProviderID], [GroupID], [ProviderName], [DisplayName], [ProviderType], [EditorControl], [DisableAutoDiscovery]) VALUES (1201, 21, N'CRM', N'Hosted MS CRM 2011', N'WebsitePanel.Providers.HostedSolution.CRMProvider2011, WebsitePanel.Providers.HostedSolution', N'CRM', NULL)
|
||||
GO
|
Loading…
Add table
Add a link
Reference in a new issue