Status

DONE 

Author

Feature No.

ABES-274 - Getting issue details... STATUS   ABES-268 - Getting issue details... STATUS

Test Case No.

ABES-278 - Getting issue details... STATUS   ABES-272 - Getting issue details... STATUS

Related Features

3.18.4 - "CreateInquiryInterestByCase" API - Vehicle Sales (On-line Sales)

Tenant

GreekLocalization

Version(s)

2025.0.0, 3.2024.8, 3.16.18, 3.0.0-ABES

Conf. for Technical Upgrade

No

General Description of the Feature

This feature enables users to reserve and unreserve a vehicle via the "Vehicle Card Page" and automatically updates the vehicle’s “Reservation” status at the SOFTLY Marketplace. This integration applies only to environments with SOFTLY integration and concerns only sales reservations. Key functionalities include:

Manual Sales Reservation:

Users can create sales reservations manually from the Vehicle Card Page with various start and stop date scenarios, automatically informing SOFTLY at the appropriate times through scheduled tasks.

  • Sales Reservation with Start Date Now and Stop Date Now:

    • The system immediately informs SOFTLY of the reservation and creates a scheduled task to update SOFTLY by the end of the day when the reservation ends.
  • Sales Reservation with Start Date and Stop Date on the Same Future Date:

    • Two scheduled tasks are created: one to inform SOFTLY when the reservation starts and another to update SOFTLY by the end of the day when the reservation ends.
  • Sales Reservation with Start Date Now and Stop Date in the Future:

    • The system immediately informs SOFTLY of the reservation and creates a scheduled task to inform SOFTLY when the reservation ends.
  • Sales Reservation with Both Start Date and Stop Date in the Future:

    • Two scheduled tasks are created: one to inform SOFTLY when the reservation starts and another to inform SOFTLY when the reservation ends.

Cancelling a Reservation:

  • Users can cancel a sales reservation manually from the Vehicle Card Page, sending a request to SOFTLY to update the vehicle's reservation status.

(Re)Publishing a Vehicle:

  • When (re)publishing a vehicle, the system retrieves any active sales reservations and updates SOFTLY about the vehicle's reserved status.

Inquiry Service Integration:


Business Benefit 

This enhancement streamlines the reservation management process by ensuring real-time updates between the Vehicle Card Page and SOFTLY Marketplace. It improves the accuracy and efficiency of managing vehicle reservations, providing a seamless experience for users and ensuring that the marketplace reflects the most up-to-date information on vehicle availability.


Configuration 

N/A


Additional Information

Prerequisites

  • Integration with the SOFTLY Marketplace must be properly configured
  • OneFire must be operational to handle scheduled tasks for informing Softly.
  • Softly API endpoints must be accessible for real-time updates and scheduled tasks.

Revised Tables

@IDMS_RESERVATION

Column

Description

DataType (size)

U_IDMS_SchedulingJobIds

Used to store OneFire Jobs IDs when creating jobs for the Softly marketplace in case we need to cancel them at some point.


It can be used for other cases if needed. (however, most probably not in the same project)

NVARCHAR(50)


Write a comment…