CommonDatabaseFunctionsGetRecordCustomLabel Method

Gets the info value of the costumlabel specified, for a specific record

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 string GetRecordCustomLabel(
	Uri oDataUri,
	string recordId,
	string customLabel
)

Parameters

oDataUri  Uri
ODataUri
recordId  String
RecordId
customLabel  String
CustomLabel value

Return Value

String
The info value

See Also