CommonDatabaseFunctionsGetValidResponsibleOu Method

Scanjour Workflow4 Reference Manual
Determines the valid ResponsibleOu (Organizational Unit) from the record 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 OuDomain GetValidResponsibleOu(
	Uri oDataUri,
	string recordId
)

Parameters

oDataUri
Type: SystemUri
The OData Service endpoint.
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