CommonDatabaseFunctionsGetValidResponsibleOu Method

Determines the valid ResponsibleOu (Organizational Unit) from the record identity.

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public static OuDomain GetValidResponsibleOu(
	Uri oDataUri,
	string recordId
)

Parameters

oDataUri  Uri
The OData Service endpoint.
recordId  String
Key, which specifies the record entity.

Return Value

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

See Also