- April 07, 2022
- In Dynamics 365, Dynamics 365 Sales, Dynamics 365 Web Api
- One Response
Create Notes record with Attachment for Contact Entity
var note = {}; note.subject = "Notes Subject"; note.notetext = "Notes Text"; note.filename = "FileName.txt"; note.documentbody = "Base64String"; note["objectid_contact@odata.bind"] = "/contacts(00000000-0000-0000-000000000000)"; Xrm.WebApi.createRecord("annotation", note).then( function success(result) { alert("Success"); }, function(error) { alert(error.message); });
Note:-
for e.g. objectid_account@odata.bind
Let started with our D365 Quickstart package and get onboard within 7 days!
I'M INTERESTED!
[…] Create Notes with Attachment using Web API in Dynamics 365 – Nebulaa IT Solutions, […]