ActivityFunctionsGetRecordDeleted Method

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

Definition

Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
C#
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