Click or drag to resize

IUCJsonReplEcommValidationSchedule Method

Replicate Validation Scheduling data for Hierarchy

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2024.4
Syntax
C#
ReplValidationScheduleResponse ReplEcommValidationSchedule(
	ReplRequest replRequest
)

Parameters

replRequest
Type: LSRetail.Omni.Domain.DataModel.Loyalty.ReplicationReplRequest
Replication request object

Return Value

Type: ReplValidationScheduleResponse
Replication result object with List of Validation Schedule objects
Remarks
LS Central Main Table data: 10000955 - LSC Validation Schedule

This function only checks if there are any available pre-actions for any of the tables involved in the Schedule data and if there is, the whole Validation Schedule will be replicated again. NOTE: LastKey and MaxKey from each ReplEcommXX call needs to be stored between all calls to Commerce Service for LS Central, both during full or delta replication. To reset replication and get all delta data again, set LastKey and MaxKey to 0 and perform a full replication.

See Also