CustomerSummary


Description

A representation of the important details of a customer within Microsoft Dynamics GP. A list of customer summary objects is returned by the GetCustomerList method.

Properties

Property

Type

Length

Default

Description

Key

CustomerKey

N/A

N/A

The customer key object that uniquely identifies the customer.

Name

string

64

Empty

The customer name.

IsActive

boolean

N/A

True

Indicates whether the customer is active. True indicates active. False indicates inactive.

IsOnHold

boolean

N/A

False

The customer’s hold status. True indicates on hold. False indicates not on hold.

CustomerClassKey

CustomerClassKey

N/A

Empty

The customer class key object that specifies the customer class.

CorporateAccountKey

CustomerKey

N/A

Empty

If the customer is part of a corporate (national) account, the customer key that specifies the parent account.

SalespersonKey

SalespersonKey

N/A

N/A

The salesperson key object that specifies the salesperson associated with the customer.

State

string

29

Empty

The customer’s state.

PhoneNumbers

ArrayOfPhoneNumber

N/A

Empty

An array containing the customer’s various telephone numbers.

CreatedDate

dateTime

N/A

Current system date

The date the customer was created.

ModifiedDate

dateTime

N/A

Current system date

The date the customer was modified. The value is in Universal Coordinated Time (UTC).

LastModifiedDate

dateTime

N/A

Current system date

The date the customer was modified. The value is in Coordinated Universal Time (UTC).



Documentation Feedback