Hear from Salesforce leaders on how to create and deploy Agentforce agents.
Contact Us 1-800-596-4880

SAP S/4HANA OData Connector 2.7 - Examples - Mule 4

Where possible, we changed noninclusive terms to align with our company value of Equality. We maintained certain terms to avoid any effect on customer implementations.

In this example SAP S/4HANA OData Connector is used to create and get an entity, query for a value, update the entity, and then execute a function.

When using the Update entity operation, the entity key must be specified as part of the payload.
Studio flow with Listener, Transform Message, Get entity, Transform Message, and Logger
Studio flow with Listener, Transform Message, Delete entity, Transform Message, and Logger
Studio flow with Listener, Query, Transform Message, and Logger
Studio flow with Listener, Transform Message, Update entity, Get entity by key, Transform Message, and Logger
Studio flow with Listener, Transform Message, Execute function, Transform Message, and Logger

POM File for This Example

XML Code for This Example

View on GitHub