Looking for some ideas on how to handle a request from my Sales Manager for displaying contact information on our site for our Sales Reps.
Here's what he wants... A "Find a Rep" page... the user selects a region (ie country), then "if applicable" a sub region (state province, etc.) and then a product line (we have 4 distinct divisions that have thier own channels". The result would be the contact information for.. 1. the master company 2. the "individual" sales person(s). If no result is found, we display the contact information of one of our distinct divisions. I am thinking I will need 4 custom types 1. RepRegion (perhaps a list of countries, continents) 2. RepSubRegion (states, provinces, regional identifiers, example: norther california, southern california, etc) that get related to the RepRegion above. 3. RepCompany (the master "company" contact stuff... name, address, phone, url, etc. 4. RepPerson (the actual sales persons name, email, product line(s) handled etc.) The "territory" (region/subregion) is related to RepPerson, as is "product line".. RepCompany is really just an umbrella for the repperson. for RepRegion I see a property aRepSubRegion ftjoin on RepSubRegion for RepCompany I see a property aRepPeople ftjoin on RepPerson for RepPerson I see a property aRepRegion and aRepSubRegion Does that sound right? 4 custom types? do the properties/formtool joins seem right? Next is admin... admining individual types is pretty straight forward... is there any way to create an admin so that when a contributor is addning a new partner company (RepCompany), they can add an individual (RepPerson) at the same time in a wizard step? How? Then... I need to havea section on the web site that the sales people can log in to so I need to create user/profiles for each RepPerson when my contributor adds them and assigne them to a specific group "SalesReps". I am guessing I can do this all with the custom types and the kick butt form tools if my thinking is right. Feedback? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
