Click or drag to resize

ActivityFunctionsGetRecordDeleted Method

Gets the trashedBy_Value for record entity based on the id provided.

Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static Record GetRecordDeleted(
	ActivityContext context,
	string recordId
)

Parameters

context  ActivityContext
The activity context
recordId  String
Record identity.

Return Value

Record
The record entity that has been deletedor null if record is not found.
See Also