This commit is contained in:
@@ -32,7 +32,7 @@ namespace Sockeye.Biz
|
||||
[CoreBizObject, ReportableBizObject, ImportableBizObject]
|
||||
Customer = 8,
|
||||
ServerJob = 9,
|
||||
|
||||
|
||||
ServerMetrics = 12,
|
||||
Translation = 13,
|
||||
UserOptions = 14,
|
||||
@@ -48,7 +48,7 @@ namespace Sockeye.Biz
|
||||
NotifySubscription = 51,
|
||||
[CoreBizObject, ReportableBizObject]
|
||||
Reminder = 52,
|
||||
|
||||
|
||||
OpsNotificationSettings = 56,
|
||||
Report = 57,
|
||||
DashboardView = 58,
|
||||
@@ -60,8 +60,16 @@ namespace Sockeye.Biz
|
||||
Review = 61,
|
||||
DataListColumnView = 68,
|
||||
CustomerNotifySubscription = 84,//proxy subs for customers
|
||||
Integration = 92 //3rd party or add-on integration data store
|
||||
|
||||
Integration = 92,//3rd party or add-on integration data store
|
||||
//------------ SOCKEYE NEW TYPES NOT IN AYANOVA ---------
|
||||
[CoreBizObject, ReportableBizObject]
|
||||
License = 93,
|
||||
[CoreBizObject, ReportableBizObject]
|
||||
TrialLicenseRequest = 94,
|
||||
[CoreBizObject, ReportableBizObject]
|
||||
SubscriptionServer = 95,
|
||||
[CoreBizObject, ReportableBizObject]
|
||||
Sale = 96
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user