Fast Formula to exctract Date field (flexfield) in Employee Assignment page
Content
Hello experts,
I should extract the information enabled in Core HR page. It is a Date information and the attribute is PER_ASG_ATTRIBUTE_DATE4
Below the FF I have used but the system cannot validate it
default for PER_ASG_ATTRIBUTE_DATE4 is '1900/01/01'
ddl = PER_ASG_ATTRIBUTE_DATE4
return ddl
ddl = PER_ASG_ATTRIBUTE_DATE4
return ddl
What's wrong?
Thanks in advance for your help!
Kind Regards,
Valerio
1