Need to customize Schedule Absence page for a specific Absence Type
Summary
To personalize/customize to display text for a specific absence type in Self ServiceContent
Hi All,
Not able to display content based on Absence type selected
We are trying to customize Schedule Absence Page such that as and when one absence type is selected we need to show some text on the page.
We have added content by using add content.But when we are trying to restrict the display of the added component based on the leave type selected it is not getting displayed..
#{bindings.EmpCreateAbsenceType.inputValue == 'Leave of Absence'}
We have used the above expression .But it is false for all cases.So it is not getting displayed.