SAP-C4C-Adapter
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Options

Url

The URL of the C4C instance, mostly in the format https://myXXYYZZ.crm.ondemand.com

Username

The username for authentication.

Password

The password for authentication.

Module

The C4C module name to sync.

User Type

Default is ’’ (empty)

Can be set to technical if only Basic Auth as authentication should be used.

Filter

Default is ’’ (empty)

A global filter query to be applied when requesting changed entries.

Documentation regarding the syntax: https://help.sap.com/doc/5890d27be418427993fafa6722cdc03b/Cloud/en-US/OdataV2.pdf#page=64

Expand

Default is ’’ (empty)

For 1:1 relation fields its possible to expand the returned result with the values of the related field.

Adding a relation field here will add all the fields of the related entry prefixed with the field name to the fetched fields. Then these fields can be mapped normally.

Multiple fields can be seperated by comma.

1:n relations are not supported.

These added fields are read-only. It’s not possible to sync them back.

If this is needed a second plan is required.

Fetch Marketing Permission

Default is false

If set to true, the marketing permission will be fetched from the C4C instance and can be updated.

Will add the fields marketingPermissionEmail, marketingPermissionPhone, marketingPermissionFax, and marketingPermissionSms.

Should only be used if the Module is configured to use the marketing permission. Adds additional requests to the C4C instance per request.