customeraddress.primarycontactname Field
Specifies the name of the primary contact at the customer address.
Syntax
[Visual Basic]
Public Field primarycontactname As String
[C#]
public string primarycontactname;
[JScript]
public var primarycontactname : String;
Remarks
Represents a field of type String.
The following table contains additional information about this attribute:
Platform required | No |
Application requirement level1 | No Constraint |
Valid for create | Yes |
Valid for retrieve | Yes |
Valid for update | Yes |
Max length1 | 150 |
1 – Customizable. Indicates the value for a default installation.
See Also