Learn about the new Oracle AI Agent Studio for Fusion Applications: Watch Now
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
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.
Inactive Employees Get Error in Approval Rule. What kind of rule should be written?
After people are terminated, when we add documents for these people, the system gives us an error.
How can we solve this problem?
I found the code below and added it to the approval route, but it did not work. What can you suggest?
' ((getNewDoRByTransactionIdResponse.result.AuthorizationRequired == "Y") AND (NOT (GetAllRepresentatives("HR_REP",Task.payload.getRepresentativeListWrapperResponse.result) contains transactionApprovalRequest.Requestor)) '
(We use approval rules)
The problem is that this approval route is included in the wrong rule.
The system gives an error when document records are entered for inactive employees.
When a document record is entered for active employees, it must be included in the correct approval rule in the system.
0