Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics CRM forum
Unanswered

Dynamic collection in Xrm.WebApi.online.execute method

Posted on by 20

Hi, I'm trying to add contacts to a marketing list using javascript, but I can get the collection/array right.

So this works fine,

var parameters = {
List: {
listid: listGUID,
"@odata.type": "Microsoft.Dynamics.CRM.list"
},
Members: [{
contactid: "3e132973-47b4-eb11-8236-00224814b6e3",
"@odata.type": "Microsoft.Dynamics.CRM.contact"
}]
};

But I want the members array to be built previously, but I just don't know how to do it. I thought I might be able to do this but it doesn't work. 

var memberList = '[{contactid: "3e132973-47b4-eb11-8236-00224814b6e3","@odata.type": "Microsoft.Dynamics.CRM.contact"}]'
var parameters = {
List: {
listid: listGUID,
"@odata.type": "Microsoft.Dynamics.CRM.list"
},
Members: memberList
};

So now I'm sure that it's easy to setup, but I just don't know how to do it. Thank you!

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

Anton Venter – Community Spotlight

Kudos to our October Community Star of the month!

Announcing Our 2024 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Dynamics 365 Community Newsletter - September 2024

Check out the latest community news

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 290,564 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 228,651 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans