
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.