Avionté bug fixes: Week of November 3

This update fixes issues in the Front Office API affecting Pipeline visibility for talent without a jobActivityTypeId and incorrect timestamps in contact activities. Check the rest of the article for more details.

  • Talent Did Not Display in Pipeline When jobActivityTypeId Not Provided

    Resolved an issue where the Add Talent to Pipeline Stage endpoint required a jobActivityTypeId for the talent to appear in the Pipeline grid in BOLD.

    Previously, if the jobActivityTypeId field was left empty, the record was saved in the database but not displayed in the Pipeline. With this fix, the system now correctly includes those records, and the talent added without a jobActivityTypeId are visible in the Pipeline stage and corresponding Pipeline bucket in BOLD.

  • Incorrect Timestamp Used for Contact Activities
    Resolved an issue where the Create Contact Activity endpoint recorded the contact’s last activity timestamp as the time the API call was made, rather than using the value provided in the activityDate parameter.

    With this fix, the system now correctly applies the UTC datetime specified in the activityDate parameter when updating the contact’s last activity.