Change Absence Start date label based on absence type id
Navigation Path:
My team --> My team --> Add absence
Requirement
need to change Absence label based on absence type id knowing that there are already existing code.
#{(backingBeanScope.ManageAbsenceDetailsBean.isOnlyDate)?bindings.StartTime.label: ((pageFlowScope.pAncPerAbsParamMap['SHIFT']=='TIME') and (bindings.Uom.inputValue ne 'C'))?bindings.AbsenceStartDatetime.label:bindings.StartDateDuration.label}
question
How to include the condition into existing code where if the absence type id = 300000101020907
then change label into Actual Start Date else leave it as it is