Get Started with Redwood for Oracle Cloud HCM Begin Now
Fast Formula Date conditions
Summary
'2008/01/01 00:00:00' (date) issueContent
Hi all,
Need to get a date condition in Fast Formula like below.
DEFAULT FOR PER_PERSON_ENTERPRISE_HIRE_DATE IS '4712/12/31 00:00:00' (date)
lv_start_date = '2008/01/01 00:00:00' (date)
if( PER_PERSON_ENTERPRISE_HIRE_DATE > lv_start_date ) then
( ELIGIBLE = 'Y' )
It gave me inconsistent data type error when compile.
Help me please.
Thanks
Tagged:
0