
Announcements
Any suggestion on how to patch organizer colum in Dataverse from a Canvas app ? The organizer colum is a PartyList colum.The colum organizer exist in the apporintment table. If I type in the organizer colum name, there is no suggestion (tested two other colums type PartyList) They dont show either. . But I get suggestion for all other columns. This is the patch function I want to add the organizer in :
@Henningso1 I'm not sure how you would achieve this in a Patch function but essentially, the organizer column is of type Party List, which is an Array of Party objects, and each Party object is a reference to a SystemUser object. In reality, you would probably only have a single organizer in the Array.
Here's a thread which discusses this and a suggestion for some C# code to set this column value, which may or may not help. https://community.dynamics.com/forums/thread/details/?threadid=4188551e-d75c-4e1c-9524-366f13389552