-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.ActivityParty.constructor
rescocrm edited this page May 15, 2023
·
1 revision
Constructs an instance of MobileCRM.ActivityParty object.
| Argument | Type | Description |
|---|---|---|
| entityName | String | The logical entity name of the party (account, contact, lead, systemuser, etc.) |
| id | String | GUID of the existing entity or null for new one or direct party. |
| primaryName | String | The human readable name of the reference, e.g "Alexandro". |
| isDirectParty | Boolean | Gets or sets whether the party is direct (email) or a pointer to an CRM record. |
| addressUsed | String | Gets or sets the actual address used. |