only for Saas and customized projects
Task 165771: [QA]: Add property subscription to Installation
The license owner needs to have a subscription
CRM data will sync every 2/5 minutes with the platform through a web job.
CRM data --> Tables [SanaCommunityCustomers] --> [SanaCommunitySubscriptions]
we need to update is IsActive True to enable the scbscribe drop down
Update [dbo].[SanaCommunitySubscriptions] set IsActive =1 where [AccountId] = 'E1E75F2A-4DAD-E911-A85E-000D3AB0DA57'
for Live :- a single subscription can only have 1 installation of Hosting Level
for Beta - a single subscription can have many installations
To install new webstore you need to add data to [SanaCommunityCustomers] --> [SanaCommunitySubscriptions] and continue.