cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Send data to backend after customer is created - SCCO

RicardoRenteria
Participant
0 Likes
383

Hi experts,

I'm looking the way I can send aditional data to backend (in this case SAP Business One) after a customer is created in CCO, for example send the value of 'Consent taken and mantained' field; I mean, something similar when using the ListenToExit annotation in "BusinessOneServiceWrapper.beforePostInvoiceRequest" to send aditional data of the receipt as generic values.

Anybody can give me an idea? Is there any annotation to achieve that?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

R_Zieschang
Active Contributor

Hi ricardo.renteria2 ,

you could check if the annotation @PluginAt for BusinessOneServiceWrapper.createOrUpdateBusinessPartner is suited for your requirement.

Or these 2 Exits:

BusinessOneServiceWrapper.beforeMaintainBP

BusinessOneServiceWrapper.afterMaintainBP

Hth

Regards

Robert

RicardoRenteria
Participant
0 Likes

Thank you rzieschang

It works for me using the Exit BusinessOneServiceWrapper.beforeMaintainBP

Answers (0)