fcSDK Documentation
CreateEmployee(String,String,String,String,String,String,String) Method

Employee first name
Employee last name
Employee login name
Employee password
Identifier of the Site where the Employee is located.
Employee's email address
Online privilege class
Create an Employee in Clarify This overload takes a set of required parameters for the API.
Syntax
'Declaration
 
Public Overloads Function CreateEmployee( _
   ByVal firstName As String, _
   ByVal lastName As String, _
   ByVal loginName As String, _
   ByVal password As String, _
   ByVal siteIDNum As String, _
   ByVal email As String, _
   ByVal onlinePrivilegeClass As String _
) As CreateEmployeeResult

Parameters

firstName
Employee first name
lastName
Employee last name
loginName
Employee login name
password
Employee password
siteIDNum
Identifier of the Site where the Employee is located.
email
Employee's email address
onlinePrivilegeClass
Online privilege class

Return Value

The following values are populated in the CreateEmployeeResult object returned by the API method:
Remarks
Also creates a user login for the database system tables as required by Clarify.

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.