Application Development Blog Posts
Learn and share on deeper, cross technology development topics such as integration and connectivity, automation, cloud extensibility, developing at scale, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 
pavithrasathish
Discoverer
0 Kudos

Pre-Requisites:
1) Integration Suite access.
2) Success Factors Data centre and Credential details.

Choose Design > Create to create a integration flow.

sapavithra18_2-1707883817195.png

In the Header tab, provide a Name and Short Description for your integration package.

sapavithra18_3-1707883817200.png

Choose Save and then choose Artifacts to navigate to the artifacts tab. In this tab, you will create your first integration flow.

Choose Add > Integration flow.

sapavithra18_4-1707883817205.png

 Enter a Name for the integration flow and choose OK.

sapavithra18_5-1707883817212.png

Choose Edit to start editing the integration flow.

sapavithra18_6-1707883817218.png

 

Choose Timer from the Event and drop it into the integration flow.

sapavithra18_7-1707883817222.png

You can schedule it whenever you need to trigger. 

sapavithra18_8-1707883817227.png

 

Choose Call > External call > Request Reply . Drop it into the integration flow and connect it to the receiver.

sapavithra18_9-1707883817230.png

It will ask adapter type. Choose SuccessFactors.

 

sapavithra18_10-1707883817233.png

Go to Success factor configuration.

sapavithra18_11-1707883817239.png

Choose the API server of the SuccessFactors system.

sapavithra18_12-1707883817251.png

Here we need to Give the credential name. For this we need to go to monitor page.

sapavithra18_13-1707883817253.jpeg

Choose security Material. 

sapavithra18_14-1707883817257.png

Choose create and select User credentials.

sapavithra18_15-1707883817261.png

 

Give the credential details to access the SuccessFactors system. 

sapavithra18_16-1707883817264.png

Maintain the same in the credential name.

sapavithra18_17-1707883817266.jpeg

 

 Next goto the Processing tab and in Resource path click the select button. 

sapavithra18_18-1707883817271.png

Click step2.

sapavithra18_19-1707883817273.jpeg

Choose the Entity you need to get.

sapavithra18_20-1707883817279.png

Choose the Fields you need to get.

sapavithra18_21-1707883817282.png

 

After choosing the field, Query will automatically written.

sapavithra18_22-1707883817288.png

For storing the data from SuccessFactors, we need Groovy script. Go to Transformation > Script > Groovy Script. 

sapavithra18_23-1707883817292.png

 

Click the create icon and write the code and deploy.

sapavithra18_24-1707883817297.png

sapavithra18_25-1707883817301.png

Go to monitor page > Manage Integration Content > All.

 

sapavithra18_26-1707883817305.png

You can find the Integration flow completed successfully and you can get the response data from Attachments tab. 

sapavithra18_27-1707883817311.png

 

sapavithra18_28-1707883817317.jpeg