web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

XRM Service Toolkit for Partylist field

(0) ShareShare
ReportReport
Posted on by 3,634

I'm using xrm service toolkit to set the party field value. here is what I'm doing:

var partlist = new Array();

partlist[indxAttendees] = new Object();

for (var indxAttendees = 0; indxAttendees < respondent.length; indxAttendees++) {
        partlist[indxAttendees].id = respondent[indxAttendees].id;
        partlist[indxAttendees].name = respondent[indxAttendees].name;
        partlist[indxAttendees].typename = 'contact';

        createPhCall.attributes["to"] = partlist;

}

But I could not figure it out. I need the help in this regard.


*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Royal King Profile Picture
    27,686 on at

    you have to pass entity collection has value for party list

    Check the below code to set "to" in an email record

     var to = [

                     { id: accountId, logicalName: "account", type: "EntityReference" },

                     { id: contactId, logicalName: "contact", type: "EntityReference" }

                   ];

                   createEmail.attributes["to"] = { value: to, type: "EntityCollection" };

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.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the April Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans