...
- Field with empty data mean "I don't want to do anything with the field".
- Put value '=' will remove the current value in system.
- Field with data will be imported.
...
Field code | Field type | Mandatory | Description |
---|---|---|---|
INSTIT | Text 15 | Yes | Institution code owning the data to be imported. |
ORGANIZATION | Text 15 | Yes | Organization owning the data to be imported. A "*" indicates that all organizations of the given institution are concerned. |
OPERATION | Enum | Yes | Operation to be executed INSERT : insert the row as a new contact UPDATE : update the contact. Can be used to link criterion to contact. UPDATEACT: update the contact and reactivate it if needed. DELETE: Applicable to all contacts.
INVALIDATE: Applicable to contact which has no sales.
ANONYMIZE: Applicable to all contacts (even if it has sales).
DROP : Should only be used for mis-import. Application Applicable to contact that imported and has no modified since then.
|
...
Field code | Field type | Mandatory | Description |
---|---|---|---|
CONTACT_NR | Text 20 | Yes if OPERATION is not INSERT | Contact number. If your contact numbers have leading zeros, they must also be given. Note: The field CONTACT_NR is mandatory for all OPERATION that is not INSERT. |
ROLE | Enum | Role of the contact when it is created. If the field is left empty, RELAY will be used when Individual and structure data are given. PUBLIC when only individual or structure data is given. | |
TITLE | Text 200 | Data will be If value is empty, it will be interpolated from other field. | |
LETTER_SALUTATION | Text 200 | ||
ADDRESS ADDR_SALUTATION | Text 200 | ||
FUNCTION | Text 1000 | ||
REMARK | Text 2000 |
...
Field code | Field type | Mandatory | Description |
---|---|---|---|
FIRSTNAME | Text 100 | First name of the individual | |
LASTNAME | Text 100 | Last name of the individual | |
BIRTHDATE | Date | Birth datePREFERRED LANGUAGE | |
PREF_LANG | Code | Filled with country | Language code Ex: en, fr, es, it... |
PHOTO_PATH | Text 2000 |
Structure
Field code | Field type | Mandatory | Description |
---|---|---|---|
STRUCTURE STRUCT_NAME | Text 100 | Structure name Data will be truncate if length > 100. | |
ADDRESS NAME 1_NAME1 | Text 38 | Taken from structure name if not defined (first 38 characters) | |
ADDRESS NAME 2_NAME2 | Text 38 | Taken from structure name if not defined (next 38 characters). | |
STRUCTURE STRUC_CODE | CodeCodeValue | Must be predefined in system See reference page Structure type definition | |
COMMUNITY_TYPE | Code | Must be predefined in system | |
ADMIN_NUMBER | Code | CodeValue | |
NB_EMPLOYEES | Number | ||
WEBSITE | Text 2000 |
...
Field code | Field type | Mandatory | Description |
---|---|---|---|
ADDRESS ADDR_TYPE | Text 3 | M: Main address S: Shipment address B: Billing address Ex: M or B or S or MB or MBS, etc... Leave empty --> that address use for 3 types. | |
LINE 1LINE1 | Text 100 | Anything. Customer responsible for correct data. | |
LINE 2LINE2 | Text 100 | ||
LINE 3LINE3 | Text 100 | ||
ZIPCODE | Text 10 | ||
TOWN | Text 20 | ||
TOWN COMPLEMENT_COMP | Text 20 | ||
COUNTRY | Code | Country code (TBD: table mapping for referenced)Ex: FR, ES, EN, GB.... |
Communication mean
Field code | Field type | Mandatory | Description | |
---|---|---|---|---|
PHONE 1 | Text 1315 | Landline phone number. | ||
PHONE 2 | Text 13 | Landline phone number. | ||
PHONE 3 | Text 13 | Landline phone number. | Follow standard format and international format. Ex: 01 40 15 80 00, 0169395090, (33)0134806517, | |
FAX | Text 1015 | |||
CELLPHONE | Text 1315 | Mobile phone | Ex: 06 88 48 87 10, (33)0677744594 | |
EMAIL 1 | Text 50 | Will be used as username for ticket shop login. If email is already existed, the email is imported but can't be used to login. The email validation are different from systems. It won't be imported if validation failed (standard email format will be ok, don't worry). | ||
EMAIL 2 | Text 50 | |||
EMAIL 3 | Text 50 |
...
Field code | Field type | Mandatory | Description |
---|---|---|---|
CNIL_O | Boolean (TRUE/FALSE) | Accept communication from institution | |
PARTNER | Boolean (TRUE/FALSE) | Accept communication from one partner | |
CNIL_T | Boolean (TRUE/FALSE) | Accepts transmission of elec. coordinates to third parties | |
SMS_MMS | Bool (TRUE/FALSE) | Accept sms/mms from institution | |
LETTER | Boolean (TRUE/FALSE) | Accept letter from institution | |
PHONE | Boolean (TRUE/FALSE) | Accept phone from institution | |
Boolean (TRUE/FALSE) | Accept email from institution |
...
Field code | Field type | Mandatory | Description |
---|---|---|---|
Crit1CRIT1 | Text 1000CodeValue | Formula: CritCode=CritValue1|CritValue2|CritValue3 Special case: If we use CONFIG row which mean:
Must be predefined in Contact criteria definition | |
... | |||
Crit50CRIT50 | Text 1000CodeValue |