serial class Ens.Config.BusinessPartnerContact
extends %SerialObject, %XML.Adaptor
Defines contact information for a Business Partner.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
6
|
|
|
|
|
|
property Email
as %String(MAXLEN=255,XMLPROJECTION="ATTRIBUTE");
Email address for this Contact.
property MobileNumber
as %String(MAXLEN=50,XMLPROJECTION="ATTRIBUTE");
Mobile phone number for this contact.
property Name
as %String(MAXLEN=255,XMLPROJECTION="ATTRIBUTE");
Name of this Contact.
property Notes
as %String(MAXLEN=1000,XMLPROJECTION="ELEMENT");
Notes on this contact.
property PhoneNumber
as %String(MAXLEN=50,XMLPROJECTION="ATTRIBUTE");
Primary phone number for this contact.
property Title
as %String(MAXLEN=255,XMLPROJECTION="ATTRIBUTE");
Title of this Contact (e.g., "Analyst").