Skip to main content

Notifications

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,618

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

  • Suggested answer
    Royal King Profile Picture
    27,686 on at
    RE: XRM Service Toolkit for Partylist field

    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

Jainam Kothari – Community Spotlight

We are honored to recognize Jainam Kothari as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
Mohamed Amine Mahmoudi Profile Picture

Mohamed Amine Mahmoudi 83 Super User 2025 Season 1

#2
Community Member Profile Picture

Community Member 54

#3
dkrishna Profile Picture

dkrishna 6

Featured topics

Product updates

Dynamics 365 release plans