ActivityFunctionsGetRecordOfficer Method

Scanjour Workflow4 Reference Manual
Gets employe domain entity based on a record identity.

Namespace:  Scanjour.Workflow4.ActivityLibrary
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static EmployeeDomain GetRecordOfficer(
	ActivityContext context,
	string recordId
)

Parameters

context
Type: System.ActivitiesActivityContext
The activity context
recordId
Type: SystemString
Record identity.

Return Value

Type: EmployeeDomain
Employee domain
See Also

Reference