Not sure whether I’m right here - But this is what I’m looking for:
I’d like to have a N:M relation of product categories - How would you build the following product classification in SuiteCRM?
Thanks a lot for your ideas and suggestions
Bastian
[table]
[tr]
[td]Prod. Cat Level 1[/td]
[td]Prod Cat Level 2[/td]
[td]Prod Cat Level 3[/td]
[td]Product[/td]
[tr]
[td]Hardware[/td]
[td]Enterprise[/td]
[td]Server[/td]
[td]DBSERVER[/tr]
[tr]
[td]Hardware[/td]
[td]Enterprise[/td]
[td]Desktop[/td]
[td]CAD Workplace[/tr]
[tr]
[td]Software[/td]
[td]Enterprise[/td]
[td]Server[/td]
[td]RDBMS[/tr]
[tr]
[td]Software[/td]
[td]Enterprise[/td]
[td]Desktop[/td]
[td]WinWord[/tr]
[/table]