I’m importing from an old ACT customer database.
We sell machines, and many of our customer have more than 1 machine.
Each machine must have:
Machine Model
Installation Date
Serial Number
Warranty Expiration
In ACT I ended up creating a TON of fields to accomplish this - is there a better way in SuiteCRM?
This is what I did in ACT…
Machine1 Model (dropdown)
Machine1 Installation Date
Machine1 Serial Number
Machine1 Warranty Expiration
Machine2 Model (dropdown)
Machine2 Installation Date
Machine2 Serial Number
Machine2 Warranty Expiration
etc.
I allowed for 12 machines per customer, so each of these 4 fields exists 12 times on the customer record!!
It worked, but when we’re searching for all customers who own a specific model, we must search 12 fields. It’s cumbersome.
Is SuiteCRM capable of handling this scenario in a way that would allow :
-
Entering and Displaying all the machine information in a logical easy-to-read manner
-
Search by machine model without needing to search 12 times
I couldn’t get past thinking “multiselect” but I don’t see how to add 4 fields to one multiselect
I’ll live if this isn’t possible and just recreate what I did in ACT, but I was HOPING there’s a better way