2. Bug Fixed
Notification For Operation: Delete doesn't work
- When the user chooses Notification for Operation: Delete doesn’t send data out. For events deleted with Streaming API users have two options.
- Soft deleted: The user can delete sObject from the salesforce database but Agent has not deleted the record from a local database.
- Hard deleted: The user can delete sObject from the salesforce database, correspondingly Agent will delete the record from the local database too. This delete behaviors Agent can be processed along with only adapter type
- JDBC. Our method search can get data from recycle bin just put ALL ROWS as like as the select statement below:
After Processing: The backup File does not work with Adapter Type FTP in Agent
When the user chooses on after processing: Backup File with Adapter type: FTP after processing the file not the backup folder. After processing file is locked.