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");