Description
Bulk updates all activity parties in a collection.
Typically used on activities such as Appointment to bulk update all required attendees.
Signature
UpdateActivityPartyBulk('ActivityPartyCollection',
'activitypartytype',
SetAttribute('attributename', 'attributevalue'))
Example
UpdateActivityPartyBulk([appointment.requiredattendees],
'account.contact',
'lastusedincampaign.'+[appointment.modifiedon])
Note : An empty string can be passed on the second parameter to indicate all activity party types
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| ActivityPartyCollection | xxxx | xxxx | xxxx |
| activitypartytype | xxxx | xxxx | xxxx |
| SetAttribute | xxxx | xxxx | xxxx |
