Announcements
No record found.
Hi,
I want to update existing Notes attachment field with external url .can you please tell how to do that.
Regards
Sam
*This post is locked for comments
Hi Samb, to clarify do you want the attachment file to be an external Url? or do you want to add a custom Url field to the notes entity? Neither of these actions are supported, Maybe you should create a Custom Activity instead to store your external URLs?
Does this answer your question, Kindly Verify?
Best Wishes, Raz
I am getting binnary content of file from external webservice and that content i need to convert in file format and show in notes section.
First retrieve the note by Id using service.retrieve("annotation", guid noteId, columnset(true)
Then create another note entity to update
Annotation noteToUpdate=new Annotation();
or Entity noteToUpdate=new Entity("annotation");
noteToUpdate.Id=Id of the retrieved note.
noteToUpdate.FileName = "ExampleAnnotationAttachment.txt",
noteToUpdate.DocumentBody = Convert.ToBase64String(
new UnicodeEncoding().GetBytes("Sample Annotation Text")),
MimeType = "text/plain"
Please refer to this link msdn.microsoft.com/.../gg328429.aspx
Did you manage to get this to work?
I'm working with the same issue, where I need to update the note to an url with a reference to the document after I have exported it to SharePoint.
Regards,
Henrik
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.