From f01ae69b0d9a47363f979b8e5197e3a083b85c0a Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 12 Aug 2021 17:25:20 +0000 Subject: [PATCH] --- source/Plugins/AyaNova.Plugin.V8/V8.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/Plugins/AyaNova.Plugin.V8/V8.cs b/source/Plugins/AyaNova.Plugin.V8/V8.cs index aa1de00..71ded00 100644 --- a/source/Plugins/AyaNova.Plugin.V8/V8.cs +++ b/source/Plugins/AyaNova.Plugin.V8/V8.cs @@ -265,11 +265,13 @@ namespace AyaNova.PlugIn.V8 private long ClosedWorkOrderStatus = 0; private long ServiceCompletedWorkOrderStatus = 0; + + //UNKNOWN / MISSING RECORD OBJECT STAND INs private long UnknownV7PartId = 0;//used when there is no part id on a workorderitempart record + /// - /// Dump the objects into a temporary directory as a series of JSON files - /// then zip it all up into a single archive file and then erase the temporary folder + /// export /// private async void DoExport() {