on 2024 May 17 2:44 AM
Successfactors:
I have a claim set up to create the one-time payment after approval. The entitlement is 1000 but company will only pay 50% of each claim.
Scenario:
is it possible to set up such rules especially for #2? So far entitlement amounts are based on criteria and not previous claims
Request clarification before answering.
Hi @Patricia88 ,
It is possible, you can add custom field (cust_InvoiceAmount) in object benefit employee claim and make sure standard field Total Claim Amount is not editable.
Simply put logic:
If cust_InvoiceAmount is >= entitlement amount
then set TotalClaimAmount = entitlement amount
elseif
cust_InvoiceAmount is < entitlement amount
then set TotalClaimAmount = multiply cust_InvoiceAmount * 0.5
and you need to put business rule under field cust_invoiceAmount
Hope this helps.
Regards,
Reza
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
11 | |
7 | |
3 | |
3 | |
3 | |
2 | |
2 | |
2 | |
2 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.