ActivityFunctionsGetRecord Method

Scanjour Workflow4 Reference Manual
Method gets record by record id.

Namespace:  Scanjour.Workflow4.ActivityLibrary
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static Record GetRecord(
	ActivityContext context,
	string recordId
)

Parameters

context
Type: System.ActivitiesActivityContext
The activity context
recordId
Type: SystemString
Id of record to find

Return Value

Type: Record
Record object
See Also

Reference