I made a small addition to the JavaScript export tool this week. It will now create a text file in .CSV format with a list of all of the JavaScript events it finds:
| Entity | Attribute | Event |
I found that I needed this list as I was reviewing the CRM system at one of my customers. This file can be imported into Microsoft Excel and used as a checklist to determine your progress as your review, clean up, or make changes to any events within the system.






Hi,
I ended up with about 950 events in the csv file. If there is going to be another version it should dismiss all non-customized events.
Besides that it's very helpful tool!
thank you
You are correct. I didn't realize I was writing out the blank entries. I'll fix that and get a new version up today.