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

SAP Customer Checkout notifications type push from B1 to Customer Checkout

jecrual
Explorer
0 Likes
234

Can we send notifications from B1 to SAP Customer Checkout, for example if in SAP Customer Checkout I make a sale and in B1 a sale order is generated, but the administrator of B1 cancels it. How could we send an immediate Push Notification telling the user that the CCO sale has been canceled?

Accepted Solutions (0)

Answers (1)

Answers (1)

R_Zieschang
Active Contributor
0 Likes

Dear jecrualmx,

this should possible with the following architecture.
* configure your b1i event sender to monitor the entities you need.

* create a b1i scenario which creates a REST call to an messaging server like rabbitmq

* a cco plugin connects to the messaging server and consumes the messages and shows it to the cashier

In other words, there is no out-of-the-box solution but it's possible. 🙂

hth

Robert