You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
Get Started: AI Resources for Oracle Cloud HCM – Go Here

Progress with Redwood: Redwood Resources for Oracle Cloud HCM -  Go Here

Create COUNTRY SPECIFIC RULE - for Personal Payment Details - Bank Account Add screen for Employee

edited Sep 5, 2020 12:33AM in Payroll and Global Payroll Interface (GPI) 1 comment

Summary

By Default, field such as Bank Account Name is not present. As per documentation to amend the screen , we need to invoke a REST API (Details below)

Content

Navigation to reach the Payment Details Method screen:

Logon as Employee -> Personal Payment Methods -> Add a new method / Bank account details.

 

I want to know exactly how this will work, I have access to SOAP UI to test this REST API launch:

 

https://docs.oracle.com/en/cloud/saas/financials/19b/farfa/op-bankaccountuserrules-post.html

 

Based on that page, I think the call needs to be:

 

curl -i -u "emp112:pwd" -H "Content-Type: application/vnd.oracle.adf.resourceitem+json" -X POST -d {“CountryCode": "GB", "BankAccountFieldName": "BANK_NAME", "DisplayFlag": true, "RequiredFlag": true, "PageName": "FUSE"}

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!