CommonDatabaseFunctionsGetRecordCustomLabel Method

Scanjour Workflow4 Reference Manual
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: 23.1.0.0 (23.1.0.0)
Syntax

public static string GetRecordCustomLabel(
	Uri oDataUri,
	string recordId,
	string customLabel
)

Parameters

oDataUri
Type: SystemUri
ODataUri
recordId
Type: SystemString
RecordId
customLabel
Type: SystemString
CustomLabel value

Return Value

Type: String
The info value
See Also

Reference