diff --git a/source/Plugins/AyaNova.Plugin.V8/V8.cs b/source/Plugins/AyaNova.Plugin.V8/V8.cs index 1025511..f13a5fe 100644 --- a/source/Plugins/AyaNova.Plugin.V8/V8.cs +++ b/source/Plugins/AyaNova.Plugin.V8/V8.cs @@ -792,6 +792,7 @@ namespace AyaNova.PlugIn.V8 //Form data like the bizobject type and id formDataContent.Add(new StringContent(util.RootObjectToAyaType(tid.RootObjectType).ToString()), name: "AttachToObjectType"); formDataContent.Add(new StringContent(Map[tid.ID].ToString()), name: "AttachToObjectId"); + formDataContent.Add(new StringContent(ImportTag), name: "Notes"); //or if testing non-existant this is probably safe: long.MaxValue