From 567055faa99c9786958ad1ed8cf57091031e154a Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 4 May 2020 00:37:56 +0000 Subject: [PATCH] --- source/Plugins/AyaNova.Plugin.V8/V8.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/Plugins/AyaNova.Plugin.V8/V8.cs b/source/Plugins/AyaNova.Plugin.V8/V8.cs index f2dceec..0d1b201 100644 --- a/source/Plugins/AyaNova.Plugin.V8/V8.cs +++ b/source/Plugins/AyaNova.Plugin.V8/V8.cs @@ -1252,12 +1252,14 @@ namespace AyaNova.PlugIn.V8 private async System.Threading.Tasks.Task ExportServiceWorkorders(ProgressForm progress) { if (!progress.KeepGoing) return; + progress.Op("Start service workorder export"); + progress.SubOp(""); var ObjectTypeName = "Workorder"; var RavenObjectName = "WorkOrder"; //Step 1: export the CustomFields to FormCustom if applicable so that when doing individual items we can export their custom data too var ocf = ObjectHasCustomFieldDataToExport("WorkorderItem"); bool ShouldExportCustom = ocf != null; - var DateCustomFields = await ExportCustomFieldSchema(ocf, "WorkorderItem", "WorkorderItem"); + var DateCustomFields = await ExportCustomFieldSchema(ocf, "WorkorderItem", "WorkOrderItem"); //Step 2: export the objects WorkorderServiceList pl = WorkorderServiceList.GetList("");