I have a table and the entity is Interface_Bank
Now in the Interface_Bank has a lookup field and some more fields which is added as column in the table
So once i select the lookup field one popup opens up and i am able to select the row where the look up field is updating but other fields data not getting populated as per the selected row.
But right now once i selected the row from look up popup only the look up column of the table is updating and rest all fields not updating.
What i am looking for is once i selected one from from the look up pop up the complete row of the table needs to be updated.
Any suggestion.