diff --git a/source/Plugins/AyaNova.Plugin.V8/util.cs b/source/Plugins/AyaNova.Plugin.V8/util.cs index c3959d3..86877f5 100644 --- a/source/Plugins/AyaNova.Plugin.V8/util.cs +++ b/source/Plugins/AyaNova.Plugin.V8/util.cs @@ -415,86 +415,88 @@ 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, - // + // Widget = 2,//attachable, wikiable, reviewable - // + // User = 3,//attachable, wikiable, reviewable ServerState = 4, License = 5, LogFile = 6, PickListTemplate = 7, - // + // Customer = 8, ServerJob = 9, - // + // Contract = 10, TrialSeeder = 11, Metrics = 12, Translation = 13, UserOptions = 14, - // + // HeadOffice = 15, - // + // LoanUnit = 16, FileAttachment = 17, DataListView = 18, FormCustom = 19, - // + // Part = 20, - // + // PM = 21, - // + // PMItem = 22, - // + // PMTemplate = 23, - // + // PMTemplateItem = 24, - // + // Project = 25, - // + // PurchaseOrder = 26, - // + // Quote = 27, - // + // QuoteItem = 28, - // + // QuoteTemplate = 29, - // + // QuoteTemplateItem = 30, - // + // Unit = 31, - // + // UnitModel = 32, - // + // Vendor = 33, - // + //--- WorkOrder + // WorkOrder = 34, - // + // WorkOrderItem = 35, - // - WorkOrderItemLabor = 36, - // - WorkOrderItemPart = 37, - // - WorkOrderItemPartRequest = 38, - // - WorkOrderItemScheduledUser = 39, - // - WorkOrderItemExpense = 40, - // - WorkOrderItemTravel = 41, - // + // + WorkOrderItemExpense = 36, + // + WorkOrderItemLabor = 37, + // + WorkOrderItemLoan = 38, + // + WorkOrderItemPart = 39, + // + WorkOrderItemPartRequest = 40, + // + WorkOrderItemScheduledUser = 41, + // WorkOrderItemTask = 42, - // - WorkOrderItemLoan = 43, - // + // + WorkOrderItemTravel = 43, + // WorkOrderItemUnit = 44, - // + //--- + // WorkOrderTemplate = 45, - // + // WorkOrderTemplateItem = 46