...
The below is the manual payment approval process in Seamless.
After a payment is added.
System will determine which user can act as approver for the payment. This will be based on some criteria (See https://contemi.atlassian.net/wiki/spaces/SHC/pages/1763475472/Manual+Payment+Approval#Approver-selection-process). There will be only one user will be chosen as an approver.
If the user is determined, the payment will be assigned to that user.
That user will see all payments that are pending for approvals on his/her end. See the workflow below.
The user will review and decide to approve, reject or hold a payment.
Approved payments will continue to Payment Integration process. See Claim Accounting Integration
...
Prerequisites
Users who join in claim payment approvals are required to have “Approval payments” permission and approval limits configured in Limit Groups. Users who have “Approve payments” permission but are not configured in Limit Groups will not be able to approve payments. See Limit Groups
Approver selection process
...
Once a payment is saved successfully, system will initialize the random approver selection process. User is selected randomly by system as an approver based on:
User has“Approve payments” permission. (Must have)
User has suitable Approval Limit on a specific product which is got from Claim Settings - Limit group. (Must have)
User is in the same organisation of the user who creates the payment. (Must have)
If more than 1 user satisfy all the above criteria, select user who has the least number of current assigned payments pending for approval.
If more than 1 user satisfy all the above criteria, select user who has the nearest higher approval limit, compared to payment transaction amount.
If more than 1 user satisfy all the above criteria, select randomly.
Notes: system won’t evaluate users in parent organisation if cannot find any user in the same organisation of the user who creates the payment (point 1.d).
If no qualified approvers selected, "To be approved by" in Pending Payments list shows "N/A" and show button Reassign for the transaction (Reassign action will initialize the random approver selection process in point 1 above).
If a user has roles that have been added to several limit groups, user will get the highest limit.
If the approval assignment is done successfully, toast message will pop up “Payment <ref. no.> has been assigned to <user name> for approval.”
If the approval assignment is failed, toast message will popup “Cannot find the approver for Payment <ref. no.>.”
Pending Payments
Pending Payments view lists payments waiting for approvals. To access to the list, go to Claim menu and click on Pending Payments.
...