---
type: work
area: work
status: active
date: 2026-05-03
created: 2026-05-03
updated: 2025-09-18
tags:
  - work
---
You are STALGEN-AI, an expert test automation assistant specialized in automotive software testing for Stellantis-ALTEN projects.
	You generate comprehensive Macro Scenarios and detailed Test Cases from Software Functional Documents (SFD).
	Your expertise includes:
	- Automotive software validation and testing
	- ISO 26262 functional safety standards
	- User-centered testing covering normal, edge, and error scenarios
	- Production-ready test scenarios for validation teams
	
## EXAMPLE 1:
**Input SFD Content:**
	
	            ```
	
	            [SFD DESCRIPTION]
	
	                Business Need: The need expressed is to open CRONOS to create booking if OMS request for it irrespective of the vehicle in the NRM reservation or not. This is to avoid the delay of booking of a vehicle if it is not assigned to any existing order.
	
	                To achieve that, CRONOS needs to be updated as per the target (TO-BE) process. This FSD explains the change in the management rule that CRONOS should implement to cater the need.
	
	                **AS-IS**
	
	                OMS send a vehicle reservation to CRONOS (no success or error message is being communicated to OMS for this)
	
	                In ideal scenario, CRONOS add the vehicle to NRM stock.
	
	                In anomaly scenario, CRONOS do not add the vehicle to the NRM stock.
	
	                OMS send booking for the reserved vehicle.
	
	                Success if CRONOS update the booking and confirm back to OMS with success message.
	
	                In case of an error scenario (where CRONOS do not have the vehicle in NRM stock) CRONOS sends error message to OMS.
	
	                **TO-BE **
	
	                OMS send a vehicle reservation to CRONOS (no success or error message is being communicated to OMS for this)
	
	                In ideal scenario, CRONOS add the vehicle to NRM stock.
	
	                In anomaly scenario, CRONOS do not add the vehicle to the NRM stock.
	
	                OMS send booking for the reserved vehicle.
	
	                Success if CRONOS update the booking and confirm back to OMS with success message.
	
	                If CRONOS does not have the vehicle in NRM stock, CRONOS will check the NSC stock for the vehicle to create booking.
	
	                Else CRONOS sends error message to OMS.
	
	  
	
	                Product Specifications: N/A
	
	  
	
	            [USER STORY]
	
	                ID: US-001
	
	                Title: Ability to create CAR on OMS request.
	
	                Description:
	
	                This parameter needs to be configured with the system name for which the general rule of control stock needs to be overruled.
	
	                If System name is mentioned in the value of the above parameter, CRONOS will search a vehicle in NSC stock if the vehicle is not available in the NRM stock if booking request received from that system. If No system name mentioned in the list, CRONOS will follow the current rule of stock check that it is following now.
	
	                ‘Parameter Name’: **API_DISTRI_OP1_BY_PASS_CONTROL_STOCK**:
	
	                ‘Type’: textbox
	
	                ‘Country’: **
	
	                ‘Mark’: ** (all brands)
	
	                ‘Value’: OMS,SDH (Field will allow comma separated values)
	
	                *Note: Parameter name needs to be confirmed with the development team and can be changed as per development team’s suggestion*
	
	                ### Table 4
	
	                | User Story ID |  |
	
	                |---|---|
	
	                | Use Story Name: | Ability to create CAR on OMS request |
	
	                | Objective | To create booking of vehicle on OMS request, even if the CAF is not in NRM dedicated stock |
	
	                | Actors: | CRONOS |
	
	                | Trigger(s): | OMS request for booking of CAF |
	
	                | Pre-conditions: | API_DISTRI_OP1_BY_PASS_CONTROL_STOCK should be active. - CAF is not assigned to any active CAR. |
	
	                | Post-conditions: | CRONOS will create the CAR and confirm back to OMS |
	
	                | Successful end state: | CRONOS will create the CAR and confirm back to OMS |
	
	                | Failure end state: | CRONOS will send error message to OMS as vehicle cannot be booked |
	
	                | Impacted CUD: |  |
	
	  
	
	                **Management Rules**
	
	                ### Table 5
	
	                | Sl no | Management Rule Ids | Rule Description |
	
	                |---|---|---|
	
	                |  | CUD-XXXX-MR01 | CAR creation request from OMS - OMS request for booking of vehicle using the interface ITF007B (API Distri), CRONOS will check, - If the requested CAF is in NRM stock, - CRONOS will create the booking and respond back with the CAR number. - Else If<Additional Check> the requested CAF is in NSC stock, - CRONOS will create the booking and respond back with the CAR number. - Else CRONOS sends error message to OMS. |
	
	  
	
	                **Basic Flow**
	
	                ### Table 6
	
	                | Sl no | User Action | System Response | Management Rule Id | Screenshot /Field List Id |
	
	                |---|---|---|---|---|
	
	                |  | Vehicle booking request will be received at CRONOS end using the existing interface ITF007B (API Distri) | CRONOS will check if the booking is possible. - If yes, CRONOS will respond back with the CAR number. - If no, CRONOS will respond back with the error message. | CUD-XXXX-MR01 |  |
	
	            ```
	
	  
	
	            **Expected Output:**
	
	            - output : |
	
	            [
	
	                {
	
	                    "output_json": [
	
	                        {
	
	                            "macro_scenario": "Ability to create CAR on OMS request (MTS)",
	
	                            "test_cases": [
	
	                                "check if the parameter is activated : API_DISTRI_OP1_BY_PASS_CONTROL_STOCK",
	
	                                "check if the CAF is not assigned to any active CAR."
	
	                            ]
	
	                        },
	
	                    {
	
	                        "macro_scenario": "CAR creation request from OMS\n-\tIf the requested CAF is in NRM stock,\no\tCRONOS will create the booking and respond back with the CAR number.\n-\tElse If<Additional Check> the requested CAF is in NSC stock,\no\tCRONOS will create the booking and respond back with the CAR number.\n-\tElse CRONOS sends error message to OMS.\n",
	
	                        "test_cases": [
	
	                            "check if the requested CAF is in NRM stock then CRONOS will create the booking and respond back with the CAR number",
	
	                            "Check If  the requested CAF is in NSC stock   then CRONOS will create the booking and respond back with the CAR number",
	
	                            "Check if the CAF is in an other dedicated stock then  CRONOS will send an  error message to OMS."
	
	                        ]
	
	                    },
	
	                    {
	
	                        "macro_scenario": "Vehicle booking request will be received at CRONOS\n-\tIf yes, CRONOS will respond back with the CAR number.\n-\tIf no, CRONOS will respond back with the error message.\n",
	
	                        "test_cases": [
	
	                            "if the booking is successfull Check that CRONOS respond back to OMS with the CAR number",
	
	                            "if the booking is not successfull Check that CRONOS respond back to OMS with the error message"
	
	                        ]
	
	                    }
	
	                    ]
	
	                }
	
	            ]
	
	  
	
	            ## EXAMPLE 2:
	
	  
	
	            **Input SFD Content:**
	
	            ```
	
	            [SFD DESCRIPTION]
	
	                Business Need: The NSC should guarantee the price negotiated between the dealer and the final customer, on the new vehicle invoiced to the dealer.
	
	                If there is a FCO associated with the CAR, the date of the final customer order is considered as the price reference date.
	
	                If title modification requested by the customer, then the title modification date will be considered as Price reference date.
	
	                Else, FCO creation date will be considered as Price reference date.
	
	                If no final customer order (FCO), the price reference date will be the date of the invoice.
	
	                In Both the scenario, CRONOS needs to keep a track of the title modified throughout the time period and share the correct LCDV and Price reference date with ISIS for the invoicing.
	
	  
	
	                Product Specifications: In Order to guarantee the price protection to a dealer for the new vehicle invoicing, CRONOS needs to implement the below features
	
	                Change in Bulk CAR modification UI, to distinguish the CAR title modification on customer’s request or re-codification
	
	                Built logic to maintain different flags for a CAR to indicate if Price protection is applicable or not.
	
	                Update I3 and WS4C interface and sent required information to ISIS for Price adjustment calculation
	
	                The feature must be managed by a parameter and can be activated subsidiary basis.
	
	  
	
	            [USER STORY]
	
	                ID: US-002
	
	                Title: Ability to modify CAR for recodification
	
	                Description:
	
	                Re-codification process is only applicable for NSC users. Therefore, the Changes in the CAR bulk modification screen will be only for the NSC profiles.
	
	                ### Table 5
	
	                | User Story ID |  |
	
	                |---|---|
	
	                | Use Story Name: | Ability to modify CAR for recodification |
	
	                | Objective | To allow the NSC to update the CAR title for recodification |
	
	                | Actors: | NSC |
	
	                | Trigger(s): |  |
	
	                | Pre-conditions: |  |
	
	                | Post-conditions: | NSC will be able to modify the CAR title |
	
	                | Successful end state: | CAR Title will be updated with indication if updated on dealer request or for re-codification purpose |
	
	                | Failure end state: | CAR title will not be modified |
	
	                | Impacted CUD: |  |
	
	  
	
	                **Management Rules**
	
	                ### Table 6
	
	                | Sl no | Management Rule Ids | Rule Description |
	
	                |---|---|---|
	
	                |  | CUD-XXXX-MR01 | Modified Type  - CRONOS will Introduce a new section “Modification Type” in the step 1 of the CAR bulk modification screen and only visible for the NSC users if the parameter “Price_Protection” is enabled. |
	
	                |  | CUD-XXXX-MR02 | Modification requested by dealer Flag - CRONOS will manage a flag “Modification requested by dealer” to identify the if title modification is requested by NSC or the customer.  - The Flag will be set True,  - If the CAR Modification requested by dealer profile. - If the CAR modified by the NSC profile and the check box (Requested by Dealer) on step 1 is selected - Note:  - If CAR modified with the flag active, CRONOS would store the previous LCDV details for the CAR Reference Title for Price Protection is modified in case of modification requested by dealer (flag ticked) - Reference Title for Price Protection is not modified in case of recodification made by NSC car flow (flag is not ticked) - . |
	
	  
	
	                **Basic Flow**
	
	                ### Table 7
	
	                | Sl no | User Action | System Response | Management Rule Id | Screenshot /Field List Id |
	
	                |---|---|---|---|---|
	
	                |  | User Navigates to Bulk CAR modification screen. - CAR>>Bulk CAR modification | If the Parameter “Price_Protection” enabled, - User will be able to see a new section “Modification Type” on Step 1 of the HMI. - Else, - User will not see the new section “Modification Type” on Step 1 of the HMI. | CUD-XXXX-MR01 | CUD-XXXX-SS01 |
	
	                |  | User proceeds for Bulk CAR modification | CRONOS will allow the user to modify the CARs based on the existing pre-checks. Also It will update the “Modification requested by dealer” flag against the CAR. | CUD-XXXX-MR02 |  |
	
	            ```
	
	  
	
	            **Expected Output:**
	
	            - output : |
	
	            [
	
	                {
	
	                    "input_sfd": "Climate_Control_SFD.docx",
	
	                    "output_json": [
	
	                        {
	
	                            "macro_scenario": "Ability to modify CAR for recodification (NSC)",
	
	                            "test_cases": [
	
	                                "In the CAR bulk modification screen : Verify that when the price protection is enabled , the \"Modification Type\" section is visible for NSC users only",
	
	                                "Verify that the checkbox for the \"Modification requested by dealer\" flag is displayed on \"Modification Type\" section."
	
	                            ]
	
	                        },
	
	                        {
	
	                            "macro_scenario": "Desability to modify CAR for recodification ( non-NSC )",
	
	                            "test_cases": [
	
	                                "In the CAR bulk modification screen : Verify that when the price protection is enabled , the \"Modification Type\" section is not visible for non-NSC users",
	
	                                "In the CAR bulk modification screen : Verify that when the price protection is desabled , the \"Modification Type\" section is not visible for all users"
	
	                            ]
	
	                        },
	
	                    ]
	
	                }
	
	            ]
	
	## CHAIN-OF-THOUGHT REASONING PROCESS
	Follow this step-by-step reasoning process:
	
	            **Step 1: Analyze SFD Content**
	
	            - Identify the business need and its objectives
	
	            - Extract key product specifications and technical requirements
	
	            - Understand the user story context and acceptance criteria
	
	  
	
	            **Step 2: Extract Core Functionalities**
	
	            - List all functionalities mentioned in the user story
	
	            - Identify primary user actions and system responses
	
	            - Determine data inputs, processing, and expected outputs
	
	  
	
	            **Step 3: Design Macro Scenarios**
	
	            - Create Happy Path scenarios (normal, expected usage)
	
	            - Design Alternative Flow scenarios (valid variations)
	
	            - Develop Edge Case scenarios (boundary conditions)
	
	            - Plan Error Handling scenarios (invalid inputs, system failures)
	
	  
	
	            **Step 4: Generate Test Cases**
	
	            - For each macro scenario, create specific, testable cases
	
	            - Ensure test cases cover positive, negative, and boundary testing
	
	            - Make test cases independently executable
	
	            - Include clear verification criteria
	
	  
	
	            **Step 5: Validate Coverage**
	
	            - Verify all user story functionalities are covered
	
	            - Ensure scenarios address real automotive usage contexts
	
	            - Check that test cases are practical and executable
	
	## OUTPUT FORMAT REQUIREMENTS (CRITICAL)
	
	  
	
	            You MUST follow this exact format. Do not deviate:
	
	  
	
	            - output : |
	
	            [
	
	                {
	
	                    "output_json": [
	
	                        {
	
	                            "macro_scenario": "[CLEAR_DESCRIPTIVE_SCENARIO_TITLE]",
	
	                            "test_cases": [
	
	                                "[SPECIFIC_TESTABLE_DESCRIPTION_1]",
	
	                                "[SPECIFIC_TESTABLE_DESCRIPTION_2]",
	
	                                "[ADDITIONAL_TEST_CASES_AS_NEEDED]"
	
	                            ]
	
	                        }
	
	                    ]
	
	                }
	
	            ]
	
	  
	
	            ## VALIDATION CHECKLIST
	
	            Before generating output, verify:
	
	            ☑ All user story functionalities are covered
	
	            ☑ Macro scenarios include happy path, alternatives, edge cases, and error handling
	
	            ☑ Test cases are specific and independently executable
	
	            ☑ Output follows exact JSON format structure
	
	            ☑ Automotive context and safety considerations are addressed
	
	  
	
	            ## QUALITY REQUIREMENTS
	
	            - Generate 1-3 macro scenarios per user story
	
	            - Include 1-4 test cases per macro scenario
	
	            - Ensure test case descriptions are clear and actionable
	
	            - Consider real automotive usage scenarios
	
	            - Address both functional and non-functional requirements
	
	## YOUR TASK
	
	        Generate comprehensive macro scenarios and test cases from the following SFD specification.
	
	  
	
	        **Context:**
	
	        - Source file: sfd_file
	
	        - Project: STALGEN-AI automation
	
	        - Client: Stellantis via ALTEN
	
	  
	
	        **Input Content:**
	
	   # Table of Contents {#table-of-contents .TOC-Heading}
	
	  
	  
	  
	
	[1 - Introduction [3](#introduction)](#introduction)
	
	  
	  
	  
	
	[1.1 - Business Need Statement -- What is required
	
	  
	
	[3](#business-need-statement-what-is-required)](#business-need-statement-what-is-required)
	
	  
	  
	  
	
	[1.2 - Scope Statement [3](#scope-statement)](#scope-statement)
	
	  
	  
	  
	
	[1.2.1 - Scope Elements -- Price Protection
	
	  
	
	[3](#scope-elements-price-protection)](#scope-elements-price-protection)
	
	  
	  
	  
	
	[1.3 - Reference Documents
	
	  
	
	[3](#reference-documents)](#reference-documents)
	
	  
	  
	  
	
	[2 - PRODUCT SPECIFICATIONS
	
	  
	
	[4](#product-specifications)](#product-specifications)
	
	  
	  
	  
	
	[2.1 - Parameter management
	
	  
	
	[4](#parameter-management)](#parameter-management)
	
	  
	  
	  
	
	[2.1.1 - \<Update\> User Story: Ability to activate the price Protection
	
	  
	
	Feature for a subsidiary
	
	  
	
	[4](#update-user-story-ability-to-activate-the-price-protection-feature-for-a-subsidiary)](#update-user-story-ability-to-activate-the-price-protection-feature-for-a-subsidiary)
	
	  
	  
	  
	
	[2.2 - CAR Management [4](#car-management)](#car-management)
	
	  
	  
	  
	
	[2.2.1 - \<Update\> User Story: Ability to modify CAR for recodification
	
	  
	
	[4](#update-user-story-ability-to-modify-car-for-recodification)](#update-user-story-ability-to-modify-car-for-recodification)
	
	  
	  
	  
	
	[2.2.2 - \<Update\> User Story: Ability to keep the LCDV history of a
	
	  
	
	CAR for price reference
	
	  
	
	[6](#update-user-story-ability-to-keep-the-lcdv-history-of-a-car-for-price-reference)](#update-user-story-ability-to-keep-the-lcdv-history-of-a-car-for-price-reference)
	
	  
	  
	  
	
	[2.2.3 - \<Update\> User Story: Ability to see the Reference Title and
	
	  
	
	date info on CCF consultation
	
	  
	
	[7](#update-user-story-ability-to-see-the-reference-title-and-date-info-on-ccf-consultation)](#update-user-story-ability-to-see-the-reference-title-and-date-info-on-ccf-consultation)
	
	  
	  
	  
	
	[2.3 - Search Criteria [8](#search-criteria)](#search-criteria)
	
	  
	  
	  
	
	[2.3.1 - \<Update\> User Story: Ability to search and export additional
	
	  
	
	information in CRONOS.
	
	  
	
	[8](#update-user-story-ability-to-search-and-export-additional-information-in-cronos.)](#update-user-story-ability-to-search-and-export-additional-information-in-cronos.)
	
	  
	  
	  
	
	[2.4 - Interface Modification
	
	  
	
	[9](#interface-modification)](#interface-modification)
	
	  
	  
	  
	
	[2.4.1 - \<Update\> User Story: Ability to send CAR information
	
	  
	
	necessary for price reference to ISIS
	
	  
	
	[9](#update-user-story-ability-to-send-car-information-necessary-for-price-reference-to-isis)](#update-user-story-ability-to-send-car-information-necessary-for-price-reference-to-isis)
	
	  
	  
	  
	
	[2.4.2 - \<Update\> User Story: Ability to send recodification flag to
	
	  
	
	BO Distri
	
	  
	
	[11](#update-user-story-ability-to-send-recodification-flag-to-bo-distri)](#update-user-story-ability-to-send-recodification-flag-to-bo-distri)
	
	  
	  
	  
	
	**\**
	
	  
	  
	  
	
	**Approval Workflow**
	
	  
	  
	  
	
	+------------+----------------+--------------+:----------:+:-------------:+
	
	  
	
	|            | **Title /      | **Name**     | **Date**   | **Signature** |
	
	  
	
	|            | function**     |              |            |               |
	
	  
	
	+------------+----------------+--------------+------------+---------------+
	
	  
	
	| **Written  | Solution Lead  | Sanjaya      | 17/01/2025 |               |
	
	  
	
	| by**       | Team Capgemini | Kumar Panda  |            |               |
	
	  
	
	+------------+----------------+--------------+------------+---------------+
	
	  
	
	| **Reviewed | NSC Business   |              |            |               |
	
	  
	
	| by**       |                |              |            |               |
	
	  
	
	|            +----------------+--------------+------------+---------------+
	
	  
	
	|            | NSC Business   |              |            |               |
	
	  
	
	+------------+----------------+--------------+------------+---------------+
	
	  
	
	| **Approved | NSC Business   |              |            |               |
	
	  
	
	| by**       |                |              |            |               |
	
	  
	
	+------------+----------------+--------------+------------+---------------+
	
	  
	  
	  
	
	**History of Change**
	
	  
	  
	  
	
	+:-----------:+:----------:+------------+---------------------------------+:------------:+
	
	  
	
	| **Version** | **Date**   | **Status** | **Reason for change**           | **Sections** |
	
	  
	
	+-------------+------------+------------+---------------------------------+--------------+
	
	  
	
	| 1.0         | 17/01/2025 | Delivered  | Submitted for business review   |              |
	
	  
	
	+-------------+------------+------------+---------------------------------+--------------+
	
	  
	
	| 1.1         | 05/02/2025 | Revised    | Submitted for business review   | 2.3          |
	
	  
	
	|             |            |            | after                           |              |
	
	  
	
	|             |            |            |                                 | 2.2.3        |
	
	  
	
	|             |            |            | - Search Criteria update        |              |
	
	  
	
	|             |            |            |                                 |              |
	
	  
	
	|             |            |            | - Original LCDV logic update    |              |
	
	  
	
	|             |            |            |   and Price Protection info on  |              |
	
	  
	
	|             |            |            |   CAR consultation              |              |
	
	  
	
	+-------------+------------+------------+---------------------------------+--------------+
	
	  
	
	| 1.2         | 17/02/2025 | Revised    | Submitted for business review   | 2.2.1        |
	
	  
	
	|             |            |            | after                           |              |
	
	  
	
	|             |            |            |                                 | 2.2.3        |
	
	  
	
	|             |            |            | - Flag name modification and    |              |
	
	  
	
	|             |            |            |   statement clarification       | 2.3.1        |
	
	  
	
	|             |            |            |                                 |              |
	
	  
	
	|             |            |            | - CCF consultation screen       |              |
	
	  
	
	|             |            |            |   modification                  |              |
	
	  
	
	|             |            |            |                                 |              |
	
	  
	
	|             |            |            | - Filter criteria updating      |              |
	
	  
	
	+-------------+------------+------------+---------------------------------+--------------+
	
	  
	
	| 1.3         | 27/02/2025 | Revised    | Submitted for business          | 2.4.2        |
	
	  
	
	|             |            |            | validation after                |              |
	
	  
	
	|             |            |            |                                 |              |
	
	  
	
	|             |            |            | - CRONOS \<\>Bo interface to be |              |
	
	  
	
	|             |            |            |   updated for Recodification    |              |
	
	  
	
	|             |            |            |   flag                          |              |
	
	  
	
	+-------------+------------+------------+---------------------------------+--------------+
	
	  
	
	| 1.4         | 04/03/2025 | Revised    | Submitted for business          | 2.4.2        |
	
	  
	
	|             |            |            | validation after                |              |
	
	  
	
	|             |            |            |                                 |              |
	
	  
	
	|             |            |            | - CRONOS \<\>Bo interface to be |              |
	
	  
	
	|             |            |            |   updated for Reference date    |              |
	
	  
	
	|             |            |            |   for price protection          |              |
	
	  
	
	+-------------+------------+------------+---------------------------------+--------------+
	
	  
	  
	  
	
	# Introduction
	
	  
	  
	  
	
	## Business Need Statement -- What is required
	
	  
	  
	  
	
	The NSC should guarantee the price negotiated between the dealer and the
	
	  
	
	final customer, on the new vehicle invoiced to the dealer.
	
	  
	  
	  
	
	- If there is a FCO associated with the CAR, the date of the final
	
	  
	
	  customer order is considered as the price reference date.
	
	  
	  
	  
	
	  - If title modification requested by the customer, then the title
	
	  
	
	    modification date will be considered as Price reference date.
	
	  
	  
	  
	
	  - Else, FCO creation date will be considered as Price reference date.
	
	  
	  
	  
	
	- If no final customer order (FCO), the price reference date will be the
	
	  
	
	  date of the invoice.
	
	  
	  
	  
	
	In Both the scenario, CRONOS needs to keep a track of the title modified
	
	  
	
	throughout the time period and share the correct LCDV and Price
	
	  
	
	reference date with ISIS for the invoicing.
	
	  
	  
	  
	
	## Scope Statement
	
	  
	  
	  
	
	### Scope Elements -- Price Protection
	
	  
	  
	  
	
	+---------------------------------------------------------------------------------------------------------+
	
	  
	
	| Price Protection                                                                                        |
	
	  
	
	+=====================================+===================================================================+
	
	  
	
	| Parameter management                                                                                    |
	
	  
	
	+-------------------------------------+-------------------------------------------------------------------+
	
	  
	
	|                                     | Ability to activate the price Protection Feature for a subsidiary |
	
	  
	
	+-------------------------------------+-------------------------------------------------------------------+
	
	  
	
	| CAR modification                                                                                        |
	
	  
	
	+-------------------------------------+-------------------------------------------------------------------+
	
	  
	
	|                                     | Ability to modify CAR for recodification                          |
	
	  
	
	+-------------------------------------+-------------------------------------------------------------------+
	
	  
	
	|                                     | Ability to keep the LCDV history of a CAR for price reference     |
	
	  
	
	+-------------------------------------+-------------------------------------------------------------------+
	
	  
	
	|                                     | Ability to see the Reference Title and date info on CCF           |
	
	  
	
	|                                     | consultation                                                      |
	
	  
	
	+-------------------------------------+-------------------------------------------------------------------+
	
	  
	
	| Search Criteria                                                                                         |
	
	  
	
	+-------------------------------------+-------------------------------------------------------------------+
	
	  
	
	|                                     | Ability to search and export additional information in CRONOS.    |
	
	  
	
	+-------------------------------------+-------------------------------------------------------------------+
	
	  
	
	| Interface Update                                                                                        |
	
	  
	
	+-------------------------------------+-------------------------------------------------------------------+
	
	  
	
	|                                     | Ability to send CAR information necessary for price reference to  |
	
	  
	
	|                                     | ISIS                                                              |
	
	  
	
	+-------------------------------------+-------------------------------------------------------------------+
	
	  
	
	|                                     | Ability to send recodification flag to BO Distri                  |
	
	  
	
	+-------------------------------------+-------------------------------------------------------------------+
	
	  
	  
	  
	
	## Reference Documents
	
	  
	  
	  
	
	  ---------------------------------------------------------------------------------------------------------------------------------------------------------------
	
	  
	
	  **Document Name**   **Link**
	
	  
	
	  ------------------- -------------------------------------------------------------------------------------------------------------------------------------------
	
	  
	
	  CRONOS\<\>ISIS      [DVN_2.23.4_CTI_CRONOS_ISIS_Infos_Facturation_Proposal_1405](http://docinfogroupe.inetpsa.com/ead/doc/ref.20392_25_00048/v.vc/fiche)
	
	  
	
	  Interface          
	
	  
	  
	  
	
	  CRONOS\<\> BO       [24340_EVN_CRONOS_Diffuser_Donnees_Distri_BODISTRI_DetailMvts_V3](http://docinfogroupe.inetpsa.com/ead/doc/ref.20392_25_00048/v.vc/fiche)
	
	  
	
	  Interface          
	
	  
	
	  ---------------------------------------------------------------------------------------------------------------------------------------------------------------
	
	  
	  
	  
	
	# PRODUCT SPECIFICATIONS
	
	  
	  
	  
	
	In Order to guarantee the price protection to a dealer for the new
	
	  
	
	vehicle invoicing, CRONOS needs to implement the below features
	
	  
	  
	  
	
	- Change in Bulk CAR modification UI, to distinguish the CAR title
	
	  
	
	  modification on customer's request or re-codification
	
	  
	  
	  
	
	- Built logic to maintain different flags for a CAR to indicate if Price
	
	  
	
	  protection is applicable or not.
	
	  
	  
	  
	
	- Update I3 and WS4C interface and sent required information to ISIS for
	
	  
	
	  Price adjustment calculation
	
	  
	  
	  
	
	The feature must be managed by a parameter and can be activated
	
	  
	
	subsidiary basis.
	
	  
	  
	  
	
	## Parameter management
	
	  
	  
	  
	
	### \<Update\> User Story: Ability to activate the price Protection Feature for a subsidiary
	
	  
	  
	  
	
	The price protection feature will be managed via a parameter from the
	
	  
	
	technical administration screen.
	
	  
	  
	  
	
	- If enabled, Cronos will use the updated logic to store and manage the
	
	  
	
	  CAR details.
	
	  
	  
	  
	
	- Else, CRONOS will follow the AS-IS feature for the CAR data management
	
	  
	
	  and Invoicing.
	
	  
	  
	  
	
	**[Parameter details]{.underline}**
	
	  
	  
	  
	
	- **Parameter Name:** [Price_Protection]{.mark} \<TBC\>
	
	  
	  
	  
	
	- **Parameter type:** Boolean
	
	  
	  
	  
	
	- **Values:** Enabled/Disabled
	
	  
	  
	  
	
	- **Description:** If enabled, Price Protection process will be
	
	  
	
	  applicable
	
	  
	  
	  
	
	## CAR Management
	
	  
	  
	  
	
	### \<Update\> User Story: Ability to modify CAR for recodification
	
	  
	  
	  
	
	Re-codification process is only applicable for NSC users. Therefore, the
	
	  
	
	Changes in the CAR bulk modification screen will be only for the NSC
	
	  
	
	profiles.
	
	  
	  
	  
	
	  -------------------------------------------------------------------------
	
	  
	
	  User Story ID      
	
	  
	
	  ------------------ ------------------------------------------------------
	
	  
	
	  Use Story Name:    Ability to modify CAR for recodification
	
	  
	  
	  
	
	  Objective          To allow the NSC to update the CAR title for
	
	  
	
	                     recodification
	
	  
	  
	  
	
	  Actors:            NSC
	
	  
	  
	  
	
	  Trigger(s):        
	
	  
	  
	  
	
	  Pre-conditions:    
	
	  
	  
	  
	
	  Post-conditions:   NSC will be able to modify the CAR title
	
	  
	  
	  
	
	  Successful end     CAR Title will be updated with indication if updated
	
	  
	
	  state:             on dealer request or for re-codification purpose
	
	  
	  
	  
	
	  Failure end state: CAR title will not be modified
	
	  
	  
	  
	
	  Impacted CUD:      
	
	  
	
	  -------------------------------------------------------------------------
	
	  
	  
	  
	
	I.  **[Management Rules]{.underline}**
	
	  
	  
	  
	
	+------+---------------+----------------------------------------------------+
	
	  
	
	| Sl   | Management    | Rule Description                                   |
	
	  
	
	| no   | Rule Ids      |                                                    |
	
	  
	
	+======+===============+====================================================+
	
	  
	
	| 1.   | CUD-XXXX-MR01 | **[Modified Type]{.underline}**                    |
	
	  
	
	|      |               |                                                    |
	
	  
	
	|      |               | CRONOS will Introduce a new section "Modification  |
	
	  
	
	|      |               | Type" in the step 1 of the CAR bulk modification   |
	
	  
	
	|      |               | screen and only visible for the NSC users if the   |
	
	  
	
	|      |               | parameter "[Price_Protection]{.mark}" is enabled.  |
	
	  
	
	+------+---------------+----------------------------------------------------+
	
	  
	
	| 2.   | CUD-XXXX-MR02 | **[Modification requested by dealer                |
	
	  
	
	|      |               | Flag]{.underline}**                                |
	
	  
	
	|      |               |                                                    |
	
	  
	
	|      |               | - CRONOS will manage a flag ["Modification         |
	
	  
	
	|      |               |   requested by dealer"]{.mark} to identify the if  |
	
	  
	
	|      |               |   title modification is requested by NSC or the    |
	
	  
	
	|      |               |   customer.                                        |
	
	  
	
	|      |               |                                                    |
	
	  
	
	|      |               | - The Flag will be set True,                       |
	
	  
	
	|      |               |                                                    |
	
	  
	
	|      |               |   - If the CAR Modification requested by dealer    |
	
	  
	
	|      |               |     profile.                                       |
	
	  
	
	|      |               |                                                    |
	
	  
	
	|      |               |   - If the CAR modified by the NSC profile and the |
	
	  
	
	|      |               |     check box (Requested by Dealer) on step 1 is   |
	
	  
	
	|      |               |     selected                                       |
	
	  
	
	|      |               |                                                    |
	
	  
	
	|      |               | ***Note:***                                        |
	
	  
	
	|      |               |                                                    |
	
	  
	
	|      |               | - *If CAR modified with the flag active, CRONOS    |
	
	  
	
	|      |               |   would store the previous LCDV details for the    |
	
	  
	
	|      |               |   CAR* *Reference Title for Price Protection** is  |
	
	  
	
	|      |               |   modified in case of modification requested by    |
	
	  
	
	|      |               |   dealer (flag ticked)***                          |
	
	  
	
	|      |               |                                                    |
	
	  
	
	|      |               | - *Reference Title for Price Protection** is not   |
	
	  
	
	|      |               |   modified in case of recodification made by NSC   |
	
	  
	
	|      |               |   car flow (flag is not ticked)***                 |
	
	  
	
	|      |               |                                                    |
	
	  
	
	|      |               | *.*                                                |
	
	  
	
	+------+---------------+----------------------------------------------------+
	
	  
	  
	  
	
	II. **[Basic Flow]{.underline}**
	
	  
	  
	  
	
	+------+-------------------+-----------------------------+---------------+---------------+
	
	  
	
	| Sl   | User Action       | System Response             | Management    | Screenshot    |
	
	  
	
	| no   |                   |                             | Rule Id       | /Field List   |
	
	  
	
	|      |                   |                             |               | Id            |
	
	  
	
	+======+===================+=============================+===============+===============+
	
	  
	
	| 1.   | User Navigates to | If the Parameter            | CUD-XXXX-MR01 | CUD-XXXX-SS01 |
	
	  
	
	|      | Bulk CAR          | "[Price_Protection]{.mark}" |               |               |
	
	  
	
	|      | modification      | enabled,                    |               |               |
	
	  
	
	|      | screen.           |                             |               |               |
	
	  
	
	|      |                   | - User will be able to see  |               |               |
	
	  
	
	|      | CAR\>\>Bulk CAR   |   a new section             |               |               |
	
	  
	
	|      | modification      |   "Modification Type" on    |               |               |
	
	  
	
	|      |                   |   Step 1 of the HMI.        |               |               |
	
	  
	
	|      |                   |                             |               |               |
	
	  
	
	|      |                   | Else,                       |               |               |
	
	  
	
	|      |                   |                             |               |               |
	
	  
	
	|      |                   | - User will not see the new |               |               |
	
	  
	
	|      |                   |   section "Modification     |               |               |
	
	  
	
	|      |                   |   Type" on Step 1 of the    |               |               |
	
	  
	
	|      |                   |   HMI.                      |               |               |
	
	  
	
	+------+-------------------+-----------------------------+---------------+---------------+
	
	  
	
	| 2.   | User proceeds for | CRONOS will allow the user  | CUD-XXXX-MR02 |               |
	
	  
	
	|      | Bulk CAR          | to modify the CARs based on |               |               |
	
	  
	
	|      | modification      | the existing pre-checks.    |               |               |
	
	  
	
	|      |                   | Also It will update the     |               |               |
	
	  
	
	|      |                   | "Modification requested by  |               |               |
	
	  
	
	|      |                   | dealer" flag against the    |               |               |
	
	  
	
	|      |                   | CAR.                        |               |               |
	
	  
	
	+------+-------------------+-----------------------------+---------------+---------------+
	
	  
	  
	  
	
	III. [Screen shots or Field List]{.underline}
	
	  
	  
	  
	
	+---------------+-----------------------------------------------------------------+
	
	  
	
	| ID            | Screenshot / Field List                                         |
	
	  
	
	+===============+:===============================================================:+
	
	  
	
	| CUD-XXXX-SS01 | ![](media/image1.png){width="6.5in"                             |
	
	  
	
	|               | height="2.2284722222222224in"}                                  |
	
	  
	
	|               |                                                                 |
	
	  
	
	|               | **[CAR\>\>Bulk CAR Modification]{.underline}**                  |
	
	  
	
	+---------------+-----------------------------------------------------------------+
	
	  
	  
	  
	
	### \<Update\> User Story: Ability to keep the LCDV history of a CAR for price reference
	
	  
	  
	  
	
	CRONOS must maintain a new table in it's database structure to
	
	  
	
	accommodate the new data if the CAR title is being modified for
	
	  
	
	recodification purpose.
	
	  
	  
	  
	
	+------------------+------------------------------------------------------+
	
	  
	
	| User Story ID    |                                                      |
	
	  
	
	+==================+======================================================+
	
	  
	
	| Use Story Name:  | Ability to keep the LCDV history of a CAR for price  |
	
	  
	
	|                  | reference                                            |
	
	  
	
	+------------------+------------------------------------------------------+
	
	  
	
	| Objective        | To keep the history of the CAR LCDV changes done     |
	
	  
	
	|                  | through out the CAR lifecycle for the Price          |
	
	  
	
	|                  | protection                                           |
	
	  
	
	+------------------+------------------------------------------------------+
	
	  
	
	| Actors:          | CRONOS                                               |
	
	  
	
	+------------------+------------------------------------------------------+
	
	  
	
	| Trigger(s):      | NSC user modify the CAR title by not selecting the   |
	
	  
	
	|                  | checkbox "Requested by Dealer"                       |
	
	  
	
	+------------------+------------------------------------------------------+
	
	  
	
	| Pre-conditions:  | - CAR should pass all existing pre-checks for CAR    |
	
	  
	
	|                  |   modification                                       |
	
	  
	
	|                  |                                                      |
	
	  
	
	|                  | - CAR is associated with an CCF                      |
	
	  
	
	+------------------+------------------------------------------------------+
	
	  
	
	| Post-conditions: | CAR old LCDV information will be store in a separate |
	
	  
	
	|                  | table                                                |
	
	  
	
	+------------------+------------------------------------------------------+
	
	  
	
	| Successful end   | CAR old LCDV information will be store in a separate |
	
	  
	
	| state:           | table and will be used to share for price Adjustment |
	
	  
	
	|                  | calculation to ISIS system                           |
	
	  
	
	+------------------+------------------------------------------------------+
	
	  
	
	| Failure end      | CAR modification will not be allowed                 |
	
	  
	
	| state:           |                                                      |
	
	  
	
	+------------------+------------------------------------------------------+
	
	  
	
	| Impacted CUD:    |                                                      |
	
	  
	
	+------------------+------------------------------------------------------+
	
	  
	  
	  
	
	I.  **[Management Rules]{.underline}**
	
	  
	  
	  
	
	+------+---------------+----------------------------------------------------+
	
	  
	
	| Sl   | Management    | Rule Description                                   |
	
	  
	
	| no   | Rule Ids      |                                                    |
	
	  
	
	+======+===============+====================================================+
	
	  
	
	| 1.   | CUD-XXXX-MR01 | **[Reference LCDV info for price                   |
	
	  
	
	|      |               | protection]{.underline}**                          |
	
	  
	
	|      |               |                                                    |
	
	  
	
	|      |               | If the CAR with an CCF associated with it          |
	
	  
	
	|      |               | requested for title modification by the NSC for    |
	
	  
	
	|      |               | recodification purpose (The checkbox "requested by |
	
	  
	
	|      |               | the dealer" is not selected),                      |
	
	  
	
	|      |               |                                                    |
	
	  
	
	|      |               | - On every CAR title modified for recodification   |
	
	  
	
	|      |               |   purpose, CRONOS must record the following        |
	
	  
	
	|      |               |   information                                      |
	
	  
	
	|      |               |                                                    |
	
	  
	
	|      |               |   - CAR No                                         |
	
	  
	
	|      |               |                                                    |
	
	  
	
	|      |               |   - CCF No                                         |
	
	  
	
	|      |               |                                                    |
	
	  
	
	|      |               |   - Title before modification (Let's say it is     |
	
	  
	
	|      |               |     Title A) (Reference Title for price            |
	
	  
	
	|      |               |     protection)                                    |
	
	  
	
	|      |               |                                                    |
	
	  
	
	|      |               |   - CCF modification date of previous title        |
	
	  
	
	|      |               |     (Title A) (Date of Reference for Price         |
	
	  
	
	|      |               |     protection)                                    |
	
	  
	
	|      |               |                                                    |
	
	  
	
	|      |               |   - User requested for the Current title           |
	
	  
	
	|      |               |     modification (recodification requested by      |
	
	  
	
	|      |               |     user)                                          |
	
	  
	
	|      |               |                                                    |
	
	  
	
	|      |               |   - Date of current title modification request     |
	
	  
	
	|      |               |     (recodification requested date)                |
	
	  
	
	+------+---------------+----------------------------------------------------+
	
	  
	  
	  
	
	II. **[Basic Flow]{.underline}**
	
	  
	  
	  
	
	+------+-------------------+----------------------+---------------+------------+
	
	  
	
	| Sl   | User Action       | System Response      | Management    | Screenshot |
	
	  
	
	| no   |                   |                      | Rule Id       | /Field     |
	
	  
	
	|      |                   |                      |               | List Id    |
	
	  
	
	+======+===================+======================+===============+============+
	
	  
	
	| 1.   | NSC request for a | CRONOS will check if | CUD-XXXX-MR01 |            |
	
	  
	
	|      | CAR title         | the requested CAR    |               |            |
	
	  
	
	|      | modification      | has any CCF assigned |               |            |
	
	  
	
	|      | without selecting | to it,               |               |            |
	
	  
	
	|      | the checkbox      |                      |               |            |
	
	  
	
	|      | "Requested by     | - If Yes, CRONOS     |               |            |
	
	  
	
	|      | Deler"            |   will capture the   |               |            |
	
	  
	
	|      |                   |   title history of   |               |            |
	
	  
	
	|      |                   |   the CAR            |               |            |
	
	  
	
	|      |                   |                      |               |            |
	
	  
	
	|      |                   | - If not, CRONOS     |               |            |
	
	  
	
	|      |                   |   will follow the    |               |            |
	
	  
	
	|      |                   |   AS-IS process.     |               |            |
	
	  
	
	+------+-------------------+----------------------+---------------+------------+
	
	  
	  
	  
	
	### \<Update\> User Story: Ability to see the Reference Title and date info on CCF consultation
	
	  
	  
	  
	
	  -------------------------------------------------------------------------
	
	  
	
	  User Story ID      
	
	  
	
	  ------------------ ------------------------------------------------------
	
	  
	
	  Use Story Name:    Ability to see the Reference Title and date info on
	
	  
	
	                     CCF consultation
	
	  
	  
	  
	
	  Objective          To see the Reference Title and date info on CCF
	
	  
	
	                     consultation with updated logic for price protection
	
	  
	  
	  
	
	  Actors:            CRONOS
	
	  
	  
	  
	
	  Trigger(s):        User navigates to CCF consultation screen
	
	  
	  
	  
	
	  Pre-conditions:    
	
	  
	  
	  
	
	  Post-conditions:   User should be able to see the Reference Title and
	
	  
	
	                     date information on CCF consultation screen
	
	  
	  
	  
	
	  Successful end     User should be able to see the Reference Title and
	
	  
	
	  state:             date information on CCF consultation screen
	
	  
	  
	  
	
	  Failure end state: User should not be able to see the Reference Title and
	
	  
	
	                     date information on CCF consultation screen
	
	  
	  
	  
	
	  Impacted CUD:      
	
	  
	
	  -------------------------------------------------------------------------
	
	  
	  
	  
	
	I.  **[Management Rules]{.underline}**
	
	  
	  
	  
	
	+------+---------------+----------------------------------------------------+
	
	  
	
	| Sl   | Management    | Rule Description                                   |
	
	  
	
	| no   | Rule Ids      |                                                    |
	
	  
	
	+======+===============+====================================================+
	
	  
	
	| 1.   | CUD-XXXX-MR01 | **[Reference Title information]{.underline}**      |
	
	  
	
	|      |               |                                                    |
	
	  
	
	|      |               | CRONOS will display following 2 new fields on the  |
	
	  
	
	|      |               | title information section of the CCF consultation  |
	
	  
	
	|      |               | screen if the Price_Protection Parameter is active |
	
	  
	
	|      |               | for the subsidiary.                                |
	
	  
	
	|      |               |                                                    |
	
	  
	
	|      |               | - Reference Title for Price Protection             |
	
	  
	
	|      |               |                                                    |
	
	  
	
	|      |               | - Date of reference for price protection           |
	
	  
	
	|      |               |                                                    |
	
	  
	
	|      |               | - If the "Modification requested by dealer" flag   |
	
	  
	
	|      |               |   is True for the CAR                              |
	
	  
	
	|      |               |                                                    |
	
	  
	
	|      |               |   - CRONOS will display the above 2 field values   |
	
	  
	
	|      |               |     blank                                          |
	
	  
	
	|      |               |                                                    |
	
	  
	
	|      |               | - If the "Modification requested by dealer" flag   |
	
	  
	
	|      |               |   is false for the CAR                             |
	
	  
	
	|      |               |                                                    |
	
	  
	
	|      |               |   - CRONOS will display the latest Title A         |
	
	  
	
	|      |               |     information (Title and Date) for the CAR in    |
	
	  
	
	|      |               |     respective fields (New set of data store for   |
	
	  
	
	|      |               |     Price adjustment calculation)                  |
	
	  
	
	+------+---------------+----------------------------------------------------+
	
	  
	  
	  
	
	II. **[Basic Flow]{.underline}**
	
	  
	  
	  
	
	+------+-------------------+----------------------+---------------+---------------+
	
	  
	
	| Sl   | User Action       | System Response      | Management    | Screenshot    |
	
	  
	
	| no   |                   |                      | Rule Id       | /Field List   |
	
	  
	
	|      |                   |                      |               | Id            |
	
	  
	
	+======+===================+======================+===============+===============+
	
	  
	
	| 1.   | User navigates to | CRONOS will display  | CUD-XXXX-MR01 | CUD-XXXX-SS01 |
	
	  
	
	|      | the CAR           | the reference price  |               |               |
	
	  
	
	|      | consultation      | protection LCDV and  |               |               |
	
	  
	
	|      | screen in CRONOS  | reference price      |               |               |
	
	  
	
	|      |                   | protection date      |               |               |
	
	  
	
	|      |                   | along with the other |               |               |
	
	  
	
	|      |                   | information in Title |               |               |
	
	  
	
	|      |                   | section              |               |               |
	
	  
	
	+------+-------------------+----------------------+---------------+---------------+
	
	  
	  
	  
	
	III. [Screen shots or Field List]{.underline}
	
	  
	  
	  
	
	+---------------+-----------------------------------------------------------------+
	
	  
	
	| ID            | Screenshot / Field List                                         |
	
	  
	
	+===============+:===============================================================:+
	
	  
	
	| CUD-XXXX-SS01 | ![A close-up of a computer screen Description automatically     |
	
	  
	
	|               | generated](media/image2.png){width="6.5in"                      |
	
	  
	
	|               | height="1.1652777777777779in"}                                  |
	
	  
	
	|               |                                                                 |
	
	  
	
	|               | **[CCF consultation]{.underline}**                              |
	
	  
	
	+---------------+-----------------------------------------------------------------+
	
	  
	  
	  
	
	## Search Criteria
	
	  
	  
	  
	
	### \<Update\> User Story: Ability to search and export additional information in CRONOS.
	
	  
	  
	  
	
	The list of additional information will be part of the search by
	
	  
	
	criteria screen in CRONOS. User will be able to select the respective
	
	  
	
	criteria and do a search using the same.
	
	  
	  
	  
	
	The additional information will also be part of column selection where
	
	  
	
	user can see the additional fields to see information on the search grid
	
	  
	
	and export to excel.
	
	  
	  
	  
	
	  -------------------------------------------------------------------------
	
	  
	
	  User Story ID      
	
	  
	
	  ------------------ ------------------------------------------------------
	
	  
	
	  Use Story Name:    Ability to search and export price reference in
	
	  
	
	                     CRONOS.
	
	  
	  
	  
	
	  Objective          To be able to search and export the price reference
	
	  
	
	                     from search by criteria screen.
	
	  
	  
	  
	
	  Actors:            CRONOS
	
	  
	  
	  
	
	  Trigger(s):        
	
	  
	  
	  
	
	  Pre-conditions:    
	
	  
	  
	  
	
	  Post-conditions:   User will be able to search and export the price
	
	  
	
	                     reference from search by criteria screen
	
	  
	  
	  
	
	  Successful end     User will be able to search and export price reference
	
	  
	
	  state:             from search by criteria screen
	
	  
	  
	  
	
	  Failure end state: User won't be able to search and export the price
	
	  
	
	                     reference from search by criteria screen
	
	  
	  
	  
	
	  Impacted CUD:      CUD-CAR0004
	
	  
	
	  -------------------------------------------------------------------------
	
	  
	  
	  
	
	I.  **[Management Rules]{.underline}**
	
	  
	  
	  
	
	+------+------------------+----------------------------------------------------------------------------------+
	
	  
	
	| Sl   | Management Rule  | Rule Description                                                                 |
	
	  
	
	| no   | Ids              |                                                                                  |
	
	  
	
	+======+==================+==================================================================================+
	
	  
	
	| 1.   | CUD-CAR0004-MR01 | **[Additional fields for search and export]{.underline}**                        |
	
	  
	
	|      |                  |                                                                                  |
	
	  
	
	|      |                  | CRONOS needs to list out all the additional criteria in the Search by criteria   |
	
	  
	
	|      |                  | list under the respective categories as mentioned in the table below.            |
	
	  
	
	|      |                  |                                                                                  |
	
	  
	
	|      |                  | - User should be able to see the list of criteria in the respective dropdown.    |
	
	  
	
	|      |                  |                                                                                  |
	
	  
	
	|      |                  | - User should also be able to see the criteria in the column shown section to    |
	
	  
	
	|      |                  |   select and export the information.                                             |
	
	  
	
	|      |                  |                                                                                  |
	
	  
	
	|      |                  |   ----------------- -------------- ----------- -------------- ------------------ |
	
	  
	
	|      |                  |     **Criteria**     **Category**    **Field      **Column     **Column Shown**  |
	
	  
	
	|      |                  |                                      Type**       Values**                       |
	
	  
	
	|      |                  |                                                                                  |
	
	  
	
	|      |                  |     Modification         CAR        Drop down   True, False,     Modification    |
	
	  
	
	|      |                  |     requested by                                 empty, not      requested by    |
	
	  
	
	|      |                  |        dealer                                      empty            dealer       |
	
	  
	
	|      |                  |                                                                                  |
	
	  
	
	|      |                  |    Reference Title       CCF       Mast Title    User Input    Reference Title   |
	
	  
	
	|      |                  |       for Price                    field type                     for Price      |
	
	  
	
	|      |                  |      Protection                                                   Protection     |
	
	  
	
	|      |                  |                                                                                  |
	
	  
	
	|      |                  |   Date of Reference      CCF          date     Date Selection Date of Reference  |
	
	  
	
	|      |                  |       for price                                                   for price      |
	
	  
	
	|      |                  |      protection                                                   protection     |
	
	  
	
	|      |                  |   ----------------- -------------- ----------- -------------- ------------------ |
	
	  
	
	+------+------------------+----------------------------------------------------------------------------------+
	
	  
	  
	  
	
	II. **[Basic Flow]{.underline}**
	
	  
	  
	  
	
	+------+-------------------+----------------------+------------------+------------+
	
	  
	
	| Sl   | User Action       | System Response      | Management Rule  | Screenshot |
	
	  
	
	| no   |                   |                      | Id               | /Field     |
	
	  
	
	|      |                   |                      |                  | List Id    |
	
	  
	
	+======+===================+======================+==================+============+
	
	  
	
	| 1.   | User select the   | CRONOS will take     | CUD-CAR0004-MR01 |            |
	
	  
	
	|      | search by         | into consideration   |                  |            |
	
	  
	
	|      | criteria screen   | the list of criteria |                  |            |
	
	  
	
	|      | to search         | set before searching |                  |            |
	
	  
	
	|      | vehicles          | for the information  |                  |            |
	
	  
	
	|      |                   | and display on the   |                  |            |
	
	  
	
	|      |                   | result grid.         |                  |            |
	
	  
	
	+------+-------------------+----------------------+------------------+------------+
	
	  
	
	| 2.   | Alternatively,    | CRONOS will allow    |                  |            |
	
	  
	
	|      | User can modify   | users to see the     |                  |            |
	
	  
	
	|      | the list of       | search result based  |                  |            |
	
	  
	
	|      | columns to be     | on the columns       |                  |            |
	
	  
	
	|      | shown in the      | selected before      |                  |            |
	
	  
	
	|      | result grid       | search initiated.    |                  |            |
	
	  
	
	|      |                   |                      |                  |            |
	
	  
	
	|      |                   | Else, CRONOS will    |                  |            |
	
	  
	
	|      |                   | display the result   |                  |            |
	
	  
	
	|      |                   | with default list of |                  |            |
	
	  
	
	|      |                   | columns.             |                  |            |
	
	  
	
	|      |                   |                      |                  |            |
	
	  
	
	|      |                   | Note: The new list   |                  |            |
	
	  
	
	|      |                   | of fields will also  |                  |            |
	
	  
	
	|      |                   | be part of the       |                  |            |
	
	  
	
	|      |                   | Column Selection     |                  |            |
	
	  
	
	|      |                   | pop-up.              |                  |            |
	
	  
	
	+------+-------------------+----------------------+------------------+------------+
	
	  
	
	| 3.   | Alternatively,    | CRONOS will export   |                  |            |
	
	  
	
	|      | User Can export   | the list of records  |                  |            |
	
	  
	
	|      | the search        | based on the         |                  |            |
	
	  
	
	|      | results in to an  | criteria to excel    |                  |            |
	
	  
	
	|      | Excel             | successfully.        |                  |            |
	
	  
	
	+------+-------------------+----------------------+------------------+------------+
	
	  
	  
	  
	
	## Interface Modification
	
	  
	  
	  
	
	###  \<Update\> User Story: Ability to send CAR information necessary for price reference to ISIS
	
	  
	  
	  
	
	  -------------------------------------------------------------------------
	
	  
	
	  User Story ID      
	
	  
	
	  ------------------ ------------------------------------------------------
	
	  
	
	  Use Story Name:    Ability to send CAR information necessary for price
	
	  
	
	                     reference to ISIS
	
	  
	  
	  
	
	  Objective          To Send necessary information to ISIS for price
	
	  
	
	                     adjustment calculation
	
	  
	  
	  
	
	  Actors:            CRONOS
	
	  
	  
	  
	
	  Trigger(s):        CAR reaches Invoicing status
	
	  
	  
	  
	
	  Pre-conditions:    
	
	  
	  
	  
	
	  Post-conditions:   CRONOS will share CAR information to ISIS via I3 batch
	
	  
	
	                     and WS4C web service
	
	  
	  
	  
	
	  Successful end     CRONOS will share CAR information to ISIS via I3 batch
	
	  
	
	  state:             and WS4C web service
	
	  
	  
	  
	
	  Failure end state: CRONOS will not share CAR information to ISIS via I3
	
	  
	
	                     batch and WS4C web service
	
	  
	  
	  
	
	  Impacted CUD:      
	
	  
	
	  -------------------------------------------------------------------------
	
	  
	  
	  
	
	I.  **[Management Rules]{.underline}**
	
	  
	  
	  
	
	+------+---------------+--------------------------------------------------------------------------------------------------------------------------------------+
	
	  
	
	| Sl   | Management    | Rule Description                                                                                                                     |
	
	  
	
	| no   | Rule Ids      |                                                                                                                                      |
	
	  
	
	+======+===============+======================================================================================================================================+
	
	  
	
	| 1.   | CUD-XXXX-MR01 | **[ISIS Interface Update]{.underline}**                                                                                              |
	
	  
	
	|      |               |                                                                                                                                      |
	
	  
	
	|      |               | CRONOS\<\>ISIS interface will be enriched with the following additional fields that will be shared in I3 batch and WS4C web service  |
	
	  
	
	|      |               |                                                                                                                                      |
	
	  
	
	|      |               | - Recodification Flag                                                                                                                |
	
	  
	
	|      |               |                                                                                                                                      |
	
	  
	
	|      |               | - Date of reference for Price Protection                                                                                             |
	
	  
	
	|      |               |                                                                                                                                      |
	
	  
	
	|      |               | ***Ref:***                                                                                                                           |
	
	  
	
	|      |               | [DVN_2.23.4_CTI_CRONOS_ISIS_Infos_Facturation_Proposal_1405](http://docinfogroupe.inetpsa.com/ead/doc/ref.20392_25_00048/v.vc/fiche) |
	
	  
	
	+------+---------------+--------------------------------------------------------------------------------------------------------------------------------------+
	
	  
	
	| 2.   | CUD-XXXX-MR02 | **[Determine Recodification Flag Value]{.underline}**                                                                                |
	
	  
	
	|      |               |                                                                                                                                      |
	
	  
	
	|      |               | CRONOS will determine the value for "recodification flag" value that will be sent to ISIS system.                                    |
	
	  
	
	|      |               |                                                                                                                                      |
	
	  
	
	|      |               | - The Flag value will be set true, If                                                                                                |
	
	  
	
	|      |               |                                                                                                                                      |
	
	  
	
	|      |               |   - CCF is associated for the CAR                                                                                                    |
	
	  
	
	|      |               |                                                                                                                                      |
	
	  
	
	|      |               |   - CAR title has been modified                                                                                                      |
	
	  
	
	|      |               |                                                                                                                                      |
	
	  
	
	|      |               |   - "Modification Requested by dealer" flag value for the CAR is "false"                                                             |
	
	  
	
	|      |               |                                                                                                                                      |
	
	  
	
	|      |               | - Else, The Flag value will be set False.                                                                                            |
	
	  
	
	|      |               |                                                                                                                                      |
	
	  
	
	|      |               | ***Note:** If the "Recodification Flag" value is false, ISIS need not to calculate the price adjustment for invoicing.*              |
	
	  
	
	+------+---------------+--------------------------------------------------------------------------------------------------------------------------------------+
	
	  
	
	| 3.   | CUD-XXXX-MR03 | **[Date of reference for Price Protection]{.underline}**                                                                             |
	
	  
	
	|      |               |                                                                                                                                      |
	
	  
	
	|      |               | CRONOS will share the last modified date of the title A (From new set data stored for the recodification purpose) as Date of         |
	
	  
	
	|      |               | reference for Price Protection with ISIS If,                                                                                         |
	
	  
	
	|      |               |                                                                                                                                      |
	
	  
	
	|      |               | - Price_Protection Parameter is enabled for the subsidiary.                                                                          |
	
	  
	
	|      |               |                                                                                                                                      |
	
	  
	
	|      |               | - "Modification requested by dealer" flag is false for the CAR                                                                       |
	
	  
	
	+------+---------------+--------------------------------------------------------------------------------------------------------------------------------------+
	
	  
	
	| 4.   | CUD-XXXX-MR04 | **[Initial Title information]{.underline}**                                                                                          |
	
	  
	
	|      |               |                                                                                                                                      |
	
	  
	
	|      |               | Cronos will update the logic to share the Initial Title Information to ISIS                                                          |
	
	  
	
	|      |               |                                                                                                                                      |
	
	  
	
	|      |               | - If the Price_Protection Parameter is Disabled for the subsidiary or/And "Modification requested by dealer" flag is True for the    |
	
	  
	
	|      |               |   CAR                                                                                                                                |
	
	  
	
	|      |               |                                                                                                                                      |
	
	  
	
	|      |               |   - CRONOS will share the Initial title based on the current logic build in CRONOS (the AS-IS process)                               |
	
	  
	
	|      |               |                                                                                                                                      |
	
	  
	
	|      |               | - If the Price_Protection Parameter is Enabled for the subsidiary and "Modification requested by dealer" flag is True for the CAR    |
	
	  
	
	|      |               |                                                                                                                                      |
	
	  
	
	|      |               |   - CRONOS will share the latest Title A information for the CAR (New set of data store for Price adjustment calculation)            |
	
	  
	
	+------+---------------+--------------------------------------------------------------------------------------------------------------------------------------+
	
	  
	  
	  
	
	II. **[Basic Flow]{.underline}**
	
	  
	  
	  
	
	+------+-------------------+----------------------+---------------+------------+
	
	  
	
	| Sl   | User Action       | System Response      | Management    | Screenshot |
	
	  
	
	| no   |                   |                      | Rule Id       | /Field     |
	
	  
	
	|      |                   |                      |               | List Id    |
	
	  
	
	+======+===================+======================+===============+============+
	
	  
	
	| 1.   | ISIS will request | CRONOS will share    | CUD-XXXX-MR01 |            |
	
	  
	
	|      | for the invoicing | all the data         |               |            |
	
	  
	
	|      | data to CRONOS    | required for the     | CUD-XXXX-MR02 |            |
	
	  
	
	|      | via I3 or WS4C    | invoicing to ISIS    |               |            |
	
	  
	
	|      |                   |                      | CUD-XXXX-MR03 |            |
	
	  
	
	|      |                   |                      |               |            |
	
	  
	
	|      |                   |                      | CUD-XXXX-MR04 |            |
	
	  
	
	+------+-------------------+----------------------+---------------+------------+
	
	  
	  
	  
	
	### \<Update\> User Story: Ability to send recodification flag to BO Distri
	
	  
	  
	  
	
	+------------------+------------------------------------------------------+
	
	  
	
	| User Story ID    |                                                      |
	
	  
	
	+==================+======================================================+
	
	  
	
	| Use Story Name:  | Ability to send recodification flag and Date of      |
	
	  
	
	|                  | reference for Price Protection date                  |
	
	  
	
	|                  |                                                      |
	
	  
	
	|                  | to BO Distri                                         |
	
	  
	
	+------------------+------------------------------------------------------+
	
	  
	
	| Objective        | To send necessary information to BO for price        |
	
	  
	
	|                  | protection                                           |
	
	  
	
	+------------------+------------------------------------------------------+
	
	  
	
	| Actors:          | CRONOS                                               |
	
	  
	
	+------------------+------------------------------------------------------+
	
	  
	
	| Trigger(s):      |                                                      |
	
	  
	
	+------------------+------------------------------------------------------+
	
	  
	
	| Pre-conditions:  |                                                      |
	
	  
	
	+------------------+------------------------------------------------------+
	
	  
	
	| Post-conditions: | CRONOS will share CAR information to BO via C39      |
	
	  
	
	|                  | batch.                                               |
	
	  
	
	+------------------+------------------------------------------------------+
	
	  
	
	| Successful end   | CRONOS will share CAR information to BO via C39      |
	
	  
	
	| state:           | batch.                                               |
	
	  
	
	+------------------+------------------------------------------------------+
	
	  
	
	| Failure end      | CRONOS will not share CAR information to BO via C39  |
	
	  
	
	| state:           | batch.                                               |
	
	  
	
	+------------------+------------------------------------------------------+
	
	  
	
	| Impacted CUD:    |                                                      |
	
	  
	
	+------------------+------------------------------------------------------+
	
	  
	  
	  
	
	I.  **[Management Rules]{.underline}**
	
	  
	  
	  
	
	+------+---------------+-------------------------------------------------------------------------------------------------------------------------------------------+
	
	  
	
	| Sl   | Management    | Rule Description                                                                                                                          |
	
	  
	
	| no   | Rule Ids      |                                                                                                                                           |
	
	  
	
	+======+===============+===========================================================================================================================================+
	
	  
	
	| 1.   | CUD-XXXX-MR01 | **[C39 Batch Update]{.underline}**                                                                                                        |
	
	  
	
	|      |               |                                                                                                                                           |
	
	  
	
	|      |               | CRONOS\<\>BO interface (via EVN) will be enriched with the following additional fields that will be shared in C39 batch and WS4C web      |
	
	  
	
	|      |               | service                                                                                                                                   |
	
	  
	
	|      |               |                                                                                                                                           |
	
	  
	
	|      |               | - Recodification Flag                                                                                                                     |
	
	  
	
	|      |               |                                                                                                                                           |
	
	  
	
	|      |               | Date of reference for Price Protection                                                                                                    |
	
	  
	
	|      |               |                                                                                                                                           |
	
	  
	
	|      |               | ***Ref:***                                                                                                                                |
	
	  
	
	|      |               | [24340_EVN_CRONOS_Diffuser_Donnees_Distri_BODISTRI_DetailMvts_V3](http://docinfogroupe.inetpsa.com/ead/doc/ref.20392_25_00048/v.vc/fiche) |
	
	  
	
	|      |               |                                                                                                                                           |
	
	  
	
	|      |               | **Note**: Update the validated C39 file after the deployment in the                                                                       |
	
	  
	
	|      |               | [docinfo](https://docinfogroupe.psa-peugeot-citroen.com/ead/doc/document_view.action?ref=20392_20_00054&v=vc) path.                       |
	
	  
	
	+------+---------------+-------------------------------------------------------------------------------------------------------------------------------------------+
	
	  
	
	| 2.   | CUD-XXXX-MR02 | **[Determine Recodification Flag Value]{.underline}**                                                                                     |
	
	  
	
	|      |               |                                                                                                                                           |
	
	  
	
	|      |               | CRONOS will determine the value for "recodification flag" value that will be sent to BO system.                                           |
	
	  
	
	|      |               |                                                                                                                                           |
	
	  
	
	|      |               | - The Flag value will be set true, If                                                                                                     |
	
	  
	
	|      |               |                                                                                                                                           |
	
	  
	
	|      |               |   - CCF is associated for the CAR                                                                                                         |
	
	  
	
	|      |               |                                                                                                                                           |
	
	  
	
	|      |               |   - CAR title has been modified                                                                                                           |
	
	  
	
	|      |               |                                                                                                                                           |
	
	  
	
	|      |               |   - "Modification Requested by dealer" flag value for the CAR is "false"                                                                  |
	
	  
	
	|      |               |                                                                                                                                           |
	
	  
	
	|      |               | - Else, The Flag value will be set False.                                                                                                 |
	
	  
	
	+------+---------------+-------------------------------------------------------------------------------------------------------------------------------------------+
	
	  
	
	| 3.   | CUD-XXXX-MR03 | **[Date of reference for Price Protection]{.underline}**                                                                                  |
	
	  
	
	|      |               |                                                                                                                                           |
	
	  
	
	|      |               | CRONOS will share the last modified date of the title A (From new set data stored for the recodification purpose) as Date of reference    |
	
	  
	
	|      |               | for Price Protection with BO If,                                                                                                          |
	
	  
	
	|      |               |                                                                                                                                           |
	
	  
	
	|      |               | - Price_Protection Parameter is enabled for the subsidiary.                                                                               |
	
	  
	
	|      |               |                                                                                                                                           |
	
	  
	
	|      |               | - "Modification requested by dealer" flag is false for the CAR                                                                            |
	
	  
	
	+------+---------------+-------------------------------------------------------------------------------------------------------------------------------------------+
	
	  
	  
	  
	
	II. **[Basic Flow]{.underline}**
	
	  
	  
	  
	
	+------+-------------------+----------------------+---------------+------------+
	
	  
	
	| Sl   | User Action       | System Response      | Management    | Screenshot |
	
	  
	
	| no   |                   |                      | Rule Id       | /Field     |
	
	  
	
	|      |                   |                      |               | List Id    |
	
	  
	
	+======+===================+======================+===============+============+
	
	  
	
	| 1.   | CRONOS will share | CRONOS will share    | CUD-XXXX-MR01 |            |
	
	  
	
	|      | the CAR           | recodification flag  |               |            |
	
	  
	
	|      | information using | value and date of    | CUD-XXXX-MR02 |            |
	
	  
	
	|      | C39 batch with    | reference for price  |               |            |
	
	  
	
	|      | EVN               | protection along     | CUD-XXXX-MR03 |            |
	
	  
	
	|      |                   | with the CAR details |               |            |
	
	  
	
	|      |                   | in CR1x movement.    |               |            |
	
	  
	
	+------+-------------------+----------------------+---------------+------------+
	
	  
	
	        **Instructions:**
	
	        1. Follow the chain-of-thought reasoning process above
	
	        2. Use the few-shot examples as reference for quality and format
	
	        3. Generate output in the exact format specified
	
	        4. Ensure comprehensive coverage of all functionalities
	
	  
	
	        Now generate the test scenarios: