Fast Formula - EFF multiple rows
Summary
how to call an EFF multiple rowsContent
Hi all,
I need to override a value in compensation worksheet through fast formula.
The value is an extensible flexfield with multiple rows, so the data type of DBI is a literal/numeric array index.
How to default the dbi in that case?
I mean, for extensible flexfield single row, I usually default with a statement like this:
DEFAULT FOR PER_PERSON_EIT_EFF_USER_INCENTIVAZIONE_INCENTIVAZIONE IS 'N'
but with index array (PER_PERSON_EIT_EFF_USER_STORICO_PERFORMANCE_MANAGEMENT_ANNO), this generates an error when compile the fast formula.