How can I see the explanation for the reason for absence after the reason for absence is selected?
Hello, after selecting the reason for absence on the Add Absence screen, we want it to write a description on the screen. For this, we added an html markup to the relevant field.
Here is the code we added to the HTML markup:
#{
bindings.AbsenceTypeId.inputValue==300000020656361&&bindings.absenceTypeReasonId.inputValue==300000020656397? 'To be chosen by the employee during the week in which the event takes place or during the following week. - 3 days':
bindings.AbsenceTypeId.inputValue==300000020656361&&bindings.absenceTypeReasonId.inputValue==300000020656398? 'The necessary time with a maximum of three days.- max 3 days' :''}
However, after selecting the reason for absence, this explanation does not appear until we enter the start date and end date information.