brotherton-erpnext/erpnext/docs/user/guides/CRM/contact.md

48 lines
2.0 KiB
Markdown
Raw Normal View History

# Contact and Address
Contacts are not necessarily linked to another document. They can be stand alone, just a Contact with a First Name not linked to any other document or
Contacts can be linked to a Party, that is either a Customer or a Supplier.
The Contact_ID is automatically created:
1. If only a First Name is entered that First Name defines the ID , thus First name (only)
2. If a First Name and a Party is linked the ID becomes “FirstName-Party”
Contacts can, but do not have to be linked, to: User, Customer, Supplier, and Sales Partner. Since Customers and Addresses are not directly linked to a User, all links go via Contacts.
A Contact can be linked to the (web) user. If that user is also a Customer, it is linked to the Customer by the Customer ID
2015-11-05 11:25:10 +00:00
Contacts and Addresses in ERPNext are stored separately so that you can
attach multiple Contacts or Addresses to Customers and Suppliers.
To create a new Contact go to,
2015-11-05 11:25:10 +00:00
> CRM > Contact > New
<img class="screenshot" alt="Contact" src="{{url_prefix}}/assets/img/crm/contact.png">
2015-11-05 11:25:10 +00:00
Or you can add a Contact or Address directly from the Customer record, click on “New
Contact” or “New Address”.
<img class="screenshot" alt="Contact" src="{{url_prefix}}/assets/img/crm/contact-from-cust.png">
2015-11-05 11:25:10 +00:00
> Tip: When you select a Customer in any transaction, one Contact and Address
gets pre-selected. This is the “Default Contact or Address”.
To Import multiple Contacts and Addresses from a spreadsheet, use the Data
Import Tool.
---
### Address Titles
The Address Title (Name of person or organization that this address belongs to) is a free format unlinked field. The ID is automatically created from the Address Title upper score Address Type. (AdressTitle-AddressType).
### Address Linking
Addresses can be entered individually (unlinked) or linked to customers, leads, suppliers or Sales Partners.
Linking is done in the reference section where the links can be established.
(Contributed by Robert Becht)