PartyList
A type of Lookup that allows for multiple references to records of multiple types of entities to be set in a single field. A PartyList is typically found on e-mail activities to represent the To, Bcc and cc fields. A PartyList is defined by using the following attributes:
| Attribute | Type | Description |
| id | String | The GUID of the item. Required for set. |
| type | Integer | Deprecated. The entity type code. |
| typename | String | The entity name of the item. Required for set. |
| name | String | The name of the item to be displayed. Required for set. |
| data | | Any other data. Optional for set. |
The following properties are available:
| PartyList properties | Type | Description |
| {Field}.DataValue | An array of lookup objects | Get/set property.
For PartyLists this must be an array with the length of at least one. DataValue is Null when no value is selected. Set DataValue to Null to make the lookup field blank.
|
See Also
Concepts
Other Resources
© 2009 Microsoft Corporation. All rights reserved.