Known Exalate limitations for Salesforce
The following listed features that are not supported at this time:
- Attachments aren't synced to Task
In Salesforce, Task objects do not include an Attachment field by default. There is a custom field called 'Files' that is treated as an attachment field for the incoming sync. In order for the attachments to be seen on the Task view, it is required to add a Files field to the Task object in Salesforce.
- Comments cannot be synced when feed tracking is not enabled
There are several objects in Salesforce that have feed tracking disabled by default. Take a look at the following solution for this limitation: Salesforce: comments sync fails
- Impersonation of comments
By default, Exalate adds a comment, received from the other side on behalf of the proxy user. For more information, please read How to Impersonate a Comment in Zendesk
- Sync action Reply to Comments is not currently supported
Salesforce treats Comments as separate objects and Comments Replies cannot be synced at the moment.
- It is not possible to use Textarea fields for a search query when creating a trigger
Textarea fields contain text that can be longer than 4000 bytes. Unlike string fields, textarea fields cannot be specified in the WHERE clause of a queryString of a query() call
Follow this link for more information on the limitations.