on 2020 Nov 13 5:50 AM
In an asynchronous A2A integration scenario where full message transfer is necessary. How would you retrieve the latest/complete sales order data before you need to do a change on a specific field since A2A does not provide a read service.
If your sales order processing requires changes on very specific fields, or complex changes - you may want to check the Odata API for this. Otherwise, you can achieve this with an A2A service - to retrieve back the complete information you can use the notification information. The notification provides you back with the full list of fields in the sales order - and you can use the notification information to build your changes based on that.
Additionally, you can register to the business events that are triggered for any change in the sales order, and retrive the respective data that you want to change via the respective odata api.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
88 | |
8 | |
6 | |
5 | |
5 | |
5 | |
5 | |
5 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.