Hi,
I need to create a phone call activity for the contact using user id and contact id i.e activity party as from - to. (I have used Organization Service)
Entity phoneCallEntity = new Entity("phonecall");
phoneCallEntity["subject"] = "Test Subject";
phoneCallEntity["description"] = "Testing";
In between here i am not sure with syntax to create an activity party and add to phonecallentity object.
activityId = resultService.Create(phoneCallEntity);
Please request to suggest me to achieve this.
*This post is locked for comments
I have the same question (0)