cancel
Showing results for 
Search instead for 
Did you mean: 

Copying data from C4C Lead to Contact object

SandeshK
Participant
0 Kudos
462

Hello,

I am quite new to SAP Cloud Applications Studio. I would like to know in C4C, would it be possible to copy data from a lead(LeanLead) to a contact person when the lead is converted?

For example, say I would like to copy value from the "Source" field of lead object to a Z-field in contact object when the lead is converted. How can I achieve this through cloud studio?

Thanks,
Sandesh

View Entire Topic
former_member105365
Participant
0 Kudos

Hi Sandesh

In the Lead BO, in the Before Save event you should check if the Lead is converted.

If it is -> then Retrieve the Contact you need and assign the values.

Cheers

Thomas

SandeshK
Participant
0 Kudos

Thanks Thomas. I will check that.