How to Use the Same DFF for Multiple Absence Types in Redwood UI?
We need to configure a Descriptive Flexfield (DFF) on the Absence Entry page that applies to multiple absence types but not all.
Requirement:
- I have two different annual leave absence types created for two sets of employees.
- I need to create a DFF called "Salary Advance" that should be visible only for these two absence types.
- The DFF should not appear for other absence types.
Challenges Faced:
- In non-Redwood UI, I could achieve this using Page Composer by applying EL Expressions to conditionally render the DFF based on Absence Type. However, since my environment is Redwood, Page Composer is not supported
1