Include date of today into fast formula
Content
Hi
I'm trying to get the date of today within my absence fast formula.However not able to do so.
Based on the topic that was created 2 year ago: Does Fusion has a function in fast formula to get current date
I tried the following two suggestions:
1. The database item HR_GLOBAL_PAY_INTERFACE_DATE.
However this DBI item is not available for the absence formula.
2. Also the solution described in Doc ID 1583148.1 which is including the
effdate = get_context(effective_date, '0001/01/01 00:00:00'(date))
does not work. Any suggestion how to get the date of today into the formula?