Hello,
I'd like to add a field to the left of a case with a customer name to be able to track which of our customers that have most cases assigned to them etc.
I'd like this to be a combobox with values fetched from our CRM database, this should be fairly easy to do by making my own plugin and just select the customer names. However, we have a lot of customers registered (6000) since we handle both companies and private persons, and sending 6000+ names every roundtrip a case goes is just not viable.
Then I thought I'd like a textbox like the parent and subcase fields where it exists a lookup when you start to write. This lookup uses some kind of ajax to find strings in some field in the database and should reduce the data traffic sent.
How do I do if I wan't to add this kind of lookup/autocomplete field when making a plugin?
Also, I know about the custom fields plugin but it does not seem to provide what I need.