Comment on page
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 |

<SuccessFactorsDataSource
apiKey="String"
userId="String"
companyId="String"
samlAssertionUrl="String"
oauthTokenUrl="String"
privateKey="String"
odataApiUrl="String"
entity="String">
<Schema>
<Column ordinal="1" name="addressLine1" dataType="Text" isMandatory="false" maxLength="255" validateData="false" trimWhitespace="true" description="" />
<Column ordinal="2" name="cellPhone" dataType="Text" isMandatory="false" validateData="false" trimWhitespace="true" description="" />
<Column ordinal="3" name="city" dataType="Text" isMandatory="false" maxLength="255" validateData="false" trimWhitespace="true" description="" />
<Column ordinal="4" name="userId" dataType="Text" isMandatory="true" maxLength="100" validateData="false" trimWhitespace="true" description="" />
...
</Schema>
</SuccessFactorsDataSource>
Last modified 2yr ago