Hi,
I am working on the form based on employees table. I have 3 fields/items first_name(:P169_FIRST_NAME), last_name(:P169_LAST_NAME) and email_id(P169_EMAIL_ID). I am trying to create a dynamic action to auto populate the email id field with the email id immediately when a user enters first name and last name and clicks on email id field. Please help me with the suggestions regarding code which I should use in dynamic action. For example, if a user enters rakesh in first name field and choudhury in last name filed the clicking on email id field should automatically show rakesh.choudhury@oracle.com
Thanks in advance!!