Description
Combines multiple SetPartyList to a single combined list. Used when you need to mix the underlying entity types.
Signature
SetPartyListCombined(
SetPartyList('entityname','guidentity','guidentity'),
SetPartyList('entityname','guidentity','guidentity')
)
Example
SetPartyListCombined(
SetPartyList('account',
'630dd379c-ee2f-11db-8314-0800200c9a5',
'895dd379c-ee2f-11db-8314-0800200c6t6'),
SetPartyList('contact','450dd379c-ee2f-11db-8314-0800200c777')
)
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| SetPartyList | xxxx | xxxx | xxxx |
