Groundwire / EventbriteSync

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

Handle Many Opp'ty Record Types #20

Open tet3 opened 12 years ago

tet3 commented 12 years ago

We have a lot of Opportunity Record Types - when I noticed the way the list stretched across the screen I tried to break it. It doesn't break - just makes the screen scrollable horizontally. Very minor issue - but if it handled this by breaking over two "lines," it might be a little cleaner. ETA - Or maybe a drop-down is the better UI element here. Surfeit of Opportunity Record Types

More substantive is the sort order of the Opp Record Types - what is it? Could it be alphabetical?

groundwired commented 12 years ago

Great feedback, tester of many record types. I like the radio buttons in general, but perhaps we could switch to dropdown when there are more than 8 or so.

Matt, if I have the page display a different control in one case or the other, is it any trouble for you?

yomatters commented 12 years ago

Switching between radio buttons and a dropdown makes things slightly more complicated because jQuery accesses their values in different ways. I can add some conditional logic to handle it, though, so it's not a big problem.