diff --git a/CIM Move Controller and Device Data to PrintVis/Apps/PTE CIM Upgrade Temp Tables - 1 - Tables/PrintVis AS_PTE CIM 1 - upg temp tables_1.0.0.12.app b/CIM Move Controller and Device Data to PrintVis/Apps/PTE CIM Upgrade Temp Tables - 1 - Tables/PrintVis AS_PTE CIM 1 - upg temp tables_1.0.0.12.app deleted file mode 100644 index 6c07301..0000000 Binary files a/CIM Move Controller and Device Data to PrintVis/Apps/PTE CIM Upgrade Temp Tables - 1 - Tables/PrintVis AS_PTE CIM 1 - upg temp tables_1.0.0.12.app and /dev/null differ diff --git a/CIM Move Controller and Device Data to PrintVis/Apps/PTE CIM Upgrade Temp Tables - 1 - Tables/PrintVis AS_PTE CIM 1 - upg temp tables_1.0.0.14.app b/CIM Move Controller and Device Data to PrintVis/Apps/PTE CIM Upgrade Temp Tables - 1 - Tables/PrintVis AS_PTE CIM 1 - upg temp tables_1.0.0.14.app new file mode 100644 index 0000000..9560cd5 Binary files /dev/null and b/CIM Move Controller and Device Data to PrintVis/Apps/PTE CIM Upgrade Temp Tables - 1 - Tables/PrintVis AS_PTE CIM 1 - upg temp tables_1.0.0.14.app differ diff --git a/CIM Move Controller and Device Data to PrintVis/Apps/PTE CIM Upgrade Temp Tables - 1 - Tables/UpgradeObjects/Enum61000.EKC.CIMControllerTypes.al b/CIM Move Controller and Device Data to PrintVis/Apps/PTE CIM Upgrade Temp Tables - 1 - Tables/UpgradeObjects/Enum61000.EKC.CIMControllerTypes.al new file mode 100644 index 0000000..a8adf8a --- /dev/null +++ b/CIM Move Controller and Device Data to PrintVis/Apps/PTE CIM Upgrade Temp Tables - 1 - Tables/UpgradeObjects/Enum61000.EKC.CIMControllerTypes.al @@ -0,0 +1,47 @@ +enum 80265 "EKC CIM Controller Types" +{ + Extensible = true; + + value(0; "Prinergy") + { + Caption = 'KODAK Prinergy'; + } + value(1; "PM900") + { + Caption = 'KODAK 900 Print Manager'; + } + /* + value(2; "NXP") + { + Caption = 'KODAK NexFinity'; + } + */ + /* + value(3; "XPO") + { + Caption = 'KODAK XPO'; + } + */ + /* + value(4; "KPC") + { + Caption = 'KODAK Print Console'; + } + */ + value(10; "Moxa") + { + Caption = 'Moxa'; + } + value(20; "Apogee") + { + Caption = 'AGFA Apogee'; + } + value(30; "Prinect") + { + Caption = 'Heidelberg Prinect'; + } + value(40; "Esko") + { + Caption = 'Esko'; + } +} diff --git a/CIM Move Controller and Device Data to PrintVis/Apps/PTE CIM Upgrade Temp Tables - 1 - Tables/UpgradeObjects/PTECIM1UpgradeTempTablesController.table.al b/CIM Move Controller and Device Data to PrintVis/Apps/PTE CIM Upgrade Temp Tables - 1 - Tables/UpgradeObjects/PTECIM1UpgradeTempTablesController.table.al index b253ad5..8d45d6b 100644 --- a/CIM Move Controller and Device Data to PrintVis/Apps/PTE CIM Upgrade Temp Tables - 1 - Tables/UpgradeObjects/PTECIM1UpgradeTempTablesController.table.al +++ b/CIM Move Controller and Device Data to PrintVis/Apps/PTE CIM Upgrade Temp Tables - 1 - Tables/UpgradeObjects/PTECIM1UpgradeTempTablesController.table.al @@ -368,36 +368,56 @@ Table 80264 "PTE CIM 1 Upg. TT. Controller" DataClassification = CustomerContent; Caption = 'Notification Subscription ID'; } - field(61000; PrinergyJobGroupCreate; Boolean) + field(61009; "EKC PrinergyJobGroupCreate"; Boolean) { Caption = 'Create Prinergy Job Groups'; DataClassification = ToBeClassified; } - field(61001; PrinergyJobGroupSetup; Text[1024]) + field(61010; "EKC PrinergyJobGroupSetup"; Text[1024]) { Caption = 'Prinergy Job Group Structure'; DataClassification = ToBeClassified; } - field(61002; PrinergyAPARootPath; Text[1024]) + field(61011; "EKC PrinergyAPARootPath"; Text[1024]) { Caption = 'Root path for APA file'; DataClassification = ToBeClassified; } - field(61003; PrinergyWebEnableOverride; Boolean) + field(61012; "EKC PrinergyWebEnableOverride"; Boolean) { Caption = 'Allow Web Enable Override'; DataClassification = ToBeClassified; } - field(61004; PrinergyJobTemplateOverride; Boolean) + field(61013; "EKC PrinergyJobTplOverride"; Boolean) { Caption = 'Allow Job Template Override'; DataClassification = ToBeClassified; } - field(61005; PrinergyJobVolumeOverride; Boolean) + field(61014; "EKC PrinergyJobVolumeOverride"; Boolean) { Caption = 'Allow Job Volume Override'; DataClassification = ToBeClassified; } + field(61015; "EKC WorkflowPartnerType"; Enum "EKC CIM Controller Types") + { + Caption = 'CIM Controller Type'; + DataClassification = ToBeClassified; + } + field(61016; "EKC Prinergy JMF Support"; Boolean) + { + Caption = 'Enable Prinergy JMF Support'; + DataClassification = ToBeClassified; + } + field(61017; "EKC Prinergy Export Location"; Text[2048]) + { + Caption = 'Prinergy export location'; + DataClassification = ToBeClassified; + } + field(61018; "EKC Enable Item Ruleset"; Boolean) + { + Caption = 'Enable Item Ruleset'; + DataClassification = ToBeClassified; + } } keys diff --git a/CIM Move Controller and Device Data to PrintVis/Apps/PTE CIM Upgrade Temp Tables - 1 - Tables/app.json b/CIM Move Controller and Device Data to PrintVis/Apps/PTE CIM Upgrade Temp Tables - 1 - Tables/app.json index 31ee51e..ececc69 100644 --- a/CIM Move Controller and Device Data to PrintVis/Apps/PTE CIM Upgrade Temp Tables - 1 - Tables/app.json +++ b/CIM Move Controller and Device Data to PrintVis/Apps/PTE CIM Upgrade Temp Tables - 1 - Tables/app.json @@ -2,7 +2,7 @@ "id": "c5fe08f2-b97e-43e8-adc1-2ee2cda7ee68", "name": "PTE CIM 1 - upg temp tables", "publisher": "PrintVis A/S", - "version": "1.0.0.12", + "version": "1.0.0.14", "brief": "", "description": "", "privacyStatement": "", @@ -19,8 +19,8 @@ } ], "screenshots": [], - "platform": "1.0.0.0", - "application": "24.0.0.0", + "platform": "25.0.0.0", + "application": "25.0.0.0", "idRanges": [ { "from": 80263, diff --git a/CIM Move Controller and Device Data to PrintVis/Apps/PTE CIM Upgrade Temp Tables - 3 - Data into PrintVis/app.json b/CIM Move Controller and Device Data to PrintVis/Apps/PTE CIM Upgrade Temp Tables - 3 - Data into PrintVis/app.json index cd600ef..143a9e3 100644 --- a/CIM Move Controller and Device Data to PrintVis/Apps/PTE CIM Upgrade Temp Tables - 3 - Data into PrintVis/app.json +++ b/CIM Move Controller and Device Data to PrintVis/Apps/PTE CIM Upgrade Temp Tables - 3 - Data into PrintVis/app.json @@ -2,7 +2,7 @@ "id": "94f222b0-63c2-429e-be8d-fad1f1a5dfb7", "name": "PTE CIM 3 - Move Data into PrintVis", "publisher": "PrintVis A/S", - "version": "1.0.0.3", + "version": "1.0.0.8", "brief": "", "description": "", "privacyStatement": "", @@ -14,8 +14,8 @@ { "id": "5452f323-059e-499a-9753-5d2c07eef904", "name": "PrintVis", - "publisher": "Novavision Software A/S", - "version": "26.1.1.0" + "publisher": "PrintVis A/S", + "version": "26.2.1.3" }, { "id": "c5fe08f2-b97e-43e8-adc1-2ee2cda7ee68", @@ -25,8 +25,8 @@ } ], "screenshots": [], - "platform": "1.0.0.0", - "application": "26.0.0.0", + "platform": "25.0.0.0", + "application": "25.0.0.0", "idRanges": [ { "from": 80270,