Default a Column value with value of other column
Hi All,
I am new to OAF.I have developed a custom OA page.It has two columns Invoice number and expense number.
I have a requirement , whenever I enter the invoice number the expense number should default with the value in the invoice number.
In case we change the invoice number filed, the expense number filed should also automatically populate with the modified invoice number.
These columns are based on a VO which in created over a EO.
I have idea about making the system date as default to start date or setting default values from sequences by adding below logic in EOImpl
I am new to OAF.I have developed a custom OA page.It has two columns Invoice number and expense number.
I have a requirement , whenever I enter the invoice number the expense number should default with the value in the invoice number.
In case we change the invoice number filed, the expense number filed should also automatically populate with the modified invoice number.
These columns are based on a VO which in created over a EO.
I have idea about making the system date as default to start date or setting default values from sequences by adding below logic in EOImpl
0