on ‎2019 Apr 25 3:34 PM
Please advice what is the best way to implement such a thing: How to make a check after pressing SYNC button (in a product card or during group synchronization): if there are any unapproved products ? And if there are any, then show up appropriate blocking message and cancel synchronization attempt.
Request clarification before answering.
For products synchronization, performItemSynchronization(...) method from DefaultItemSynchronizationService class takes the lead. It in turn calls DefaultCatalogSynchronizationService.performSynchronization(...) method which you can customize in order to achieve your goal of checking the results. Here after you get the SyncResult you can check it and delegate the process however you need it to be.
Reference : https://help.sap.com/viewer/86dd1373053a4c2da8f9885cc9fbe55d/6.6.0.0/en-US/f5d341eec9e14aaea0ab018ea...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 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.