Auto element entry based on action with grade vs amount matrix - What is the best solution for this
Summary
Requirement is to auto element(allowance) entry for employees being promoted to new grade as per matrix set for grades.Content
The requirement is to
Example: Person A is promoted and grade changed from B to A then there will be an element entry to be done automatically as per a matrix:
Grade A : Allowance = 50
Grade B : Allowance = 25
Grade C : Allowance = 0
I have thought of doing it using a technical solution to run a HCM Extract in change only mode to get the details, put the matrix in an UDT and then do a eText template and use the HCM Extract Delivery option to run a Inbound Interface so that the HDL to element entry is auto created and loaded.