Groundwire / EventbriteSync

Salesforce.com-based tool that imports people and event registrations from Eventbrite into Salesforce.
16 stars 10 forks source link

Improve error message for events with no attendees #34

Closed emagnuson closed 12 years ago

emagnuson commented 12 years ago

Currently the error message reads:

"No records were found with the given parameters.."

change to something like:

"No attendees found for this event."

groundwired commented 12 years ago

I tweaked the code so you no longer get an error - just nothing in the list.

We could optionally display a message in the list: "No attendees." But it is not a priority.

emagnuson commented 12 years ago

I think this is a perfectly acceptable solution. It's working as expected.