How to remove: 'No match for field: Contact' validation when saving

Hi,

How do I remove the validation on the contact field in the invoices module.
When I enter something that isn’t in the database and click save, it does not save and comes up with: No match for field: Contact.

How do I remove this behaviour? Is it in the javascript cache or is it part of the save function?

Hi ajgisme,

Entering something that isn’t in the db doesn’t sound great. Do you know you can create the contact from the select/popup?

Thanks,

Will.

Yes but that takes too long when agents are on the phone with clients.

I have made a logic hook that checks to see if the contact exists in the contacts module and if it doesn’t it adds it to the database anyway.