CallDetailExternalParty Property |
It is either the From or the To party - depending of the direction of the call. Only calls with at least one external party participating are usually logged. null when the respective party was null, or when no external party participated in the call. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Telephony
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Party ExternalParty { get; set; }
Public Property ExternalParty As Party
Get
Set
public:
property Party^ ExternalParty {
Party^ get ();
void set (Party^ value);
}
member ExternalParty : Party with get, set
Property Value
Type:
Party
See Also