Learn about the new Oracle AI Agent Studio for Fusion Applications: Watch Now
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
EL Expression
Query : On or after 20th of every month, past days i.e., date before 20th of every month should not non-editable and After 20th dates can be editable.
Issue : Edit Is disabled even after 20th month, i.e., If I try to edit future date which 25th Oct then edit not available.
Navigation : Time And Absence > Existing Time Cards
EL Expression used
#{(currentDate.time <=20 && currentDate.day <= 20) || (timeCardDate.time >=20 && timeCardDate.day >=15) ? 'allow' : 'not allow'}
Tagged:
0