ValidationHelperGetValidResponsibleOu Method

Scanjour Workflow4 Reference Manual
Determines the valid ResponsibleOu (Organizational Unit) of the specified record.

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 OuDomain GetValidResponsibleOu(
	ActivityContext context,
	string recordId
)

Parameters

context
Type: System.ActivitiesActivityContext
Activity context
recordId
Type: SystemString
Key, which specifies the record entity.

Return Value

Type: OuDomain
The valid ResponsibleOu (Organizational Unit) of the record. If no such OU exists then null is returned.
See Also

Reference