For more information, please refer to this announcement explaining best practices for getting answers to questions.
Fetch Absence Entry from Time Card in the OTL Fast Formula
Summary:
how to fetch Hours/Absence Type Name entered by employee in Time Card against Absence Management Type
Content (please ensure you mask any confidential information):
There is a need to fetch the Absence Management Type Name/Hours entered in Time Card into OTL Fast Formula. Eg: Get Name/hours entered by employee against Annual Leave into OTL Fast Formula.
The Requirement is, For few employees who submit Time Card against Annual Leave, Those Annual Leave hours should go to the Regular Hours. So to identify the Annual Leave I used PayrollTimeType as the Input and hardcoded it as IF payrollTimeType = 'Annual Leave' then Return to Regular hours. In this case, the payrollTimeType is not fetching 'Annual Leave' value. This is due to the Annual Leave is from the Absence Management Type.