This commit is contained in:
@@ -792,6 +792,7 @@ namespace AyaNova.PlugIn.V8
|
|||||||
//Form data like the bizobject type and id
|
//Form data like the bizobject type and id
|
||||||
formDataContent.Add(new StringContent(util.RootObjectToAyaType(tid.RootObjectType).ToString()), name: "AttachToObjectType");
|
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(Map[tid.ID].ToString()), name: "AttachToObjectId");
|
||||||
|
formDataContent.Add(new StringContent(ImportTag), name: "Notes");
|
||||||
//or if testing non-existant this is probably safe: long.MaxValue
|
//or if testing non-existant this is probably safe: long.MaxValue
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user