ActivityFunctionsCheckDone Method

Scanjour Workflow4 Reference Manual
Returns the last timestamp when the AD replicator was run if tableName = EMPLOYEE

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 DateTime? CheckDone(
	ODataService ctx,
	string tableName
)

Parameters

ctx
Type: ODataService
The oData context
tableName
Type: SystemString
The table name to search for in BasicDataModified

Return Value

Type: NullableDateTime

[Missing <returns> documentation for "M:Scanjour.Workflow4.ActivityLibrary.ActivityFunctions.CheckDone(Scanjour.Process.OData.Client.Proxy.ODataService,System.String)"]

See Also

Reference