Click or drag to resize

CommonDatabaseFunctionsGetValidResponsibleOu Method

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

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
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