This commit is contained in:
2021-08-09 20:17:28 +00:00
parent 1f76ee4ade
commit 3b40f54be2

View File

@@ -505,6 +505,7 @@ namespace AyaNova.PlugIn.V8
//***IMPORTANT: Also need to add translations for any new biz objects added that don't match exactly the name here in the key
//because enumlist gets it that way, i.e. "Global" would be the expected key
NoType = 0,
Global = 1,
//corebizobject
@@ -529,7 +530,7 @@ namespace AyaNova.PlugIn.V8
//corebizobject
LoanUnit = 16,
FileAttachment = 17,
DataListView = 18,
DataListSavedFilter = 18,
FormCustom = 19,
//corebizobject
Part = 20,
@@ -538,9 +539,9 @@ namespace AyaNova.PlugIn.V8
//corebizobject
PMItem = 22,
//corebizobject
PMTemplate = 23,
QuoteItemExpense = 23,
//corebizobject
PMTemplateItem = 24,
QuoteItemLabor = 24,
//corebizobject
Project = 25,
//corebizobject
@@ -550,9 +551,9 @@ namespace AyaNova.PlugIn.V8
//corebizobject
QuoteItem = 28,
//corebizobject
QuoteTemplate = 29,
QuoteItemLoan = 29,
//corebizobject
QuoteTemplateItem = 30,
QuoteItemPart = 30,
//corebizobject
Unit = 31,
//corebizobject
@@ -584,9 +585,9 @@ namespace AyaNova.PlugIn.V8
WorkOrderItemUnit = 44,
//---
//corebizobject
WorkOrderTemplate = 45,
QuoteItemScheduledUser = 45,
//corebizobject
WorkOrderTemplateItem = 46,
QuoteItemTask = 46,
GlobalOps = 47,//really only used for rights, not an object type of any kind
BizMetrics = 48,//deprecate? Not used for anything as of nov 2020
Backup = 49,
@@ -595,8 +596,9 @@ namespace AyaNova.PlugIn.V8
//corebizobject
Reminder = 52,
UnitMeterReading = 53,
//corebizobject
CustomerServiceRequest = 54,
ServiceBank = 55,
// ServiceBank = 55,
OpsNotificationSettings = 56,
Report = 57,
DashboardView = 58,
@@ -606,9 +608,50 @@ namespace AyaNova.PlugIn.V8
Memo = 60,
//corebizobject
Review = 61,
//corebizobject
ServiceRate = 62,
//corebizobject
TravelRate = 63,
TaxCode = 64
//corebizobject
TaxCode = 64,
//corebizobject
PartAssembly = 65,
//corebizobject
PartWarehouse = 66,
PartInventory = 67,
DataListColumnView = 68,
PartInventoryRestock = 69,//for list only, synthetic object
PartInventoryRequest = 70,//for list only not, synthetic object
WorkOrderStatus = 71,
TaskGroup = 72,
WorkOrderItemOutsideService = 73,
WorkOrderItemPriority = 74,
WorkOrderItemStatus = 75,
//corebizobject
QuoteItemTravel = 76,
//corebizobject
QuoteItemUnit = 77,
QuoteStatus = 78,
QuoteItemOutsideService = 79,
//corebizobject
PMItemExpense = 80,
//corebizobject
PMItemLabor = 81,
//corebizobject
PMItemLoan = 82,
//corebizobject
PMItemPart = 83,
//corebizobject
PMItemPartRequest = 84,
//corebizobject
PMItemScheduledUser = 85,
//corebizobject
PMItemTask = 86,
//corebizobject
PMItemTravel = 87,
//corebizobject
PMItemUnit = 88,
PMItemOutsideService = 89