Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Fast Formula - how to get the latest home address's state
Summary:
A person can have multiple home addresses, I'm writing a Fast Formula, try to get the latest home address's state. My fast formula always returned null value, I'm not sure what is wrong. Could anyone pls help? Thank you!
Content (required):
My fast formula is:
DEFAULT_DATA_VALUE FOR PER_EXT_ADDRESS_ID IS -1
DEFAULT_DATA_VALUE FOR PER_EXT_ADDR_USAGE_PERSON_ID IS -1
DEFAULT_DATA_VALUE FOR PER_EXT_ADDR_USAGE_ADDRESS_TYPE IS 'NA'
DEFAULT_DATA_VALUE FOR PER_EXT_ADDR_EFFECTIVE_START_DATE IS '1951/01/01' (date)
DEFAULT_DATA_VALUE FOR PER_EXT_ADDR_EFFECTIVE_END_DATE IS '1951/01/01' (date)
Tagged:
0