I want to auto populate the text boxes on basis of lookup field result in an entity form
There are two entities
- Account Holder with fields (Name,Address,account number -primary key, etc etc)
- Expense claim with fields (Name,Address,Account number - lookup, expenses etc etc)
Now I want that in selecting account number through a lookup the name, address these fields should get populated themselves.
Please help me by providing the exact jscript code to attain the desired.