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
public CreateEmployeeResult CreateEmployee(
string _firstName_,
string _lastName_,
string _loginName_,
string _password_,
string _siteIDNum_,
string _email_,
string _onlinePrivilegeClass_
)
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.
Employee's email address
onlinePrivilegeClass
Online privilege class
Return Value
The following values are populated in the CreateEmployeeResult object returned by the API method:
- UserObjid - Objid of the User record created.
- EmployeeObjid - Objid of the Employee record created.
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 family
Reference
InterfacesToolkit Class
InterfacesToolkit Members
Overload List