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.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Which are the Finder Variables to Get all worker national identifiers?
Summary:
Using the NationalIdentifierNumber as a parameter in a GET request, what is the finderName that we need to use in order to get all the information about the worker?
And what is the variableName?
We have the following documentation that seems to be incomplete:
Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
The following are the available finder names and corresponding finder variables:
- PrimaryKey: Finds all the worker national identifiers that match the specified primary key criteria.
- Finder Variables:
- NationalIdentifierId; integer; Surrogate identifier for the worker's national identifier.
- findPrimaryNID: Finds the primary national identifier of a worker based on the specified criteria.
0