You want to migrate the opportunity data with closed won status from Salesforce to Workday. This use case is an example of the different approaches you can take with Data Integration to write data from Salesforce to Workday.
The opportunity object manages information about the sale of products. The opportunity object might have associated opportunity lines required to create an invoice. The opportunity line, also called the product line, is the encapsulating element that contains the opportunity line data and identifies products associated with an opportunity.
When inserting data into Workday, some of the data requires an associated ID and value linked to it.
To write the opportunity data of closed won status to Workday, you must add the following IDs to map with the Workday target:
•opportunity
•opportunity line
•currency
•status
•company
•prospect
Use the Put_Opportunity operation to add the opportunity data to the Revenue Management module in Workday.
When you configure Workday as the target, you have two general approaches to write the opportunity data to Workday:
•Join the opportunity and opportunity line data retrieved from Salesforce into a single group and write to Workday.
•Create multiple groups for the opportunity source object retrieved from Salesforce and define relationship keys for the multiple inputs fields before you write to Workday.