Share via


RetailOfflineDefaultProfileCreator.createScopeForSeeds Method [AX 2012]

Creates a scope to synchronize the rows in the RetailPOSSeedData table.

Syntax

private void createScopeForSeeds(int _syncFrequency)

Run On

Called

Parameters

  • _syncFrequency
    Type: int
    The time in seconds between successive synchronizations.

Remarks

A scope is a set of synchronized tables.

See Also

Reference

RetailOfflineDefaultProfileCreator Class