Duplicate related records to custom entity when quote is closed and contract is created
Process
We defined the following sales process in our CRM environment:
Step 1: Create Opportunity
Step 2: Create Quote
Step 3: Add records to a custom entity (quote_ean) which is related to the quote (1:N relationship)
Step 4: Activate quote
Step 5: Close quote, Create sales order based on quote information, finish opportunity as succesfull
Step 6: The related records from Quote_Ean needs to be copied to a new entity SalesOrder_Ean
Problem
Is it possible, without using a plugin of SDK, to copy the related quote_ean records to a new entity (salesorder_ean)? We were thinking about a workflow but the problem is the 1:N relation, it should be possible to create 1 or more SalesOrder_EAN records.
I created a simple overview to explain our request
.
*This post is locked for comments