Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
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 with Redwood for Oracle Cloud HCM   Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.

For more information, please refer to this announcement explaining best practices for getting answers to questions.

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!