FTE calculation is not pulling when working hours loaded
We have uploaded working hours using HDL. However, FTE is not calculated properly.
For working hours:
METADATA|WorkTerms|PersonNumber|PersonId|AssignmentId|PeriodOfServiceId|EffectiveStartDate|EffectiveEndDate|ActionCode|ReasonCode|EffectiveSequence|EffectiveLatestChange
MERGE|WorkTerms|100xxxxx|100000xxxxxx|300003xxxxxx|1000007xxxxxxx|2023/04/28|2024/01/06|HIRE|XYZ_NEW_PERM|1|Y
METADATA|Assignment|PersonNumber|AssignmentId|WorkTermsAssignmentId|PeriodOfServiceId|PositionId|EffectiveStartDate|EffectiveEndDate|ActionCode|ReasonCode|EffectiveSequence|EffectiveLatestChange|BusinessUnitShortCode|BusinessUnitId|LegalEmployerName|AssignmentNumber|Frequency|NormalHours
MERGE|Assignment|100xxxxx|300003xxxxx|300003xxxxxx|100000xxxxxx|300003xxxxx|2023/04/28|2024/01/06|HIRE|****_NEW_PERM|1|Y|123 XYZ Limited|300003xxxxxx|XYZ Limited|E100xxxxx|BW|80
For FTE:
SET CALCULATE_FTE Y
METADATA|AssignmentWorkMeasure|AssignmentId|EffectiveStartDate|Unit|Value|ActionCode
MERGE|AssignmentWorkMeasure|3000000XXXXX|2025/03/01|FTE|1|ASG_CHANGE
Do we have any schedule process to calculate the FTE automatically after uploading working hours using HDL? Every time we have to manually calculate the FTE and upload another FTE to show the correct FTE.