Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
My requirement is by default the year = current year and period = current period.
I have created two trigger actions.One for Year and the other one for Period.
Year is working but not period.Can anyone help me on this.
Make alos you script simple : use 'P'&FISCAL_PERIOD instead of you long IF statement
Worked here into OnOpen trigger
PFA
=only({<PeriodID={"$(=max(PeriodID))"}>} [Calendar Period])
you missed "="