From c518bd6a5d9baf42d7efa359a31e748fbb4a284c Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 22 Jun 2021 22:38:39 +0000 Subject: [PATCH] --- source/Plugins/AyaNova.Plugin.V8/V8.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/Plugins/AyaNova.Plugin.V8/V8.cs b/source/Plugins/AyaNova.Plugin.V8/V8.cs index 3c49445..8d1044a 100644 --- a/source/Plugins/AyaNova.Plugin.V8/V8.cs +++ b/source/Plugins/AyaNova.Plugin.V8/V8.cs @@ -2249,6 +2249,8 @@ namespace AyaNova.PlugIn.V8 var ObjectTypeName = "Workorder"; var RavenRouteName = "workorders"; + todo: signatures. Ideally export to svg images for display from path data if doable here otherwise let v8 handle it and just put the path in the sig text fields + //TODO: this in the workorder Items loop //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");