Contact Us 1-800-596-4880

SAP SuccessFactors 4.1 - Additional Configuration Information - Mule 4

Perform additional configuration for Anypoint Connector for SAP SuccessFactors (SuccessFactors Connector), such as using a query as a filter.

Use a Query as a Filter

To configure the Query operation to perform queries over entities of a specified type, follow these steps:

  1. Select the Query operation on the canvas.

  2. In the General properties tab, select Query value from the Filter drop-down.

  3. In the Value field, enter the filter options using the format described in the ODATA URI Conventions site, item 4.5.

  4. Select the Entity set name from the list.

The following are some example queries:

  • startswith(username, 'Mule') eq true

  • startswith(username, 'JA') eq true or endswith(username, 'n3') eq true

  • username eq 'Mike'

The Query value is only used for the Filter field. The actual query is built by the connector.

Next Step

After you complete configuring the connector, you can try the Examples.

View on GitHub