You are on page 1of 4

1.1.

High Level Architecture Diagram

For every country we are mapping and tranfroming based on the country source file and sending those object into salesforce.

1.3. Business Purpose

The PSA wants to integrate the current distribution system with C1ST in order to allow users in C1ST to have access to all order-related
information generated during the vehicles order life-cycle.

Every country are in the same file format and have the same naming rule. But they don’t have the same movements.

Movements is nothing but CLI,OFR,BCD,BCO,CDC

OFR process
OFR movement leads to below integration sequence.

1. Insert Quote with appropriate status


2. If quote integration fails à STOP the process for the corresponding record & process next record
3. Insert Opportunity with appropriate stage and Loss Reason
4. If opportunity integration fails à STOP the process for the corresponding record & process next record
5. Link the quote to the opportunity (if the quote and opportunity exist)
BCD Process

BCD movement leads to below integration sequence.

1. Insert Order Form


2. If Order Form’s integration fails or Order Form’s status is Canceled
à STOP the process for the corresponding record & process next record
3. Otherwise
 Update the corresponding opportunity
 Update the corresponding quote

BCO Process

BCO movement leads to below integration sequence.

1. Insert Order Form


2. If Order Form’s integration fails or Order Form’s status is Canceled à STOP the process for the corresponding record & process next
record
3. If Order Form is delivered à create corresponding VO Order
4. Update the corresponding opportunity
5. Update the corresponding quote

VN/VD/VO are vehicle status

You might also like