CommonDatabaseFunctionsGetRecordResponsibleOu Method

Scanjour Workflow4 Reference Manual
Gets a records responsible ou based on 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 string GetRecordResponsibleOu(
	Uri oDataUri,
	string recordId
)

Parameters

oDataUri
Type: SystemUri
The OData Service endpoint.
recordId
Type: SystemString
Record identity.

Return Value

Type: String
Responsible OU value
See Also

Reference