Skip to main content

Ens.Config.BusinessPartnerContact

serial class Ens.Config.BusinessPartnerContact extends %Library.SerialObject, %XML.Adaptor

Defines contact information for a Business Partner.

Property Inventory

Properties

property Email as %String (MAXLEN = 255, XMLPROJECTION = "ATTRIBUTE");
Email address for this Contact.
Property methods: EmailDisplayToLogical(), EmailGet(), EmailIsValid(), EmailLogicalToDisplay(), EmailLogicalToOdbc(), EmailNormalize(), EmailSet()
property MobileNumber as %String (MAXLEN = 50, XMLPROJECTION = "ATTRIBUTE");
Mobile phone number for this contact.
Property methods: MobileNumberDisplayToLogical(), MobileNumberGet(), MobileNumberIsValid(), MobileNumberLogicalToDisplay(), MobileNumberLogicalToOdbc(), MobileNumberNormalize(), MobileNumberSet()
property Name as %String (MAXLEN = 255, XMLPROJECTION = "ATTRIBUTE");
Name of this Contact.
Property methods: NameDisplayToLogical(), NameGet(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()
property Notes as %String (MAXLEN = 1000, XMLPROJECTION = "ELEMENT");
Notes on this contact.
Property methods: NotesDisplayToLogical(), NotesGet(), NotesIsValid(), NotesLogicalToDisplay(), NotesLogicalToOdbc(), NotesNormalize(), NotesSet()
property PhoneNumber as %String (MAXLEN = 50, XMLPROJECTION = "ATTRIBUTE");
Primary phone number for this contact.
Property methods: PhoneNumberDisplayToLogical(), PhoneNumberGet(), PhoneNumberIsValid(), PhoneNumberLogicalToDisplay(), PhoneNumberLogicalToOdbc(), PhoneNumberNormalize(), PhoneNumberSet()
property Title as %String (MAXLEN = 255, XMLPROJECTION = "ATTRIBUTE");
Title of this Contact (e.g., "Analyst").
Property methods: TitleDisplayToLogical(), TitleGet(), TitleIsValid(), TitleLogicalToDisplay(), TitleLogicalToOdbc(), TitleNormalize(), TitleSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab