Options
The URL of the C4C instance, mostly in the format https://myXXYYZZ.crm.ondemand.com
The username for authentication.
The password for authentication.
The C4C module name to sync.
Default is ’’ (empty)
Can be set to technical
if only Basic Auth as authentication should be used.
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
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.
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.