CommonDatabaseFunctionsGetEmployeeFromNameCode Method

Scanjour Workflow4 Reference Manual
Gets employee based on the identity.

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static Employee GetEmployeeFromNameCode(
	Uri oDataUri,
	string nameCode
)

Parameters

oDataUri
Type: SystemUri
The OData Service endpoint.
nameCode
Type: SystemString
Employee namecode

Return Value

Type: Employee
The Employee entity.
See Also

Reference