Hi Everyone,
I have a interesting feature that I would like to have on EPESI.
I have a custom module that will point out to different existing modules using select fields.
array('name'=>'Customer', 'type'=>'select', 'param' => 'company::Short Name|Company Name', 'visible'=>true, 'filter'=>true),
array('name'=>'Contact, 'type'=>'select', 'param' => 'contact::First Name|Last Name', 'visible'=>true, 'filter'=>true)
When I enter the information, I enter the company and then the contact. Then I say, "Oops, I have not added that contact yet for the CRM".
Now I have to go out, leave this module, go to and add a contact. (this could also be for the company)
Is it possible to have a button next to the select field (+) so I can quickly add a contact in a new window and then when I close that window I am back where I was entering my information and then I can add the new contact?
I find it somewhat tedious and I'm sure that if something like this is possible, it's going to save so many hours entering data in the CRM so we don't have to jump all over the place in the CRM.
This is my feature request for the day.
Thanks everyone, (Leave a comment if you think this is a good idea)
jjjj12212