mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-07 00:02:34 +08:00
58 lines
2.6 KiB
JSON
58 lines
2.6 KiB
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"fields",
|
|
"special_access_rules",
|
|
"usage",
|
|
"field_reference"
|
|
],
|
|
"title": "UserEmailCalendarSync - Data API",
|
|
"description": "Represents the user assignments of an Einstein Activity Capture configuration. This object is available in API version 49.0 and later.",
|
|
"fields_columns": [
|
|
"type",
|
|
"properties",
|
|
"description"
|
|
],
|
|
"fields": {
|
|
"AssignedId": {
|
|
"type": "string",
|
|
"properties": "Create, Filter, Group, Nillable, Sort, Update",
|
|
"description": "ID of the user or profile. Only Einstein Activity users can be added to a configuration."
|
|
},
|
|
"ConfigurationId": {
|
|
"type": "string",
|
|
"properties": "Create, Filter, Group, Nillable, Sort, Update",
|
|
"description": "ID of the Einstein Activity Capture configuration. The configuration is created in Salesforce Setup. After the configuration is created, the autogenerated ID is visible on the Configurations tab. From Setup, in the Quick Find box, enter Einstein Activity Capture, and then select Settings. Click the Configurations tab."
|
|
}
|
|
},
|
|
"special_access_rules": "To access this object, enable Einstein Activity Capture in your org.",
|
|
"usage": "Use UserEmailCalendarSync to add and remove users to an Einstein Activity Capture configuration. You can add users to a configuration via a user ID or a profile ID. You can add a profile to only one configuration and assign a profile to only one user. This example removes a user from an Einstein Activity Capture configuration. To remove a user, call UserEmailCalendarSync(), passing in null for ConfigurationId.\n\nUse UserEmailCalendarSync to add and remove users to an Einstein Activity Capture configuration. You can add users to a configuration via a user ID or a profile ID. You can add a profile to only one configuration and assign a profile to only one user.\n\nThis example removes a user from an Einstein Activity Capture configuration.\n\nTo remove a user, call UserEmailCalendarSync(), passing in null for ConfigurationId.",
|
|
"field_reference": {
|
|
"AssignedId": {
|
|
"field_label": "Assigned Id",
|
|
"type": "string",
|
|
"length": "18"
|
|
},
|
|
"ConfigurationId": {
|
|
"field_label": "Configuration Id",
|
|
"type": "string",
|
|
"length": "18"
|
|
},
|
|
"ExternalId": {
|
|
"field_label": "External Id",
|
|
"type": "string",
|
|
"length": "255"
|
|
},
|
|
"Id": {
|
|
"field_label": "UserEmailCalendarSync Id",
|
|
"type": "id",
|
|
"length": "18"
|
|
}
|
|
},
|
|
"field_reference_columns": [
|
|
"field_label",
|
|
"type",
|
|
"length"
|
|
]
|
|
} |