Click or drag to resize

ActivityFunctionsGetEmployeeOrDepartment Method

Get contact information from employee or department name.

Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static ContactData GetEmployeeOrDepartment(
	ActivityContext context,
	string nameCode,
	bool reload = false
)

Parameters

context  ActivityContext
The odata context.
nameCode  String
The name code.
reload  Boolean  (Optional)
Forces a reload to cache.

Return Value

ContactData
A ContactData class with contact information
See Also