Posts

Showing posts from December, 2017

How to invoke/Call Fusion HCM REST(ADF) web service?

Image
Fusion HCM is delivered with SOAP and REST services for the various business data object to perform several actions like DML(create/update/delete) and retrieve the information. In below example, we will see how to invoke  REST service to retrieve employee information in POSTMAN tool using 'Basic Authentication' Prerequisites: -> Create a cloud user and assign ' Integration Specialist ' and ' Human Capital Management Integration Specialist ' roles. -> Install POSTMAN tool or add POSTMAN app to chrome Steps Identify REST Url -> Click on navigator button and click on ' Developer Connect ' link -> Search the web service that you want to invoke.Click on the service and navigate to below screen -> Click on the second icon on the left side and identify the operation(method) that you want to invoke. -> You can use below endpoint url(WADL) to query employee information. Please change hostname and port. htt...

How to synchronize Users and Roles in Fusion?

Image
User accounts for users of Oracle Fusion Applications are maintained in your Lightweight Directory Access Protocol (LDAP) directory. The LDAP directory also holds information about roles provisioned to users. During implementation, any existing information about users and their roles must be copied from the LDAP directory to the Oracle Fusion Applications tables. To copy this information, you use the task Run User and Roles Synchronization Process. -> Search for 'User and Roles Synchronization Process' task and click on task link -> Click on submit by clicking on 'submit' button -> You can see below confirmation message with process id upon submission -> Click on navigator button and click schedule process button -> You can view the process status on below screen