15 Aug
2012

The following javascript code can be added to lookups in order to get more data from related records. So lets create a function that takes the lookup value and then queries the CRM. In this example below we have a lookup to a project record from an entity called Timeslips. function GetProjectInfo() { //Getting the…