TargetUpdatePhoneCall.PhoneCall Field
Specifies the phone call entity.
Syntax
[Visual Basic .NET]
Public Field PhoneCall As phonecall
[C#]
public phonecall PhoneCall;
[JScript]
public var PhoneCall : phonecall;
Remarks
To update fields in a phone call, create an instance of the phonecall class and set the fields that you wish to update. Only those fields that are set will be updated in the database.
See Also