I have to edit the contacts so that they can enter the phone numbers and addresses as the email by clicking on the +. I have to have a join of 1 to N , contacts - phones, and contacts - addresses.
itβs complicated?
Where do I start?
Thanks.
I have to edit the contacts so that they can enter the phone numbers and addresses as the email by clicking on the +. I have to have a join of 1 to N , contacts - phones, and contacts - addresses.
itβs complicated?
Where do I start?
Thanks.
You would need to look at how the email address field is constructed, and try to replicate this for the phone number field.
I am not a developer, so it may be consulting with a developer to assist you in how to save the data etc.
Thanks,
Will.
This, you want to replicate what has been done on the quotes module for the line items. clearly you want to reduce it so its only want one field to display maybe even two to say which one is primary.
The way that the email addresses work is slightly more complicated than what you require and would be far easier to try and replicate what you are seeing on the quotes module.
Ian.