This commit is contained in:
2020-04-29 17:18:11 +00:00
parent dc06252325
commit df4a656749

View File

@@ -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