In Salesforce, whenever an opportunity is closed as Won or Lost, its stage is automatically updated to “Closed Won” or “Closed Lost” respectively. However, in Dynamics 365, this behavior is different. When an opportunity is closed, the stage does not change—it remains in the stage where the opportunity was before closing.
I need to run ETL processes on Dynamics CRM. My ETL code was originally written for Salesforce and relies on the functionality where the stage is updated to “Closed Won” or “Closed Lost” upon closing.
To handle this, I am considering modifying my pre-ETL connector code to assign an assumed stage to the opportunity when it is closed as Won or Lost.
What other possible approaches can I take to solve this problem without heavily rewriting my ETL code?