on ‎2021 Mar 11 11:03 PM
Hello everyone,
I have a piece of code that creates a customer in SCCO quick service mode. What should I do to sent that customer to SAP B1? Which is the function/method to start sync this object? (This is because I'm analyzing the posibility to create a form for customer creation, since the standard form can't be modified to get additional data).
Attached you will find the piece of code.

Request clarification before answering.
Hello ricardo.renteria2
I will have the same issue in some time, so I tried to find a solution for your question. Adding the following lines worked for me with FP10.
BusinessPartnerErpService bpErpService = ServiceFactory.INSTANCE.getOrCreateServiceInstance(BusinessPartnerErpService.class, cdbSession);
bpErpService.sendToBackend(bp);Please let me know if that worked for you. And it might be nice, if you could share your client creation form....
Best Regards
Klaus
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi rzieschang Do you have some solution for this, isn´t it?
Give me a hand.
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi all,
can anyone share some thoughts about this topic?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.