Adding an annotation into MS CRM using Console Application

Hi, today we in this post we are going to check how to create "annotation" (attachment) record in MS CRM.

Adding an annotation with Regarding Object ( in this case we specify the entity name and entity record GUID to which we are attaching this annotation)


In this example, we are attaching the Annotation to the Account entity record.



Adding an annotation without Regarding Object ( in this case we won't specify entity name and entity record GUID)

public static void AttachNotes(IOrganizationService _service)

1 comment: