Changelog
Change Log
- Added DetailFormat header for Notes, Activities, and Histories Endpoint. These can include the following values which will parse the details to a specified format: HTML, RTF, PLAIN
- Bug Fix - Fixed error retrieving users with a null value for LAST_LOGONHISTORYID column.
- Bug Fix - Fixed null reference exception when logging in after automatic cleanup runs.
- Added workaround for Contact spillover tables in newer versions of Act that use different than expected ID column names. This was causing certain queries to not return any data.
- Added ScheduledById property to the Activity model.
- Bug Fix - Fixed error when retrieving Contacts for certain Groups with dynamic queries.
- Bug Fix - Fixed Contact First and Last names not saving correctly when using the PUT/Patch endpoints.
- Bug Fix - Fixed permission issues when uploading attachments.
- Bug Fix - Fixed monthly and yearly occurence not saving when creating Activities.
- Bug Fix - Fixed issues with updating Activity RecurSpec when using the PATCH endpoint.
- Bug Fix - Fixed fields not being found when using filtering/sorting if a database has spillover tables.
- Bug Fix - Fixed Group parents not linking when groups are created.
- Added endpoints to add/remove Contacts and Companies to an Opportunity.
- Added endpoint to get the Contact total of a Group.
- Bug Fix - Fixed phone numbers country codes not saving if Contact's Country is different than the country code.
- Bug Fix - Fixed phone numbers not importing correctly when creating Contacts.
- Bug Fix - Added ManageUserId property to the History model.
- Bug Fix - Fixed issues when updating Contact fields using the PATCH endpoint.