Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from this space and version 2019.5

...

The Import process can be optionally set with Conditional Logic to match on the First Name and Last Name fields with the flag CONTACTS_CHECK_NAMES. See the Conditional Logic section for more information. First Name and Last Names, ONLY IF FLAGS.CONTACTS_CHECK_NAMES is True. If a match is found, that Contact can UPDATE.

Fields

First Name

Required

Datatype is String.

Cannot UPDATE if the CONTACTS_CHECK_NAMES is True in the Conditional Logic.

If no First Name is found, the Import File will INSERT the First Name.

...

For most Import types, the Import Process cannot update the field(s) used to look up the record being updated, because the Import can't provide the lookup value and the new value in one field. But because the Contact import has three different fields it can use for lookups, it works a little differently.

If a match is found, it is possible to update the fields that were not used for the match. For example, if the Contact record was found using the Customer Number, then a new Email Address will be appended, and First and Last Names can be updated. If the Email Address was used for the match, then the Customer Number and Names can be updated.

Fields

First Name

Required

Datatype is String.

Cannot UPDATE if the CONTACTS_CHECK_NAMES is True in the Conditional Logic.

...

Last Name

...

Required

Datatype is String.

Directory

Datatype is Boolean.

...

All other values enter as False [0].

Contact Type

Required

Datatype is String.

Defaults to Customer.

Permitted values are from the CUSTOMER_TYPE List Values: Customer, User, Coordinator, Guest, Service Rep, Vendor, VIP, and Worker.

...

If the Contact Type is Coordinator, the following fields are available:

...

Conditionally Required

Datatype is String.

Allow Coordinator Bill Email

...

Conditionally Required

Datatype is String.

Cannot UPDATE existing records.

If no match is found, the Import File will INSERT the Customer Number.

Billing Group

Conditionally Required, when Customer Contact Type and it is a New Contact Add

Datatype is String.

Title

Datatype is String.

...

Dept. Hierarchy

Datatype is Hierarchical String.

Permitted values must be the full Dept. Hierarchy Path and Code values not the Department Hierarchy Name field.

Default GLA

Datatype is Hierarchical String.

Default SLA

Datatype is Hierarchical String.

Default Incident SLA

Datatype is Hierarchical String.

If the Contact Type is User, the following fields are available.

Approval GLA

Datatype is Hierarchical String.

GLA values append to the list of existing GLA Approvals.

...

Datatype is String.

Maximum Amount

Datatype is String.

Default GLA

Datatype is String.

Default SLA

Datatype is String.

...

Datatype is String.

Street Address

...

Values not in the List are not added.

Email

Datatype is String.

Cannot UPDATE if the value exists.

Otherwise the Email will INSERTEmail Addresses never get updated or removed. If a new Email Address is provided for an existing Contact, it will get appended to the list of Email Addresses, and the new value will be marked as 'Primary'.

Permitted GLA

Datatype is Hierarchical String.

Defaults to NONE.

Permitted Values are NONE, ALL, or any valid GLA. NONE removes all entries in the list and add the Permit None record.

ALL removes all entries in the list and allow any GLA to be used.

Values append to the existing the list of GLA Permissions.

Adding any valid GLA to the list removes the Permit None record.

...

  • Error adding email
  • Error adding phone number
  • Error : Failed to save Address record <database error Message>
  • Error : Failed to Add Contact Address record; <database error Message>
  • Error : Failed to Save null GLARestrict record; <database error Message>
  • Error : Failed to Save GLA Restrict record; <database error Message>
  • Error : Failed to Save GLA Approval record; <database error Message>
  • Error : Failed to Save Contact Type record; <database error Message>

Notes

The Import first checks if the Contact information you are providing matches an existing record. For each of the following fields, it tries to find an existing match if you provide a non-empty value. It stops searching when it finds a match.

  • Customer Number
  • Email address
  • First Name and Last Names ONLY IF FLAGS.CONTACTS_CHECK_NAMES is True. If a match is found, the Import will UPDATE that Contact.

UDF Associations

User Defined Fields on any given Import are all handled the same way with Conditional Logic. For more information about adding a UDF to the Import, see the User Defined Fields section of the Imports main page.

...