Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [Ens] >  [Config] >  [BusinessPartnerContact]
Private  Storage   

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

Defines contact information for a Business Partner.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
6


Summary

Properties
Email MobileNumber Name Notes PhoneNumber
Title

Methods
%AddToSaveSet %AddToSyncSet %ClassIsLatestVersion %ClassName
%ConstructClone %Delete %DeleteId %DispatchClassMethod
%DispatchGetModified %DispatchGetProperty %DispatchMethod %DispatchSetModified
%DispatchSetMultidimProperty %DispatchSetProperty %Extends %GetParameter
%GetSwizzleObject %IsA %IsModified %IsNull
%New %NormalizeObject %ObjectIsNull %ObjectModified
%OnBeforeAddToSync %OnDetermineClass %Open %OpenId
%OriginalNamespace %PackageName %RemoveFromSaveSet %ResolveConcurrencyConflict
%SerializeObject %SetModified %SyncObjectIn %SyncTransport
%ValidateObject LogicalToOdbc OdbcToLogical XMLDTD
XMLExport XMLExportToStream XMLExportToString XMLNew
XMLSchema XMLSchemaNamespace XMLSchemaType


Properties

• 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").


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.