Click or drag to resize

CommonDatabaseFunctionsGetRecordCustomLabel Method

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

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 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