SAP SuccessFactors
Parameter | Value |
apiKey | the encrypted api key to connect to SuccessFactors entity |
userID | the user id to connect to SuccessFactors entity |
companyID | the company id to connect to SuccessFactors |
samlAssertionUrl | |
oauthTokenUrl | |
privateKey | the encrypted key to connect to SuccessFactors entity |
odataApiUrl | |
entity | the entity name |

<SuccessFactorsSyncTarget
apiKey="String"
userId="String"
companyId="String"
samlAssertionUrl="String"
oauthTokenUrl="String"
privateKey="String"
odataApiUrl="String"
entity="String">
<ColumnMappings>
<ColumnMapping sourceColumn="addressLine1" targetColumn="Address Line 1"/>
<ColumnMapping sourceColumn="cellPhone" targetColumn="Cell Phone"/>
<ColumnMapping sourceColumn="city" targetColumn="City"/>
<ColumnMapping sourceColumn="userId" targetColumn="User ID"/>
</ColumnMappings>
<SyncKey>
<SyncKeyColumnReference name="User ID" />
</SyncKey>
<Filter />
</SuccessFactorsSyncTarget>
Does not support DroppedRecordBehaviour = EXPIRE
Does not support batchsize, retrievalbatchsize, usetransactions, and progressbatchsize options
Parameters are limited to the Filter and directly executed as a string replacement in the order specified
Last modified 1yr ago