fcSDK Documentation
UpdateContact(String,String,String,String,String) Method

Contact's first name
Contact's last name
Contact's telephone number

Identifier of the contact's current site.

Current role for the Contact at their site. Element from the 'Contact Role' application list. If not set, the default list value is used.
Update a Contact. This overload takes a set of required parameters for the API.
Syntax
'Declaration
 
Public Overloads Function UpdateContact( _
   ByVal firstName As String, _
   ByVal lastName As String, _
   ByVal phone As String, _
   ByVal siteIDNum As String, _
   ByVal roleName As String _
) As ToolkitResult

Parameters

firstName
Contact's first name
lastName
Contact's last name
phone
Contact's telephone number
siteIDNum

Identifier of the contact's current site.

roleName
Current role for the Contact at their site. Element from the 'Contact Role' application list. If not set, the default list value is used.

Return Value

The following values are populated in the ToolkitResult object returned by the API method:
  • Objid - The Objid of the Contact.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Reference

InterfacesToolkit Class
InterfacesToolkit Members
Overload List

 

 


© 2010 Dovetail Software, Inc. - All rights reserved.
- Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
- .NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.

Send comments on this topic.