CRM 4 Multi Entity Type Lookup
Create a single lookup on a CRM form that allows the user to select from multiple entity types. Download these two entities to see this in action.

The code is a class that you can implement, so it really should be easy to use. To use the class do the following steps:
On the entity that requires the multi entity type lookup:
- Add a N:1 relationship for each entity type that you want in the lookup.

- Add the look ups to the form, add one where you want the Multi Entity Type and the others to tab that we will hide from the user.

- In the onload paste in the class at the top:
- Call the class to setup the lookup

- Call the onsave method

- Please let me know if you find this useful by posting a comment.
Labels: CRM4, JavaScript
