Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536.1K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.6K Security Software
How to write groovy expression for defaulting DFF

Hi Everyone
Need your help in writing groovy expression for defaulting value of DFF based on the value of other DFF.
Thanks & Regards
Answers
-
Hi,
Defaulting of flexfield segments will only work in case of brand new record.
Defaulting will work in Hire, Rehire, Global Transfer, Global Temporary etc flows (where new assignment is getting created).
Defaulting of flexfield segments will not work in case of update/correct because we are just changing the existing values in the record (we are not creating a brand new record). When you perform update/correct, the application will
display the existing values of all fields on that page. So if the flexfield segment value was Empty (NULL) in previous records, then the application will show an empty value when you perform update/correct.
let me know if further information required.
Thanks,
~KKT~